Control: tags 811741 + patch
Control: tags 811741 + pending

Dear maintainer,

I've prepared an NMU for ragel (versioned as 6.9-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Sebastian Ramacher
diff -u ragel-6.9/debian/changelog ragel-6.9/debian/changelog
--- ragel-6.9/debian/changelog
+++ ragel-6.9/debian/changelog
@@ -1,3 +1,11 @@
+ragel (6.9-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Explicitly set C++ standard to C++98 to fix compilation under GCC 6
+    (Closes: #811741)
+
+ -- Andreas Stührk <a...@hammerhartes.de>  Sat, 24 Sep 2016 20:28:04 +0200
+
 ragel (6.9-1) unstable; urgency=medium
 
   * New upstream release
diff -u ragel-6.9/debian/rules ragel-6.9/debian/rules
--- ragel-6.9/debian/rules
+++ ragel-6.9/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS) -std=gnu++98
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 # for the m68k hack
@@ -9,7 +10,7 @@
 
 config.status: configure
 	dh_testdir
-	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
+	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
 
 build: build-arch build-indep
 build-arch: build-stamp

Attachment: signature.asc
Description: PGP signature

Reply via email to