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 #748057,
regarding openvpn: [ftbfs] please use dh-autoreconf in order to support new
architectures
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.)
--
748057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748057
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openvpn
Version: 2.3.2-9
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package will not build from source on ppc64el architecture unless
configuration files are updated accordingly.
Using dh-autoreconf would settle that issue.
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
Index: openvpn-2.3.2/debian/control
===================================================================
--- openvpn-2.3.2.orig/debian/control 2013-07-15 14:33:03.000000000 +0000
+++ openvpn-2.3.2/debian/control 2014-05-13 15:44:54.940002982 +0000
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Alberto Gonzalez Iniesta <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>> 0.9.8g-9), liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config, dpkg-dev (>= 1.16.1), iproute2 [linux-any], net-tools [!linux-any]
+Build-Depends: dh-autoreconf, debhelper (>= 7.0.50~), libssl-dev (>> 0.9.8g-9), liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config, dpkg-dev (>= 1.16.1), iproute2 [linux-any], net-tools [!linux-any]
Standards-Version: 3.9.3
Homepage: http://www.openvpn.net/
Index: openvpn-2.3.2/debian/rules
===================================================================
--- openvpn-2.3.2.orig/debian/rules 2014-03-14 11:59:50.000000000 +0000
+++ openvpn-2.3.2/debian/rules 2014-05-13 15:44:31.399999756 +0000
@@ -11,7 +11,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig $(ROUTE_ARGS) --with-plugindir=\$${prefix}/lib/openvpn --includedir=\$${prefix}/include/openvpn --enable-pkcs11 --enable-x509-alt-username --enable-systemd
--- 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 ---