X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=debian%2Frules;h=a660382436995bfd4fbb803bcc60468f4b1a1b41;hp=57a360a1d03c8d9bd8526733a175e34da840e02b;hb=e42e37555ad80944d211fc7369e910ee78f6d8f0;hpb=9c294530591b52a6df6295f92cfccc00cfe70953 diff --git a/debian/rules b/debian/rules index 57a360a..a660382 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/quilt/quilt.make + VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2) configure: configure-stamp @@ -8,12 +10,12 @@ configure-stamp: touch $@ build: build-stamp -build-stamp: configure-stamp +build-stamp: $(QUILT_STAMPFN) configure-stamp dh_testdir $(MAKE) touch $@ -clean: +clean: unpatch dh_testdir dh_testroot $(MAKE) clean