[emos] 08/12: Patch from boyska to fix reproducible shells issue. Closes: #821356

Alastair McKinstry mckinstry at moszumanska.debian.org
Mon May 30 11:29:12 UTC 2016


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

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

commit 202f4a01b9fbc06aa33e63276b40fabc88cf06db
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 1 02:38:08 2016 +0100

    Patch from boyska to fix reproducible shells issue. Closes: #821356
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c91ee0c..ab6cd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ emoslib (2:4.4.1-1) UNRELEASED; urgency=medium
   * New upstream release.
     - links-fix.patch merged upstream.
   * Standards-Version: 3.9.8
+  * Patch from boyska to fix reproducible shells issue. Closes: #821356
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sun, 01 May 2016 02:03:21 +0100
 
diff --git a/debian/rules b/debian/rules
index 4d82df7..ee8bdbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,4 +96,5 @@ override_dh_auto_install:
 	# Change default from emos to emos_shared to link against shared libs in metview, etc.
 	grep -v LIBEMOS_SELF_LIBRARIES ${CMAKE_DIR}/libemos-config.cmake > ${CMAKE_DIR}/tmp
 	mv ${CMAKE_DIR}/tmp ${CMAKE_DIR}/libemos-config.cmake  
-	echo "\nset( LIBEMOS_SELF_LIBRARIES    "emos_shared" )" >> ${CMAKE_DIR}/libemos-config.cmake 
+	echo >> ${CMAKE_DIR}/libemos-config.cmake 
+	echo "set( LIBEMOS_SELF_LIBRARIES    "emos_shared" )" >> ${CMAKE_DIR}/libemos-config.cmake 

-- 
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