Control: tags 811674 + pending Dear maintainer,
I've prepared an NMU for ceph (versioned as 0.94.5-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
--
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 ceph-0.94.5 ceph-0.94.5 changelog | 8 ++++++++ patches/fix-build-with-gcc6.patch | 18 ++++++++++++++++++ patches/series | 1 + 3 files changed, 27 insertions(+) diff -Nru ceph-0.94.5/debian/changelog ceph-0.94.5/debian/changelog --- ceph-0.94.5/debian/changelog 2015-11-16 19:38:22.000000000 +0000 +++ ceph-0.94.5/debian/changelog 2016-09-28 23:20:34.000000000 +0000 @@ -1,3 +1,11 @@ +ceph (0.94.5-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Apply patch from Vincent Lefevre <[email protected]> to fix FTBFS with + gcc-6. Closes: #811674 + + -- Mattia Rizzolo <[email protected]> Wed, 28 Sep 2016 23:20:34 +0000 + ceph (0.94.5-1) experimental; urgency=medium * [2d330d6] New upstream release: diff -Nru ceph-0.94.5/debian/patches/fix-build-with-gcc6.patch ceph-0.94.5/debian/patches/fix-build-with-gcc6.patch --- ceph-0.94.5/debian/patches/fix-build-with-gcc6.patch 1970-01-01 00:00:00.000000000 +0000 +++ ceph-0.94.5/debian/patches/fix-build-with-gcc6.patch 2016-09-28 23:19:41.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Fix FTBFS with gcc-6 where g++ defaults to gnu++14 +Author: Vincent Lefevre <[email protected]> +Acked-By: Mattia Rizzolo <[email protected]> +Bug-Debian: https://bugs.debian.org/811674 +Last-Update: 2016-09-28 +Forwarded: no + +--- a/src/Makefile-env.am ++++ b/src/Makefile-env.am +@@ -83,7 +83,7 @@ + -Wnon-virtual-dtor \ + -Wno-invalid-offsetof + if !CLANG +- AM_CXXFLAGS += -Wstrict-null-sentinel ++ AM_CXXFLAGS += -Wstrict-null-sentinel -std=gnu++98 + endif + + # note: this is position dependant, it affects the -l options that diff -Nru ceph-0.94.5/debian/patches/series ceph-0.94.5/debian/patches/series --- ceph-0.94.5/debian/patches/series 2015-11-16 19:38:22.000000000 +0000 +++ ceph-0.94.5/debian/patches/series 2016-09-28 23:18:12.000000000 +0000 @@ -18,3 +18,4 @@ fix-argparse-defaults.patch fix-cycles-arch.patch vivid-does-systemd.patch +fix-build-with-gcc6.patch
signature.asc
Description: PGP signature

