[emos] 35/37: Fix sed rules

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 27 08:14:34 UTC 2015


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

mckinstry pushed a commit to branch master
in repository emos.

commit e0715c06ae1df5953b4dd2cce991363e2353eee3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jun 23 20:25:42 2015 +0100

    Fix sed rules
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 59e21aa..2e64534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 emoslib (2:4.0.3+dfsg.1-2) UNRELEASED; urgency=medium
 
   * Remove rpath from shlibs. B-D on chrpath. 
+  * Fix sed rules that broke some symlinks
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 22 Jun 2015 06:33:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 78d123a..8787b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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