Control: tags 778063 + patch

Dear maintainer,

I uploaded an NMU for pinot (versioned as 1.05-1.1) earlier this week.

An nmudiff is attached.  Sorry for not sending this right away.

Cheers,
    Olly
diff -Nru pinot-1.05/debian/changelog pinot-1.05/debian/changelog
--- pinot-1.05/debian/changelog	2013-03-06 03:12:55.000000000 +1300
+++ pinot-1.05/debian/changelog	2015-09-07 17:59:39.000000000 +1200
@@ -1,3 +1,10 @@
+pinot (1.05-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC5 by adding -std=gnu++11 to CXXFLAGS. (Closes: #778063)
+
+ -- Olly Betts <o...@survex.com>  Mon, 07 Sep 2015 17:58:50 +1200
+
 pinot (1.05-1) unstable; urgency=low
 
   [ upstream ]
diff -Nru pinot-1.05/debian/rules pinot-1.05/debian/rules
--- pinot-1.05/debian/rules	2013-03-06 03:12:01.000000000 +1300
+++ pinot-1.05/debian/rules	2015-09-07 17:58:46.000000000 +1200
@@ -29,6 +29,8 @@
 
 # Limit linking to actually used libs
 LDFLAGS += -Wl,--as-needed
+# Fix FTBFS with GCC5: https://bugs.debian.org/778063
+CXXFLAGS += -std=gnu++11
 
 DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/pinot
 

Reply via email to