From: myon-guest Date: Thu, 18 Aug 2005 14:55:43 +0000 (+0000) Subject: use 1:$(VERSION) for keylookup X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=42f4963b82cab9e8ebd2f88dee7b3574d7476577 use 1:$(VERSION) for keylookup git-svn-id: svn://svn.debian.org/pgp-tools/trunk@216 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/rules b/debian/rules index 006dd57..d4a3c4d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 @@ binary-indep: build install dh_installdeb dh_shlibdeps dh_gencontrol -psigning-party - dh_gencontrol -pkeylookup -- -v3.0-1 + dh_gencontrol -pkeylookup -- -v1:$(VERSION) dh_md5sums dh_builddeb