Package: src:uclmmbase
Version: 1.2.16.0-1
Severity: normal
Tags: patch
Dear Maintainer,
Please use autotools-dev to update config.{sub,guess} for new architectures.
In Ubuntu, a similiar patch was applied to achieve the following:
* Use autotools-dev to update config.{sub,guess} for new arches.
Thanks for considering the patch.
Erwan Prioul.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (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 -Naur a/debian/control b/debian/control
--- a/debian/control 2014-07-07 16:09:24.631547662 +0200
+++ b/debian/control 2014-07-07 16:23:56.067501346 +0200
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: David MartÃnez Moreno <[email protected]>
-Build-Depends: debhelper (>= 4.0.16), gtk-doc-tools
+Build-Depends: debhelper (>= 4.0.16), gtk-doc-tools, autotools-dev
Standards-Version: 3.6.2.2
Package: libuclmmbase1
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2014-07-07 16:09:24.639547662 +0200
+++ b/debian/rules 2014-07-07 16:23:30.395502711 +0200
@@ -13,6 +13,7 @@
build: build-stamp
build-stamp:
dh_testdir
+ dh_autotools-dev_updateconfig
./configure --enable-ipv6 --prefix=/usr
$(MAKE)
touch build-stamp
@@ -23,6 +24,7 @@
rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
+ dh_autotools-dev_restoreconfig
dh_clean
install: install-stamp