[Pkg-cli-apps-commits] [SCM] keepass2 branch, master, updated. debian/2.15+dfsg-1-16-g8e21810

Julian Taylor jtaylor.debian at googlemail.com
Mon Apr 25 12:24:53 UTC 2011


The following commit has been merged in the master branch:
commit e0a7324aa3f5de81e836eecdb8c575b6c1993553
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Apr 25 14:15:55 2011 +0200

    remove dependency on gmcs
    
    add new patch 13-remove-ToolsVersion-3.5.patch so it uses debians
    default compiler

diff --git a/debian/control b/debian/control
index 2c16a89..4c11ccf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: cli-common-dev (>= 0.7),
                imagemagick,
                libmono-cil-dev,
                mono-devel (>= 2.6.7),
-               mono-gmcs (>= 1.2.5),
                mono-xbuild
 Standards-Version: 3.9.2
 Homepage: http://keepass.info/
diff --git a/debian/patches/13-remove-ToolsVersion-3.5.patch b/debian/patches/13-remove-ToolsVersion-3.5.patch
new file mode 100644
index 0000000..a94a9dc
--- /dev/null
+++ b/debian/patches/13-remove-ToolsVersion-3.5.patch
@@ -0,0 +1,20 @@
+From: Julian Taylor <jtaylor.debian at googlemail.com>
+Date: Mon, 25 Apr 2011 14:07:05 +0200
+Subject: remove ToolsVersion="3.5"
+
+use debians default
+---
+ KeePass/KeePass.csproj |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/KeePass/KeePass.csproj b/KeePass/KeePass.csproj
+index f6db9c6..d5c6103 100644
+--- a/KeePass/KeePass.csproj
++++ b/KeePass/KeePass.csproj
+@@ -1,4 +1,4 @@
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index d06428a..9e76a8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@
 10_fix-single-instance-ipc-in-mono.patch
 11_disable-multiple-instance-support.patch
 12_fix-single-instance-enforcement.patch
+13-remove-ToolsVersion-3.5.patch

-- 
keepass2



More information about the Pkg-cli-apps-commits mailing list