X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Frules;h=bf664d5192e725271da75d51f50b804a92fa3a43;hb=fde84044246919742d341a49664ea90a8e8784b1;hp=12f7677759bd5e8fcdd9802e82245e18884876a4;hpb=5cdf211ddf69c879b6b223c33ee22dab836a8da2;p=pgp-tools.git diff --git a/debian/rules b/debian/rules index 12f7677..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 @@ -39,7 +37,7 @@ clean: unpatch install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(DESTDIR) dh_install @@ -57,10 +55,10 @@ install: build $(INSTALL_PROGRAM) $(GPGWRAP_DIR)/$(GPGWRAP_PROG) $(DESTDIR_BIN) $(INSTALL_DATA) $(GPGWRAP_DIR)/NEWS $(DESTDIR_DOC)/changelog.gpgwrap - # ignore errors with older debhelper versions - -dh_lintian + dh_lintian binary-indep: build install +binary-arch: build install dh_testdir dh_testroot dh_installdocs @@ -78,8 +76,6 @@ binary-indep: build install dh_md5sums dh_builddeb -# Build architecture-dependent files here. -binary-arch: build install +binary: binary-indep binary-arch -binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install configure