Package: src:cmph Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, Package cmph fails to build from source even with the use of autotools-dev during build. Replacing it by autoreconf fixes that since more files besides config.{guess,sub} need to be updated. The patch attached includes autoreconf to the build and the package builds successfully. 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 cmph-2.0/debian/control cmph-2.0/debian/control --- cmph-2.0/debian/control 2014-03-07 17:39:55.000000000 +0000 +++ cmph-2.0/debian/control 2014-06-25 15:46:15.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Joseph Herlant <herla...@gmail.com> -Build-Depends: autotools-dev, debhelper (>= 9) +Build-Depends: dh-autoreconf, debhelper (>= 9) Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/svn/collab-maint/deb-maint/cmph/ Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/cmph/ diff -Nru cmph-2.0/debian/rules cmph-2.0/debian/rules --- cmph-2.0/debian/rules 2014-03-07 17:39:55.000000000 +0000 +++ cmph-2.0/debian/rules 2014-06-25 15:45:53.000000000 +0000 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools-dev + dh $@ --with autoreconf override_dh_auto_install: dh_auto_install