From: Bdale Garbee Date: Mon, 28 Sep 2015 22:21:15 +0000 (-0600) Subject: new patch tweaks tests/Makefile.am, so force an automake run before configure X-Git-Tag: debian/1.28-2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ecde2267293718bbc2602f892a9f6fac8a941080;hp=b3681a6f6f34fc752ffd7a59d04e13715d8ca099;p=debian%2Ftar new patch tweaks tests/Makefile.am, so force an automake run before configure --- diff --git a/debian/control b/debian/control index cce2dc72..18f34375 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: required Maintainer: Bdale Garbee Uploaders: Carl Worth -Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] +Build-Depends: debhelper (>> 5), gettext, autoconf, automake, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] Standards-Version: 3.9.6 Vcs-Git: git://git.gag.com/debian/tar Vcs-Browser: http://git.gag.com/?p=debian/tar diff --git a/debian/rules b/debian/rules index 28c6dedb..d2893499 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,8 @@ 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 + aclocal + automake RSH="/usr/bin/rsh" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/tar \