[med-svn] r22602 - trunk/packages/clonalframe/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Jul 21 15:33:12 UTC 2016
Author: tille
Date: 2016-07-21 15:33:11 +0000 (Thu, 21 Jul 2016)
New Revision: 22602
Modified:
trunk/packages/clonalframe/trunk/debian/changelog
trunk/packages/clonalframe/trunk/debian/rules
Log:
Enable build with -fdebug-prefix-map
Modified: trunk/packages/clonalframe/trunk/debian/changelog
===================================================================
--- trunk/packages/clonalframe/trunk/debian/changelog 2016-07-21 15:31:46 UTC (rev 22601)
+++ trunk/packages/clonalframe/trunk/debian/changelog 2016-07-21 15:33:11 UTC (rev 22602)
@@ -2,6 +2,8 @@
* cme fix dpkg-control
* delete unused debian/get-orig-source
+ * Enable build with -fdebug-prefix-map
+ Closes: #832012
-- Andreas Tille <tille at debian.org> Thu, 21 Jul 2016 17:28:10 +0200
Modified: trunk/packages/clonalframe/trunk/debian/rules
===================================================================
--- trunk/packages/clonalframe/trunk/debian/rules 2016-07-21 15:31:46 UTC (rev 22601)
+++ trunk/packages/clonalframe/trunk/debian/rules 2016-07-21 15:33:11 UTC (rev 22602)
@@ -16,8 +16,8 @@
override_dh_auto_build:
qmake
# did not found a better way to push hardening flags into Makefile
- sed -i -e "s/CFLAGS *= .*/& $(CFLAGS)/" \
- -e "s/CXXFLAGS *= .*/& $(CXXFLAGS)/" \
- -e "s/LFLAGS *= .*/& $(LDFLAGS)/" Makefile
+ sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
+ -e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
+ -e "s:LFLAGS *= .*:& $(LDFLAGS):" Makefile
$(MAKE)
More information about the debian-med-commit
mailing list