Your message dated Thu, 22 May 2014 20:12:14 +0100
with message-id
<capq4b8ngoj9o-pm9624khd3cv2grpe4e6fa2ontjvhgwgim...@mail.gmail.com>
and subject line liboggplay: use dh-autoreconf instead of autotools-dev to fix
FTBFS on ppc64el
has caused the Debian Bug report #734681,
regarding liboggplay: use dh-autoreconf instead of autotools-dev to 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.)
--
734681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734681
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liboggplay
Version: 0.2.1~git20091227-1.2
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 also fix FTBFS on ppc64el by
getting new libtool macros (still updates config.{sub,guess}).
* Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac to fix FTBFS while
autoreconfing.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/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.13.0-1-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 -u liboggplay-0.2.1~git20091227/debian/rules liboggplay-0.2.1~git20091227/debian/rules
--- liboggplay-0.2.1~git20091227/debian/rules
+++ liboggplay-0.2.1~git20091227/debian/rules
@@ -4,17 +4,4 @@
- dh --with quilt $@
+ dh --with quilt,autoreconf $@
override_dh_strip:
dh_strip --dbg-package=liboggplay1-dbg
-
-
-# Untill debhelper supports it
-
-override_dh_auto_configure:
- ln -sf /usr/share/misc/config.sub .
- ln -sf /usr/share/misc/config.guess .
- dh_auto_configure
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -f config.sub config.guess
-
diff -u liboggplay-0.2.1~git20091227/debian/control liboggplay-0.2.1~git20091227/debian/control
--- liboggplay-0.2.1~git20091227/debian/control
+++ liboggplay-0.2.1~git20091227/debian/control
@@ -1,7 +1,7 @@
Source: liboggplay
Priority: extra
Maintainer: John Francesco Ferlito <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), autotools-dev, pkg-config, liboggz-dev, libfishsound-dev, libtheora-dev, libkate-dev, libsndfile-dev
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), dh-autoreconf, pkg-config, liboggz-dev, libfishsound-dev, libtheora-dev, libkate-dev, libsndfile-dev
Standards-Version: 3.8.3
Section: libs
diff -u liboggplay-0.2.1~git20091227/debian/patches/series liboggplay-0.2.1~git20091227/debian/patches/series
--- liboggplay-0.2.1~git20091227/debian/patches/series
+++ liboggplay-0.2.1~git20091227/debian/patches/series
@@ -1,2 +1,3 @@
+macro-directory
CVE-2009-3388
CVE-2009-3378
only in patch2:
unchanged:
--- liboggplay-0.2.1~git20091227.orig/debian/patches/macro-directory
+++ liboggplay-0.2.1~git20091227/debian/patches/macro-directory
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -12,6 +12,8 @@
+ SHARED_VERSION_INFO="2:0:1"
+ SHLIB_VERSION_ARG=""
+
++AC_CONFIG_MACRO_DIR([m4])
++
+ # Checks for programs
+ AC_PROG_CC
+ AC_PROG_LIBTOOL
--- End Message ---
--- Begin Message ---
Source: liboggplay
Source-Version: 0.2.1~git20091227-1.3
The recent upload includes changes requested in this bug report.
--
Manuel A. Fernandez Montecelo <[email protected]>
--- End Message ---