X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=7c2f21c0ca2b40c85364f7ca9332ebba08fea9c1;hb=3b3e11a0be384ef9fe2f7e08c6fe1b6f125d0543;hp=28c6dedb22faac463e440e8d90ba4e5f17c045db;hpb=a44053dd28b8fc6ba3fb29026745c336d994379e;p=debian%2Ftar diff --git a/debian/rules b/debian/rules index 28c6dedb..7c2f21c0 100755 --- a/debian/rules +++ b/debian/rules @@ -23,11 +23,13 @@ configure-stamp: dh_testdir cp -f /usr/share/misc/config.sub build-aux/config.sub cp -f /usr/share/misc/config.guess build-aux/config.guess + autoreconf --force -v --install RSH="/usr/bin/rsh" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/tar \ --enable-backup-scripts \ --with-lzma=xz \ + --disable-silent-rules \ $(CONFARGS) touch configure-stamp @@ -37,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)) @@ -47,24 +49,23 @@ ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) echo "Sorry, but the test suite is not designed to be run as root."; \ exit 1 ;\ fi - $(MAKE) check + $(MAKE) check || { cat tests/testsuite.log; false; } 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 install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs make install bindir=`pwd`/debian/tar/bin prefix=`pwd`/debian/tar/usr \ @@ -93,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