Package: gupnp-igd Version: 0.1.3-3 Severity: important Tags: patch gnupnp-igd's debian/rules file contains the following:
DEB_AUTO_UPDATE_ACLOCAL := 1.11 This makes automake 1.11 required; if one attempts to build the package with 1.10, one gets the following build error: if [ -d ./m4 ]; then m4="-I m4"; fi; if [ -e ./aclocal.m4 ]; then cd . && aclocal-1.11 $m4; fi /bin/sh: aclocal-1.11: command not found make: *** [debian/stamp-autotools-files] Error 127 There should be a versioned build-dep on automake; something like the patch below. Signed-off-by: Andres Salomon <dilin...@collabora.co.uk> --- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index a3dc277..3127572 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Laurent Bigonville <bi...@debian.org> Build-Depends: cdbs, debhelper (>= 7), autotools-dev, - automake, + automake (>= 1:1.11), libtool, autoconf, libglib2.0-dev (>= 2.14), -- 1.6.4.3 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org