[med-svn] r22607 - trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian

Gert Wollny gert-guest at moszumanska.debian.org
Fri Jul 22 18:09:14 UTC 2016


Author: gert-guest
Date: 2016-07-22 18:09:14 +0000 (Fri, 22 Jul 2016)
New Revision: 22607

Modified:
   trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog
   trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules
Log:
Force -std=c++03 because of #829604, Closes: #811702

Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog	2016-07-22 07:20:54 UTC (rev 22606)
+++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog	2016-07-22 18:09:14 UTC (rev 22607)
@@ -1,3 +1,10 @@
+librg-blast-parser-perl (0.03-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Force -std=c++03, because of #829604, Closes: #811702
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Fri, 22 Jul 2016 17:21:09 +0000
+
 librg-blast-parser-perl (0.03-3) unstable; urgency=medium
 
   * Team upload.

Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules	2016-07-22 07:20:54 UTC (rev 22606)
+++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules	2016-07-22 18:09:14 UTC (rev 22607)
@@ -12,7 +12,7 @@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
-	dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)"
+	dh_auto_configure --  LD="$(shell perl -V::ld:) $(LDFLAGS)" OPTIMIZE="$(CPPFLAGS) $(CFLAGS) -std=c++03"
 
 %:
 	dh $@ --parallel




More information about the debian-med-commit mailing list