Your message dated Sun, 26 Jan 2014 17:11:04 +0000
with message-id
<CAMgEDbQcY+F2jNeW0=vj56aq48tyvhqwvx2nq+wmt2krijd...@mail.gmail.com>
and subject line Bug #733581 : fixed in scamper 20140122-1
has caused the Debian Bug report #733581,
regarding scamper: use dh-autoreconf instead of autotools-dev to also fix FTBFS
on ppc64el
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.)
--
733581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733581
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scamper
Version: 20111202b-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf is necessary instead of just config.{sub,guess} updates with
autotools-dev. This is because we need new libtool macros for ppc64el.
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: wheezy/sid
APT prefers trusty-updates
APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500,
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru scamper-20111202b/debian/control scamper-20111202b/debian/control
--- scamper-20111202b/debian/control 2012-03-20 18:47:21.000000000 -0400
+++ scamper-20111202b/debian/control 2013-12-29 23:07:19.000000000 -0500
@@ -2,7 +2,7 @@
Section: admin
Priority: extra
Maintainer: Matt Brown <[email protected]>
-Build-Depends: debhelper (>= 8), autotools-dev, autoconf, automake
+Build-Depends: debhelper (>= 8), dh-autoreconf, autoconf, automake
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.3
Homepage: http://www.wand.net.nz/scamper/
diff -Nru scamper-20111202b/debian/patches/foreign.patch scamper-20111202b/debian/patches/foreign.patch
--- scamper-20111202b/debian/patches/foreign.patch 1969-12-31 19:00:00.000000000 -0500
+++ scamper-20111202b/debian/patches/foreign.patch 2013-12-29 22:29:57.000000000 -0500
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,7 +4,7 @@
+
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR([scamper/scamper.c])
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
+ AC_CONFIG_HEADER([config.h])
+
+ AC_PROG_LIBTOOL
diff -Nru scamper-20111202b/debian/patches/series scamper-20111202b/debian/patches/series
--- scamper-20111202b/debian/patches/series 1969-12-31 19:00:00.000000000 -0500
+++ scamper-20111202b/debian/patches/series 2013-12-29 22:29:34.000000000 -0500
@@ -0,0 +1 @@
+foreign.patch
diff -Nru scamper-20111202b/debian/rules scamper-20111202b/debian/rules
--- scamper-20111202b/debian/rules 2011-05-08 12:49:18.000000000 -0400
+++ scamper-20111202b/debian/rules 2013-12-29 22:26:12.000000000 -0500
@@ -6,7 +6,7 @@
# Debhelper does all the magic for us :)
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_dh_fixperms:
dh_fixperms
--- End Message ---
--- Begin Message ---
Source: scamper
Source-Version: 20140122-1
This bug was fixed with the aforementioned upload, however there was a
previous (not uploaded) version of the package in teh changelog
containing the Closes line, so the normal auto-generated close message
was not generated.
Changelog summary below:
scamper (20130824-1) unstable; urgency=low
* New upstream release.
* The following packaging updates were contributed by Zack Weinberg:
- Update upstream contact and licensing information. Add watchfile.
- Bump to debhelper compat level 9 and enable multiarch for
libscamperfile0. (Note that due to lack of packaging manpower, we
are not providing a symbols file for libscamperfile0 at this time.)
- Use dh-autoreconf instead of autotools-dev; facilitates ppc64el
support. Patch by Logan Rosen, adjusted to use upstream's
bootstrap.pl instead of patching configure.ac. Closes: #733581.
- Standards-Version: 3.9.5 (no further changes required).
* Thanks Zack!
-- Matt Brown <[email protected]> Sun, 26 Jan 2014 15:17:09 +0000
--
Matt Brown
[email protected]
Mob +353 86 608 7117 www.mattb.net.nz
--- End Message ---