Package: libfixbuf Version: 1.4.0+ds-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Switch to dh-autoreconf to update libtool macros for ppc64el. Because this is an automake-using package, dh-autoreconf can be viewed as a superset of dh-autotools-dev, in that it still updates config.* but also updates libtool and configure. Please apply this patch, to make life easier for new ports. ... Adam -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-24-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libfixbuf-1.4.0+ds/debian/changelog libfixbuf-1.4.0+ds/debian/changelog diff -Nru libfixbuf-1.4.0+ds/debian/control libfixbuf-1.4.0+ds/debian/control --- libfixbuf-1.4.0+ds/debian/control 2013-12-29 11:23:55.000000000 -0700 +++ libfixbuf-1.4.0+ds/debian/control 2014-04-26 14:18:31.000000000 -0600 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev, - autotools-dev + dh-autoreconf Build-Depends-Indep: doxygen Homepage: http://tools.netsa.cert.org/fixbuf/index.html diff -Nru libfixbuf-1.4.0+ds/debian/rules libfixbuf-1.4.0+ds/debian/rules --- libfixbuf-1.4.0+ds/debian/rules 2013-12-29 11:11:08.000000000 -0700 +++ libfixbuf-1.4.0+ds/debian/rules 2014-04-26 14:16:22.000000000 -0600 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autotools_dev + dh $@ --with autoreconf override_dh_clean: dh_clean