[Pkg-mono-svn-commits] rev 1988 - ipod-sharp/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Tue Sep 6 13:49:49 UTC 2005


Author: slomo-guest
Date: 2005-09-06 13:49:48 +0000 (Tue, 06 Sep 2005)
New Revision: 1988

Modified:
   ipod-sharp/trunk/debian/rules
Log:
- ipod-sharp: changed dh_makeclilibs call back to using -l and -m and get their values from dpkg-parsechangelog


Modified: ipod-sharp/trunk/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2005-09-06 13:40:30 UTC (rev 1987)
+++ ipod-sharp/trunk/debian/rules	2005-09-06 13:49:48 UTC (rev 1988)
@@ -5,10 +5,13 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
+UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
+NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
+
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-docs
 
 common-binary-predeb-indep::
-	dh_makeclilibs -r
+	dh_makeclilibs -m $(UPVERSION) -l $(NEXT_UPVERSION)
 	dh_clideps
 
 install/libipod-cil::




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