Package: dh-autoreconf Version: 9 Severity: minor Tags: patch Small glitch in the automake invocation part of the documentation and update to a non-obsolete version of automake.
-- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.11-2-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 Versions of packages dh-autoreconf depends on: ii autoconf 2.69-5 ii automake [automaken] 1:1.14.1-3 ii automake1.11 [automaken] 1:1.11.6-2 ii automake1.9 [automaken] 1.9.6+nogfdl-4 ii autopoint 0.18.3.2-1 ii debhelper 9.20140228 ii libtool 2.4.2-1.7 ii perl 5.18.2-2+b1 dh-autoreconf recommends no packages. dh-autoreconf suggests no packages. -- no debconf information
diff --git a/dh_autoreconf b/dh_autoreconf index af828b6..5006bd4 100755 --- a/dh_autoreconf +++ b/dh_autoreconf @@ -80,11 +80,11 @@ For each tool executed by L<autoreconf(1)>, one can export a variable with the uppercase name of the tool to the specific program which shall be run, including B<true> to prevent the tool in question from being run. The following example shows the beginning of a debian/rules for a package where automake -1.10 shall be run instead of the default automake version and libtoolize +1.11 shall be run instead of the default automake version and libtoolize shall not be run: #!/usr/bin/make -f - export AUTOMAKE = automake1.10 + export AUTOMAKE = automake-1.11 export LIBTOOLIZE = true =cut