Dear maintainer,

I've prepared an NMU for ceph (versioned as 0.80.11-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.80.11 ceph-0.80.11

 changelog                         |    8 ++++++++
 patches/fix-build-with-gcc6.patch |   18 ++++++++++++++++++
 patches/series                    |    1 +
 3 files changed, 27 insertions(+)

diff -Nru ceph-0.80.11/debian/changelog ceph-0.80.11/debian/changelog
--- ceph-0.80.11/debian/changelog	2016-01-17 21:50:43.000000000 +0000
+++ ceph-0.80.11/debian/changelog	2016-09-29 08:57:24.000000000 +0000
@@ -1,3 +1,11 @@
+ceph (0.80.11-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Vincent Lefevre <vinc...@vinc17.net> to fix FTBFS
+    with gcc-6.  Closes: #811674
+
+ -- Mattia Rizzolo <mat...@debian.org>  Thu, 29 Sep 2016 08:57:24 +0000
+
 ceph (0.80.11-1) unstable; urgency=medium
 
   * [a82967] Imported Upstream version 0.80.11
diff -Nru ceph-0.80.11/debian/patches/fix-build-with-gcc6.patch ceph-0.80.11/debian/patches/fix-build-with-gcc6.patch
--- ceph-0.80.11/debian/patches/fix-build-with-gcc6.patch	1970-01-01 00:00:00.000000000 +0000
+++ ceph-0.80.11/debian/patches/fix-build-with-gcc6.patch	2016-09-29 08:56:16.000000000 +0000
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with gcc-6 where g++ defaults to gnu++14
+Author: Vincent Lefevre <vinc...@vinc17.net>
+Acked-By: Mattia Rizzolo <mat...@debian.org>
+Bug-Debian: https://bugs.debian.org/811674
+Last-Update: 2016-09-29
+Forwarded: no
+
+--- a/src/Makefile-env.am
++++ b/src/Makefile-env.am
+@@ -80,7 +80,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.80.11/debian/patches/series ceph-0.80.11/debian/patches/series
--- ceph-0.80.11/debian/patches/series	2016-01-17 21:50:43.000000000 +0000
+++ ceph-0.80.11/debian/patches/series	2016-09-29 08:55:42.000000000 +0000
@@ -21,3 +21,4 @@
 sample.ceph.conf.patch
 use_system_jerasure.patch
 virtualenv-never-download.patch
+fix-build-with-gcc6.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to