Package: namazu2
Version: 2.0.21-8.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf is necessary instead of just config.{sub,guess} updates with
autotools-dev. This is because we need new libtool macros for ppc64el. The
config.{sub,guess} updates are also necessary for arm64, and they are done by
autoreconf.

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

  * Use dh-autoreconf to get new libtool macros for ppc64el and update
    config.{sub,guess} for new arches.

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-5-generic (SMP w/1 CPU core)
diff -u namazu2-2.0.21/debian/control namazu2-2.0.21/debian/control
--- namazu2-2.0.21/debian/control
+++ namazu2-2.0.21/debian/control
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: NOKUBI Takatsugu <k...@daionet.gr.jp>
-Build-Depends: debhelper (>= 4.1.16), perl, kakasi, chasen, libnkf-perl, libfile-mmagic-perl, libtext-kakasi-perl, tk, lynx, file
+Build-Depends: debhelper (>= 4.1.16), perl, kakasi, chasen, libnkf-perl, libfile-mmagic-perl, libtext-kakasi-perl, tk, lynx, file, dh-autoreconf
 Standards-Version: 3.6.1
 
 Package: namazu2
diff -u namazu2-2.0.21/debian/rules namazu2-2.0.21/debian/rules
--- namazu2-2.0.21/debian/rules
+++ namazu2-2.0.21/debian/rules
@@ -10,6 +10,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autoreconf
 
 	# Namazu2
 	./configure --prefix=/usr \
@@ -35,6 +36,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 	[ ! -f tknamazu/Makefile ] || (cd tknamazu && $(MAKE) distclean)
 
+	dh_autoreconf_clean
 	dh_clean
 
 install: build

Reply via email to