Package: e17 Version: 0.17.3-2 Severity: wishlist Tags: patch User: [email protected] 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. 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-17-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 e17-0.17.3/debian/changelog e17-0.17.3/debian/changelog diff -Nru e17-0.17.3/debian/control e17-0.17.3/debian/control --- e17-0.17.3/debian/control 2013-11-02 09:42:27.000000000 -0400 +++ e17-0.17.3/debian/control 2014-02-08 14:04:18.000000000 -0500 @@ -1,10 +1,11 @@ Source: e17 Section: x11 Priority: optional -Maintainer: Debian Pkg-e Team <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Debian Pkg-e Team <[email protected]> Uploaders: Albin Tonnerre <[email protected]>, Jan Lübbe <[email protected]> -Build-Depends: debhelper (>= 6), cdbs, +Build-Depends: debhelper (>= 6), cdbs, dh-autoreconf, libeet-dev (>= 1.7.7), libeio-dev (>= 1.7.7), libedje-dev (>= 1.7.7), libefreet-dev (>= 1.7.7), libecore-dev (>= 1.7.7), libedbus-dev (>= 1.7.7), diff -Nru e17-0.17.3/debian/rules e17-0.17.3/debian/rules --- e17-0.17.3/debian/rules 2013-11-02 09:42:27.000000000 -0400 +++ e17-0.17.3/debian/rules 2014-02-08 14:03:31.000000000 -0500 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_HOST_GNU_SYSTEM=$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) DEB_HOST_GNU_CPU=$(shell dpkg-architecture -qDEB_HOST_GNU_CPU)

