Package: juman
Version: 7.0-3.1
Followup-For: Bug #727909
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu  ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
    getting new libtool macros (still updates config.{sub,guess}).

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/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.13.0-24-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 -Nru juman-7.0/debian/control juman-7.0/debian/control
--- juman-7.0/debian/control	2013-11-06 01:32:30.000000000 -0500
+++ juman-7.0/debian/control	2014-04-17 13:22:40.000000000 -0400
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: TSUCHIYA Masatoshi <tsuch...@namazu.org>
-Build-Depends: debhelper (>= 7), quilt, autotools-dev
+Build-Depends: debhelper (>= 7), quilt, dh-autoreconf
 Standards-Version: 3.9.2
 
 Package: juman
diff -Nru juman-7.0/debian/rules juman-7.0/debian/rules
--- juman-7.0/debian/rules	2014-03-07 06:53:55.000000000 -0500
+++ juman-7.0/debian/rules	2014-04-16 00:28:03.000000000 -0400
@@ -13,7 +13,7 @@
 endif
 
 %:
-	dh $@ --with quilt --with autotools_dev
+	dh $@ --with quilt --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libexecdir=/usr/lib --datadir=/usr/lib

Reply via email to