Source: libogg
Version: 1.3.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: autoreconf
Dear maintainer(s),
New ports in preparation (arm64/aarch64, openrisc/or1k, ppc64el)
require updates to config.{guess,sub} or {libtool,aclocal}.m4 files.
dh-autoreconf can be used to get new libtool macros (needed now for
ppc64el) and update config.{sub,guess} for new arches (arm64/aarch64
and openrisc/or1k). See the following URL for more information:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
I created a patch (attached) for "libogg" (version 1.3.1-1) when
bootstrapping OpenRISC/or1k, in the case that you find it useful.
Please, apply this patch (or tweak it, or create your own if you
prefer) and include it in your next uploads, in order to keep these
ancillary files up to date in the future without maintainer
intervention, and make easier the task of introducing new ports in
Debian.
If you have any doubts/comments/suggestions, you can get in contact
with people behind these efforts (look at the list of bug reports with
these tags, link in the URL above).
Cheers.
--
Manuel A. Fernandez Montecelo <[email protected]>
diff -u libogg-1.3.1/debian/rules libogg-1.3.1/debian/rules
--- libogg-1.3.1/debian/rules
+++ libogg-1.3.1/debian/rules
@@ -49,12 +49,14 @@
dh_testroot
$(RM) build-stamp install-stamp
$(RM) -r $(objdir)
+ dh_autoreconf_clean
dh_clean
$(objdir)/config.status: configure
dh_testdir
mkdir -p $(objdir)
+ dh_autoreconf
cd $(objdir) && ../configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
diff -u libogg-1.3.1/debian/control libogg-1.3.1/debian/control
--- libogg-1.3.1/debian/control
+++ libogg-1.3.1/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Ron Lee <[email protected]>
-Build-Depends: debhelper (>= 8.1.3)
+Build-Depends: debhelper (>= 8.1.3), dh-autoreconf
Standards-Version: 3.9.4.0
Homepage: http://xiph.org/ogg/
Vcs-Git: git://git.debian.org/users/ron/libogg.git
diff -u libogg-1.3.1/debian/changelog libogg-1.3.1/debian/changelog
--- libogg-1.3.1/debian/changelog
+++ libogg-1.3.1/debian/changelog
@@ -1,3 +1,11 @@
+libogg (1.3.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Bootstrap for or1k by updating config.{guess,sub} at build time
+ using dh-autoreconf
+
+ -- Manuel A. Fernandez Montecelo <[email protected]> Sat, 29 Mar 2014 13:15:37 +0000
+
libogg (1.3.1-1) unstable; urgency=low
* Fix the hardening LDFLAGS.