Source: gamin
Version: 0.1.10-4.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package gamin fails to build from source on ppc64el architecture
since it needs configuration files such as config.{guess,sub} to be
updated.
The usage of dh-autoreconf fixes that and the package builds successfully.
Please consider the patch attached in order to do so.
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
-- no debconf information
diff -Nru gamin-0.1.10/debian/control gamin-0.1.10/debian/control
--- gamin-0.1.10/debian/control 2012-07-20 02:34:18.000000000 +0000
+++ gamin-0.1.10/debian/control 2014-06-30 14:38:32.000000000 +0000
@@ -15,7 +15,7 @@
python-all-dev (>= 2.3.5-11),
python-support (>= 0.3),
dpkg-dev (>= 1.13.19),
- autotools-dev
+ dh-autoreconf
Standards-Version: 3.8.3
Package: gamin
diff -Nru gamin-0.1.10/debian/control.in gamin-0.1.10/debian/control.in
--- gamin-0.1.10/debian/control.in 2010-04-24 23:13:39.000000000 +0000
+++ gamin-0.1.10/debian/control.in 2014-06-30 14:38:19.000000000 +0000
@@ -10,7 +10,7 @@
python-all-dev (>= 2.3.5-11),
python-support (>= 0.3),
dpkg-dev (>= 1.13.19),
- autotools-dev
+ dh-autoreconf
Standards-Version: 3.8.3
Package: gamin
diff -Nru gamin-0.1.10/debian/rules gamin-0.1.10/debian/rules
--- gamin-0.1.10/debian/rules 2010-04-24 23:13:39.000000000 +0000
+++ gamin-0.1.10/debian/rules 2014-06-30 14:35:16.000000000 +0000
@@ -4,6 +4,7 @@
DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/python-autotools.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk