Control: severity -1 grave
Control: tags -1 pending

Hi,

I have uploaded the following NMU to DELAYED/2 which fixes this bug,
based on the earlier patch by Jochen Sprickerhof. Please tell me if I
should cancel / delay it longer.

Now that GCC 6 is the default, this bug is RC because any users of this
package will very likely run into this linker error. While it could be
fixed by simply binNMUing it, I think patching it to use --std=c++11 is
more correct and also allows the package to be backported later if
that's ever wanted.

The NMU is attached.

Thanks,
James
diff -Nru log4cplus-1.1.2/debian/changelog log4cplus-1.1.2/debian/changelog
--- log4cplus-1.1.2/debian/changelog	2015-12-10 14:53:03.000000000 +0000
+++ log4cplus-1.1.2/debian/changelog	2016-08-08 11:06:16.000000000 +0000
@@ -1,3 +1,10 @@
+log4cplus (1.1.2-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ensure C++11 methods are present in the library. (Closes: #814905)
+
+ -- James Cowgill <jcowg...@debian.org>  Mon, 08 Aug 2016 11:06:16 +0000
+
 log4cplus (1.1.2-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru log4cplus-1.1.2/debian/rules log4cplus-1.1.2/debian/rules
--- log4cplus-1.1.2/debian/rules	2015-12-10 14:56:15.000000000 +0000
+++ log4cplus-1.1.2/debian/rules	2016-08-08 11:04:48.000000000 +0000
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_CXXFLAGS_MAINT_APPEND := --std=c++11
+
 %:
 	dh $@ --with autoreconf
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to