Package: sane-backends-extras Version: 1.0.22.3 Severity: wishlist Tags: patch User: debian-de...@lists.debian.org Usertags: origin-ubuntu trusty ubuntu-patch autoreconf
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Use dh-autoreconf for newer arches, resolving FTBFS. This debdiff may contain extraneous metadata. If so, please kindly ignore them. Thanks for considering the patch! -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru sane-backends-extras-1.0.22.3/debian/changelog sane-backends-extras-1.0.22.3ubuntu1/debian/changelog diff -Nru sane-backends-extras-1.0.22.3/debian/control sane-backends-extras-1.0.22.3ubuntu1/debian/control --- sane-backends-extras-1.0.22.3/debian/control 2013-05-13 17:39:17.000000000 -0400 +++ sane-backends-extras-1.0.22.3ubuntu1/debian/control 2014-01-29 16:16:16.000000000 -0500 @@ -1,9 +1,10 @@ Source: sane-backends-extras Section: graphics Priority: optional -Maintainer: Debian QA Group <packa...@qa.debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Debian QA Group <packa...@qa.debian.org> Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9~), libusb-1.0-0-dev [!hurd-i386], pkg-config, autotools-dev, xutils-dev, chrpath +Build-Depends: debhelper (>= 9~), libusb-1.0-0-dev [!hurd-i386], pkg-config, dh-autoreconf, xutils-dev, chrpath Package: libsane-extras-common Section: libs diff -Nru sane-backends-extras-1.0.22.3/debian/rules sane-backends-extras-1.0.22.3ubuntu1/debian/rules --- sane-backends-extras-1.0.22.3/debian/rules 2013-05-13 17:44:25.000000000 -0400 +++ sane-backends-extras-1.0.22.3ubuntu1/debian/rules 2014-01-29 16:15:17.000000000 -0500 @@ -10,7 +10,7 @@ endif %: - dh $@ --with=autotools_dev + dh $@ --with=autoreconf override_dh_auto_configure: dh_auto_configure -- \