new patch tweaks tests/Makefile.am, so force an automake run before configure
authorBdale Garbee <bdale@gag.com>
Mon, 28 Sep 2015 22:21:15 +0000 (16:21 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 28 Sep 2015 22:21:15 +0000 (16:21 -0600)
debian/control
debian/rules

index cce2dc72f5403306f9f4ba008359720a2324eece..18f3437571dc0813b5f37cebca8f215eeb051533 100644 (file)
@@ -3,7 +3,7 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
-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
index 28c6dedb22faac463e440e8d90ba4e5f17c045db..d289349935f9c5044a18d93ee53861cb3edca1d3 100755 (executable)
@@ -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 \