Your message dated Fri, 8 May 2015 20:26:11 +0200
with message-id
<CAKjSHr1pjNyzi8L=4ah0oseze3s9c41k8a-tuyokdnsqtvg...@mail.gmail.com>
and subject line gflags to use dh-autoreconf is fixed
has caused the Debian Bug report #753335,
regarding gflags: please use dh-autoreconf instead of autotools_dev
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.)
--
753335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753335
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gflags
Version: 2.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package gflags fails to build from source on ppc64el, even with
the usage of autotools_dev.
However, it builds successfully when using dh-autoreconf.
Could you please consider using dh-autoreconf instead of autotools_dev?
The patch attached contains such modification.
Thanks and regards.
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 gflags-2.0/debian/control gflags-2.0/debian/control
--- gflags-2.0/debian/control 2013-12-22 10:19:28.000000000 +0000
+++ gflags-2.0/debian/control 2014-06-30 15:12:35.000000000 +0000
@@ -1,7 +1,7 @@
Source: gflags
Priority: optional
Maintainer: Koichi Akabe <[email protected]>
-Build-Depends: debhelper (>= 9.0.0), autotools-dev
+Build-Depends: debhelper (>= 9.0.0), dh-autoreconf
Standards-Version: 3.9.5
Section: libs
Homepage: https://code.google.com/p/gflags/
diff -Nru gflags-2.0/debian/rules gflags-2.0/debian/rules
--- gflags-2.0/debian/rules 2013-11-14 10:52:33.000000000 +0000
+++ gflags-2.0/debian/rules 2014-06-30 15:08:10.000000000 +0000
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_installchangelogs:
installchangelogs ChangeLog
--- End Message ---
--- Begin Message ---
Control: fixed -1 2.0-2.1
Matthias Klose just mistyped the 'closes' in changelog.
--- End Message ---