Package: src:snacc Followup-For: Bug #648590 Patch attached.
-- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: debian/control =================================================================== --- debian/control (revision 19626) +++ debian/control (working copy) @@ -3,7 +3,7 @@ Priority: optional Maintainer: W. Martin Borgert <[email protected]> Uploaders: W. Martin Borgert <[email protected]>, Michael Piefel <[email protected]> -Build-Depends: cdbs, autoconf, automake1.7, autotools-dev, libtool, debhelper (>> 4), bison, flex, docbook-xsl (>= 1.60), xsltproc +Build-Depends: cdbs, autoconf, automake1.9, autotools-dev, libtool, debhelper (>> 4), bison, flex, docbook-xsl (>= 1.60), xsltproc Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/snacc/ Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/snacc/ Index: debian/rules =================================================================== --- debian/rules (revision 19626) +++ debian/rules (working copy) @@ -14,7 +14,7 @@ post-patches:: mkdir -p c-lib/Cebuf c-lib/ebuf c-lib/mbuf c-lib/sbuf c-lib/tbl \ c++-lib/c++ - AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 autoreconf -fi + AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf -fi build/snacc:: cd debian; xsltproc --nonet --novalid $(DB2MAN) berdecode.dbk

