Package: plptools
Version: 1.0.9-2.4
Followup-For: Bug #727942
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf to update macros for ppc64el and update
config.{sub,guess} for arm64.
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 plptools-1.0.9/debian/rules plptools-1.0.9/debian/rules
--- plptools-1.0.9/debian/rules
+++ plptools-1.0.9/debian/rules
@@ -26,6 +26,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autoreconf
./configure $(confflags) --prefix=/usr \
--mandir=/usr/share/man --with-initdir=none \
--with-serial=/dev/ttyS0 \
@@ -45,6 +46,7 @@
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) distclean
debconf-updatepo
+ dh_autoreconf_clean
dh_clean
man-install:
diff -u plptools-1.0.9/debian/control plptools-1.0.9/debian/control
--- plptools-1.0.9/debian/control
+++ plptools-1.0.9/debian/control
@@ -1,5 +1,5 @@
Source: plptools
-Build-Depends: debhelper (>= 6), gettext, libncurses5-dev, libreadline-dev, libnewt-dev, po-debconf, libfuse-dev, libattr1-dev
+Build-Depends: debhelper (>= 6), gettext, libncurses5-dev, libreadline-dev, libnewt-dev, po-debconf, libfuse-dev, libattr1-dev, dh-autoreconf
Section: otherosfs
Priority: optional
Maintainer: John Lines <[email protected]>
diff -u plptools-1.0.9/debian/changelog plptools-1.0.9/debian/changelog