Package: src:slrn
Version: 1.0.1-10
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el

Dear Maintainer,

the package slrn fails to build from source on ppc64el because 
autoconf/config.guess
and autoconf/config.sub are outdated.
This patch adds the use of dh_autotools-dev_updateconfig and
dh_autotools-dev_restoreconfig to deal with that.
Thanks for reading,

Fred

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (450, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./debian/rules.orig	2014-08-07 12:27:08.000000000 +0000
+++ ./debian/rules	2014-08-07 12:27:52.000000000 +0000
@@ -6,6 +6,7 @@ export DEB_CFLAGS_MAINT_APPEND  = -Wall
 	dh ${@} --with autoreconf
 
 override_dh_autoreconf:
+	dh_autotools-dev_updateconfig
 	dh_autoreconf autoconf -- --verbose --include=autoconf --output=configure autoconf/configure.ac
 
 override_dh_auto_build:
@@ -45,10 +46,6 @@ override_dh_install-arch:
 	chmod g+ws,o+w,+t debian/slrnpull/var/spool/slrnpull/requests
 
 
-
-
-
-
-
-
-
+override_dh_autoreconf_clean:
+	dh_autotools-dev_restoreconfig
+	dh_autoreconf_clean

Reply via email to