Package: scli Version: 0.4.0-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, Please use autotools-dev to update config.{sub,guess} for new architectures. For example, we needed these updates in Ubuntu for the new arm64 and ppc64el architectures. In Ubuntu, the attached patch was applied to achieve the following: * Use autotools-dev to update config.{sub,guess} for new arches. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-23-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru scli-0.4.0/debian/control scli-0.4.0/debian/control --- scli-0.4.0/debian/control 2014-03-07 04:49:09.000000000 -0500 +++ scli-0.4.0/debian/control 2014-04-09 13:36:16.000000000 -0400 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Stefan Bauer (Cubewerk GmbH) <stefan.ba...@cubewerk.de> -Build-Depends: debhelper (>= 9), libgsnmp0-dev (>= 0.3.0), libreadline-dev, libglib2.0-dev, libncurses-dev, libsmi2-dev, libtool, automake, libxml2-dev, libgnet-dev, texinfo +Build-Depends: debhelper (>= 9), libgsnmp0-dev (>= 0.3.0), libreadline-dev, libglib2.0-dev, libncurses-dev, libsmi2-dev, libtool, automake, libxml2-dev, libgnet-dev, texinfo, autotools-dev Standards-Version: 3.9.5 Package: scli diff -Nru scli-0.4.0/debian/rules scli-0.4.0/debian/rules --- scli-0.4.0/debian/rules 2013-07-13 09:09:49.000000000 -0400 +++ scli-0.4.0/debian/rules 2014-03-20 12:20:15.000000000 -0400 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh \$@ + dh $@ --with autotools_dev