Package: src:cppunit
Version: 1.13.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The package cppunit fails to build from source on ppc64el because, in addition 
to
config.{guess,sub}, other configuration files need to be updated.

Using autoreconf instead of autotools_dev in the build fixes that and the 
package
builds successfully.

The patch attached includes replaces autotools-dev by autoreconf in 
debian/rules.

Thanks.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cppunit-1.13.2/debian/control cppunit-1.13.2/debian/control
--- cppunit-1.13.2/debian/control	2014-04-01 05:58:24.000000000 +0000
+++ cppunit-1.13.2/debian/control	2014-06-25 18:29:30.000000000 +0000
@@ -3,7 +3,7 @@
 Section: devel
 Priority: optional
 Maintainer: Steve M. Robbins <[email protected]>
-Build-Depends: debhelper (>= 9), doxygen, autotools-dev
+Build-Depends: debhelper (>= 9), doxygen, dh-autoreconf
 Standards-Version: 3.9.5
 
 Package: libcppunit-1.13-0
diff -Nru cppunit-1.13.2/debian/rules cppunit-1.13.2/debian/rules
--- cppunit-1.13.2/debian/rules	2014-04-01 05:57:10.000000000 +0000
+++ cppunit-1.13.2/debian/rules	2014-06-25 18:03:48.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@ --parallel --with autoreconf
 
 
 override_dh_install-arch:

Reply via email to