Your message dated Mon, 12 Jun 2017 23:05:10 +0300 with message-id <20170612200509.b4jpacqqrkbymnon@localhost> and subject line Closing obsolete autotools/autoreconf requests has caused the Debian Bug report #753324, regarding gamin: use autoreconf to build on new archs to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 753324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753324 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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 informationdiff -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
--- End Message ---
--- Begin Message ---This email closes autotools/autoreconf in packages that have successfully been built on all current release architectures. debhelper defaults to updating autotools files since January 2016, which automatically fixed many of these bugs and makes explicit updating for these packages obsolete. debhelper compat 10 defaults to running autoreconf, making manual adding of dh-autoreconf mostly obsolete. Updating to compat 10 is a better solution than adding dh-autoreconf, and compat < 10 is expected to become a lintian warning before buster. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
--- End Message ---

