[emos] 02/06: Ensure global subst in sed

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 7 11:15:15 UTC 2015


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

mckinstry pushed a commit to branch debian/master
in repository emos.

commit f266d4c74501ea26d2095bba9e165728b65252c1
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jun 16 15:51:17 2015 +0100

    Ensure global subst in sed
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e4a738c..06f197b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
 
 # The magic debhelper  rule
 %:
@@ -25,7 +25,7 @@ override_dh_auto_configure:
 		-DBUILD_SHARED_LIBS=ON \
 		-DBUFR_TABLES_PATH=/usr/share/emos/bufrtables
 	for f in ${AUTOGENERATED} ; do \
-		sed -e 's%@ARCH@%${DEB_HOST_MULTIARCH}%' < debian/$$f.in  > debian/$$f ; \
+		sed -e 's%@ARCH@%${DEB_HOST_MULTIARCH}%g' < debian/$$f.in  > debian/$$f ; \
 		done
 
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git



More information about the debian-science-commits mailing list