Package: libdshconfig
Version: 0.20.13
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libdshconfig fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.
Thanks for considering the patch!
Thanks and regards,
Brahadambal
diff -ruN libdshconfig-0.20.13.orig/debian/control
libdshconfig-0.20.13/debian/control
--- libdshconfig-0.20.13.orig/debian/control 2014-08-01 18:32:41.000000000
+0000
+++ libdshconfig-0.20.13/debian/control 2014-08-01 18:33:23.000000000 +0000
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Junichi Uekawa <[email protected]>
-Build-Depends: debhelper (>> 4.0.0), libtool, d-shlibs (>= 0.4), doxygen
+Build-Depends: debhelper (>> 4.0.0), dh-autoreconf, libtool, d-shlibs (>=
0.4), doxygen
Standards-Version: 3.7.2
Package: libdshconfig1
diff -ruN libdshconfig-0.20.13.orig/debian/rules
libdshconfig-0.20.13/debian/rules
--- libdshconfig-0.20.13.orig/debian/rules 2014-08-01 18:32:52.000000000
+0000
+++ libdshconfig-0.20.13/debian/rules 2014-08-01 18:33:31.000000000 +0000
@@ -13,6 +13,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autoreconf
# Add here commands to configure the package.
./configure -prefix=/usr --with-versioned-symbol
touch configure-stamp
@@ -31,6 +32,7 @@
rm -f build-stamp configure-stamp
rm -rf $(DSH)
-$(MAKE) distclean
+ dh_autoreconf_clean
dh_clean
install: build