[Pgp-tools-commit] r216 - trunk/debian

Christoph Berg myon-guest at costa.debian.org
Thu Aug 18 14:55:44 UTC 2005


Author: myon-guest
Date: 2005-08-18 14:55:43 +0000 (Thu, 18 Aug 2005)
New Revision: 216

Modified:
   trunk/debian/rules
Log:
use 1:$(VERSION) for keylookup

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-08-18 14:24:49 UTC (rev 215)
+++ trunk/debian/rules	2005-08-18 14:55:43 UTC (rev 216)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2)
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -48,7 +50,7 @@
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol -psigning-party
-	dh_gencontrol -pkeylookup -- -v3.0-1
+	dh_gencontrol -pkeylookup -- -v1:$(VERSION)
 	dh_md5sums
 	dh_builddeb
 





More information about the Pgp-tools-commit mailing list