X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Frules;h=a13ad0c7a010853511c8c01f562d5e319b2bc7bc;hb=e7921f54c622e3b32e525f345bc34308821e4ae0;hp=8a237ccdcbd2d82c4304abb5f3371b4343bee172;hpb=db00b4e39677b0dbf3ea6f7694e0eac7be4ef141;p=gzip diff --git a/debian/rules b/debian/rules index 8a237cc..a13ad0c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Comment this to turn off debhelper verbose mode. export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=3 - DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) @@ -57,7 +54,7 @@ binary-arch: build install dh_testroot dh_installdocs README* TODO dh_installmanpages - dh_installinfo gzip.info + dh_installinfo doc/gzip.info dh_installchangelogs dh_link dh_strip