[Pkg-mono-svn-commits] rev 2312 - non-group/nini/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Wed Mar 8 21:24:01 UTC 2006


Author: slomo-guest
Date: 2006-03-08 21:24:00 +0000 (Wed, 08 Mar 2006)
New Revision: 2312

Modified:
   non-group/nini/trunk/debian/rules
Log:
* use upstream version, not debian version for clilibs


Modified: non-group/nini/trunk/debian/rules
===================================================================
--- non-group/nini/trunk/debian/rules	2006-03-08 21:20:45 UTC (rev 2311)
+++ non-group/nini/trunk/debian/rules	2006-03-08 21:24:00 UTC (rev 2312)
@@ -10,6 +10,8 @@
 # provide patch and unpatch targets
 include /usr/share/dpatch/dpatch.make
 
+UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
+
 build: patch-stamp build-stamp
 build-stamp:
 	uudecode -o debian/Nini.snk debian/Nini.snk.uue
@@ -50,7 +52,7 @@
 	dh_installemacsen
 	dh_compress
 	dh_fixperms
-	dh_makeclilibs -V
+	dh_makeclilibs -m $(UPVERSION)
 	dh_clideps
 	dh_installdeb
 	dh_gencontrol




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