[med-svn] [clustalx] 02/06: Fix sed expression

Andreas Tille tille at debian.org
Thu Jul 21 15:22:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository clustalx.

commit 9554f727523a8ff1dd5ae592673fc4b84295398c
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 21 14:26:57 2016 +0200

    Fix sed expression
---
 debian/changelog | 2 ++
 debian/rules     | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fccae23..cd18285 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 clustalx (2.1+lgpl-5) UNRELEASED; urgency=medium
 
   * cme fix dpkg-control
+  * debian/rules: fix sed expression
+    Closes: #832013
 
  -- Andreas Tille <tille at debian.org>  Thu, 21 Jul 2016 14:25:14 +0200
 
diff --git a/debian/rules b/debian/rules
index c6e859b..86089d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@
 override_dh_auto_configure:
 	qmake-qt4
 	# 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
 
 override_dh_clean:
 	$(RM) moc_*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clustalx.git



More information about the debian-med-commit mailing list