X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=debian%2Frules;h=d4a3c4d0e185c3ab7e660c037736b9e686b4e393;hb=42f4963b82cab9e8ebd2f88dee7b3574d7476577;hp=18e14bd27c66bdf28fd405079ebe2ac93aba021d;hpb=0d160bed87b5f23fa2601d50270697b8aff57088;p=pgp-tools.git diff --git a/debian/rules b/debian/rules index 18e14bd..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 @@ -47,7 +49,8 @@ binary-indep: build install dh_fixperms dh_installdeb dh_shlibdeps - dh_gencontrol + dh_gencontrol -psigning-party + dh_gencontrol -pkeylookup -- -v1:$(VERSION) dh_md5sums dh_builddeb