X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=b1a1b04c2074cfaa46a91388dc585a2aede4fb26;hb=9843760ee8d4f4285a7c635bf78a30cdb3ddf3d6;hp=3fc3590a8989e0ffc1b00253b516ff442e3c0036;hpb=3bfdc14c713fb2b9c9ad0c9e9e87e32dee5fd165;p=debian%2Ftar diff --git a/debian/rules b/debian/rules index 3fc3590a..b1a1b04c 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ configure-stamp: --libexecdir=/usr/lib/tar \ --enable-backup-scripts \ --with-lzma=xz \ + --disable-silent-rules \ $(CONFARGS) touch configure-stamp @@ -38,7 +39,7 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir RSH="/usr/bin/rsh" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \ - LDFLAGS="$(LDFLAGS)" $(MAKE) + LDFLAGS="$(LDFLAGS)" $(MAKE) $(MAKEFLAGS) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) @@ -52,13 +53,12 @@ ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) endif endif - perl debian/tarman > debian/tar.1 touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp debian/tar.1 + rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean @@ -94,7 +94,7 @@ binary-arch: build install dh_installexamples dh_installmenu dh_installcron - dh_installman debian/tar.1 debian/rmt.8 debian/tarcat.1 + dh_installman doc/tar.1 doc/rmt.8 debian/tarcat.1 mv debian/tar/usr/share/man/man8/rmt.8 \ debian/tar/usr/share/man/man8/rmt-tar.8 dh_installinfo