[Pkg-mono-svn-commits] [mono] 01/03: 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
Sun Jul 6 15:59:16 UTC 2014


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

directhex pushed a commit to annotated tag debian/3.2.8+dfsg-5
in repository mono.

commit c1dd2a1755caf5155a427c98b6cd605dcc510cfc
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)
    
    Conflicts:
    	debian/rules
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 0b98e80..ac1c33b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -339,6 +339,7 @@ binary-indep: build-stamp install-stamp
 	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 monodoc-base -m 3.2.1 $(DH_INTERNAL_MONO_PARAM)
+	debian/dh_makeclilibs -p libmono-cecil-private-cil -m $(UPVERSION) -l $(NEXT_UPVERSION) $(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)
 	# mono-1.0/2.0-gac needs special runtime dep, to prevent circular dep (mono-runtime <-> mono-1.0/2.0-gac)

-- 
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