X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=debian%2Frules;h=cfcea3c67137386b4ed3ef250501eb2858c647b5;hp=89c67f1b7f1be401df111718cd432c35948afbad;hb=4fa442ad671e887ce4c15d047b259fa30fbc13c5;hpb=25fa57d252fba88d52b3ebacc0214dad4ae43a34 diff --git a/debian/rules b/debian/rules index 89c67f1..cfcea3c 100755 --- a/debian/rules +++ b/debian/rules @@ -57,10 +57,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 +78,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