Source: p11-kit Version: 0.20.2-4 Severity: normal Tags: patch User: debian-de...@lists.debian.org 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 for "p11-kit" (version 0.20.2-4) when bootstrapping OpenRISC/or1k (attached in a new message), 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 <manuel.montez...@gmail.com>
diff -Nru p11-kit-0.20.2/debian/changelog p11-kit-0.20.2/debian/changelog --- p11-kit-0.20.2/debian/changelog 2014-03-20 17:52:45.000000000 +0000 +++ p11-kit-0.20.2/debian/changelog 2014-04-09 13:54:45.000000000 +0100 @@ -1,3 +1,11 @@ +p11-kit (0.20.2-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf to regenerate config.{sub,guess} and support new + architectures more easily + + -- Manuel A. Fernandez Montecelo <m...@debian.org> Wed, 09 Apr 2014 13:53:43 +0100 + p11-kit (0.20.2-4) unstable; urgency=medium * Add missing Breaks/Replaces p11-kit to p11-kit-modules. (Thanks, Iain diff -Nru p11-kit-0.20.2/debian/control p11-kit-0.20.2/debian/control --- p11-kit-0.20.2/debian/control 2014-03-20 17:51:12.000000000 +0000 +++ p11-kit-0.20.2/debian/control 2014-04-09 13:55:48.000000000 +0100 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-ma...@lists.alioth.debian.org> Uploaders: Andreas Metzler <ametz...@debian.org> -Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libtasn1-6-dev, +Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libtasn1-6-dev, libffi-dev Standards-Version: 3.9.5 Section: libs diff -Nru p11-kit-0.20.2/debian/p11-kit.install p11-kit-0.20.2/debian/p11-kit.install --- p11-kit-0.20.2/debian/rules 2014-03-16 07:45:09.000000000 +0000 +++ p11-kit-0.20.2/debian/rules 2014-04-09 14:17:08.000000000 +0100 @@ -23,4 +23,4 @@ dh_link %: - dh $@ + dh $@ --with autoreconf