Package: discover Version: 2.1.2-5.2 Followup-For: Bug #533688 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, 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: wheezy/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.12.0-7-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 -u discover-2.1.2/debian/control discover-2.1.2/debian/control --- discover-2.1.2/debian/control +++ discover-2.1.2/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Uploaders: David Nusinow <dnusi...@debian.org>, Gaudenz Steinlin <gaud...@debian.org>, Petter Reinholdtsen <p...@debian.org>, Otavio Salvador <ota...@debian.org> -Build-Depends: debhelper (> 4.1.16), libexpat1-dev, po-debconf +Build-Depends: debhelper (> 4.1.16), libexpat1-dev, po-debconf, autotools-dev Standards-Version: 3.8.0 Package: discover diff -u discover-2.1.2/debian/rules discover-2.1.2/debian/rules --- discover-2.1.2/debian/rules +++ discover-2.1.2/debian/rules @@ -69,6 +69,7 @@ configure-deb: configure-deb-stamp configure-deb-stamp: dh_testdir + dh_autotools-dev_updateconfig mkdir builddeb cd builddeb && $(CFLAGS_DEB) $(RUN_CONFIGURE) @@ -94,6 +95,7 @@ debconf-updatepo debconf-updatepo + dh_autotools-dev_restoreconfig dh_clean install: install-deb