[Pkg-cli-libs-commits] [SCM] cecil branch, master, updated. debian/0.6+svn148654-1-4-gcafb049

Iain Lane laney at debian.org
Sat May 28 14:02:05 UTC 2011


The following commit has been merged in the master branch:
commit ca3fb1b911d08b1696dce1f887005e2b915a753d
Author: Iain Lane <laney at debian.org>
Date:   Sat May 28 14:25:01 2011 +0100

    Sign library with mono signing key
    
    When build a strong-named library, Mono requires all references to also
    be strong-named. Therefore we should make it so here (as some rdepends
    of cecil are in the GAC, like db4o).

diff --git a/debian/rules b/debian/rules
index 0d0ab52..9e258a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*
 
 override_dh_auto_build:
 	# build Mono.Cecil.dll
-	cd Mono.Cecil && mono-csc \
+	cd Mono.Cecil && mono-csc -keyfile:/usr/share/cli-common/keys/mono.snk \
 		@Mono.Cecil.dll.sources /target:library \
 		/out:Mono.Cecil.dll
 	sed -e 's;@prefix@;/usr;g' \

-- 
cecil



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