Package: libcorelinux
Version: 0.4.32-7.3
Followup-For: Bug #528646
User: [email protected]
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.

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.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 -Nru libcorelinux-0.4.32/debian/control libcorelinux-0.4.32/debian/control
--- libcorelinux-0.4.32/debian/control	2005-12-03 07:47:04.000000000 -0500
+++ libcorelinux-0.4.32/debian/control	2014-01-08 02:13:20.000000000 -0500
@@ -1,5 +1,5 @@
 Source: libcorelinux
-Build-Depends: debhelper, libtool, doxygen
+Build-Depends: debhelper, libtool, doxygen, dh-autoreconf
 Section: libs
 Priority: optional
 Maintainer: Christophe Prud'homme <[email protected]>
diff -Nru libcorelinux-0.4.32/debian/rules libcorelinux-0.4.32/debian/rules
--- libcorelinux-0.4.32/debian/rules	2006-10-19 10:30:18.000000000 -0400
+++ libcorelinux-0.4.32/debian/rules	2014-01-04 23:54:10.000000000 -0500
@@ -16,6 +16,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autoreconf
 #	./autorun.sh
 	mkdir -p classic	
 	cd classic && ../configure --prefix=/usr  --includedir=/usr/include/corelinux
@@ -36,6 +37,7 @@
 	@if test -d classic; then \
 		rm -rf classic; \
 	fi
+	dh_autoreconf_clean
 	dh_clean
 
 

Reply via email to