[Pkg-mono-svn-commits] [mono] 01/02: Enforce strict dependency versioning on libmono-cecil-private-cil. This ensures that packages depending on it are upgraded in lockstep. This works around the unreliable ABI versioning on this library. (Closes: #728911)

Jo Shields directhex at moszumanska.debian.org
Wed Nov 20 22:15:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository mono.

commit 24232d82160f54406f7a45f925ddfc769d9b010a
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Nov 17 20:19:54 2013 +0000

    Enforce strict dependency versioning on libmono-cecil-private-cil. This ensures that packages depending on it are upgraded in lockstep. This works around the unreliable ABI versioning on this library. (Closes: #728911)
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f51441c..9789349 100755
--- a/debian/rules
+++ b/debian/rules
@@ -337,6 +337,7 @@ binary-indep: build-stamp install-stamp
 	debian/dh_makeclilibs -p libmono-winforms2.0-cil -m 2.4 $(DH_INTERNAL_MONO_PARAM)
 	debian/dh_makeclilibs -p libmono-windowsbase3.0-cil -m 3.0.6 $(DH_INTERNAL_MONO_PARAM)
 	debian/dh_makeclilibs -p libmono-windowsbase4.0-cil -m 3.0.6 $(DH_INTERNAL_MONO_PARAM)
+	debian/dh_makeclilibs -p libmono-cecil-private-cil -m $(UPVERSION) -l $(NEXT_UPVERSION) $(DH_INTERNAL_MONO_PARAM)
 	debian/dh_makeclilibs -p monodoc-base -m 3.0.6 $(DH_INTERNAL_MONO_PARAM)
 	debian/dh_clideps -i -l debian/tmp $(DH_INTERNAL_MONO_PARAM)
 	#DH_VERBOSE=1 debian/dh_clideps -i -l debian/tmp $(DH_INTERNAL_MONO_PARAM)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list