X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=debian%2Frules;h=bf664d5192e725271da75d51f50b804a92fa3a43;hp=cfcea3c67137386b4ed3ef250501eb2858c647b5;hb=560acb84bf2fba4e938762920962ae0ed55e86e6;hpb=f9016f785f1eb4e613c6dbcdd6fd91cfb6ab5e32 diff --git a/debian/rules b/debian/rules index cfcea3c..bf664d5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make - VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2) INSTALL = install @@ -24,12 +22,12 @@ configure-stamp: touch $@ build: build-stamp -build-stamp: $(QUILT_STAMPFN) configure-stamp +build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot $(MAKE) clean