Your message dated Tue, 13 Jun 2017 11:25:27 +0300
with message-id <20170613082527.vwlnsx35aknzysja@localhost>
and subject line Closing obsolete autotools/autoreconf requests
has caused the Debian Bug report #762481,
regarding citadel-client: update config.{sub, guess} to fix FTBFS on new ports
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.) -- 762481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762481 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: citadel-client Version: 8.24-1 Severity: important User: [email protected] Usertags: ppc64el Dear Maintainer, citadel-client fails to build from source on new architectures like arm64 and ppc64el as the config.{sub,guess} files are outdated and therefore needs to be updated. You will find a patch below to fix this issue. An upload with this patch would be appreciated. Thanks, Aurelien --- citadel-client-8.24/debian/rules +++ citadel-client-8.24/debian/rules @@ -93,5 +93,5 @@ dh_installinit --name=citadel --restart-after-upgrade %: - dh $@ + dh $@ --with autotools-dev -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-2-powerpc64le (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- 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 ---

