Package: release.debian.org User: release.debian....@packages.debian.org Usertags: unblock
I've just uploaded xmlrpc-c to fix a FTBFS on non-x86 architectures (which I discovered incidentally, looking at the ubuntu delta and noticying such changelog entry, and then confirming independently). It hasn't been reported to the BTS. I did my test on armhf, I hope it will build on the other non-x86 as well… debdiff attached. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
diffstat for xmlrpc-c-1.33.14 xmlrpc-c-1.33.14 changelog | 7 +++++++ gbp.conf | 9 ++------- patches/fix-FTBFS-gcc6.patch | 15 +++++++++++++++ patches/series | 1 + 4 files changed, 25 insertions(+), 7 deletions(-) diff -Nru xmlrpc-c-1.33.14/debian/changelog xmlrpc-c-1.33.14/debian/changelog --- xmlrpc-c-1.33.14/debian/changelog 2016-07-23 20:41:48.000000000 +0200 +++ xmlrpc-c-1.33.14/debian/changelog 2017-03-10 23:41:13.000000000 +0100 @@ -1,3 +1,10 @@ +xmlrpc-c (1.33.14-4) unstable; urgency=medium + + * QA upload. + * Add patch fixing FTBFS on non-x86 architectures. + + -- Mattia Rizzolo <mat...@debian.org> Fri, 10 Mar 2017 23:41:13 +0100 + xmlrpc-c (1.33.14-3) unstable; urgency=medium * Upload to unstable. QA upload. diff -Nru xmlrpc-c-1.33.14/debian/gbp.conf xmlrpc-c-1.33.14/debian/gbp.conf --- xmlrpc-c-1.33.14/debian/gbp.conf 2016-07-23 18:09:30.000000000 +0200 +++ xmlrpc-c-1.33.14/debian/gbp.conf 2017-03-10 23:29:04.000000000 +0100 @@ -1,11 +1,6 @@ [DEFAULT] -upstream-branch = upstream-sid -upstream-tree = branch -debian-branch = debian-sid -debian-tag = debian/%(version)s -builder = debuild --prepend-path /usr/lib/ccache -i\.git/ -I.git +upstream-branch = upstream +debian-branch = debian/unstable pristine-tar = True pristine-tar-commit = True - -[git-buildpackage] sign-tags = True diff -Nru xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch --- xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch 1970-01-01 01:00:00.000000000 +0100 +++ xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch 2017-03-10 23:28:31.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Workaround FTBFS on non-x86 with g++ 6 (which changed the default) +Forwarded: no +Last-Update: 2017-03-10 + +--- a/common.mk ++++ b/common.mk +@@ -47,7 +47,7 @@ + # + CPPFLAGS_COMMON = -D_FORTIFY_SOURCE=2 + CFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE +-CXXFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE ++CXXFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE -std=gnu++98 + + + ifeq ($(C_COMPILER_GNU),yes) diff -Nru xmlrpc-c-1.33.14/debian/patches/series xmlrpc-c-1.33.14/debian/patches/series --- xmlrpc-c-1.33.14/debian/patches/series 2016-07-23 18:09:30.000000000 +0200 +++ xmlrpc-c-1.33.14/debian/patches/series 2017-03-10 23:26:07.000000000 +0100 @@ -5,3 +5,4 @@ 565785_kfreebsd_ftbfs.patch 614937_FTBFS_hurd-i386.patch fix-format-security.diff +fix-FTBFS-gcc6.patch
signature.asc
Description: PGP signature