[ecflow] 10/11: * Updates to auto_ptr.patch * Compile with -DNO_REGEXP to cope with regexp.h changes in glibc * Patch for typo in ecflow_logsvr

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 11:03:37 UTC 2017


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

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

commit 51012fa8fe982ba675cbfe88eb88a063ee1e13a6
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Oct 14 14:42:03 2017 +0100

    * Updates to auto_ptr.patch
    * Compile with -DNO_REGEXP to cope with regexp.h changes in glibc
    * Patch for typo in ecflow_logsvr
---
 debian/changelog                       |  3 +++
 debian/patches/logsvr_syntax_fix.patch | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd899df..daa1245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ ecflow (4.7.0-1) UNRELEASED; urgency=medium
 
   * Compile -fPIC on hppa. Closes: #875464
   * Standards-Version: 4.1.1; no changes required
+  * Updates to auto_ptr.patch
+  * Compile with -DNO_REGEXP to cope with regexp.h changes in glibc
+  * Patch for typo in ecflow_logsvr
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 11 Sep 2017 16:19:11 +0100
 
diff --git a/debian/patches/logsvr_syntax_fix.patch b/debian/patches/logsvr_syntax_fix.patch
new file mode 100644
index 0000000..f01c9b8
--- /dev/null
+++ b/debian/patches/logsvr_syntax_fix.patch
@@ -0,0 +1,18 @@
+Description: Fix syntax error
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2017-10-14
+Forwarded: no
+
+Index: ecflow-4.7.0/tools/ecflow_logsvr.sh
+===================================================================
+--- ecflow-4.7.0.orig/tools/ecflow_logsvr.sh
++++ ecflow-4.7.0/tools/ecflow_logsvr.sh
+@@ -37,7 +37,7 @@ LOGMAP=/emos_esuite:/emos_esuite:/vol/em
+ log=/var/log/emos/logsvr.log
+ if [[ -x /usr/sbin/logsvr.pl ]] ; then
+     LOGSVR=/usr/sbin/logsvr.pl
+-if [[ -x /usr/local/lib/metaps/perl/logsvr.pl ]] ; then
++elif [[ -x /usr/local/lib/metaps/perl/logsvr.pl ]] ; then
+     LOGSVR=/usr/local/lib/metaps/perl/logsvr.pl
+ elif [[ -x /usr/local/apps/sms/bin/logsvr.pl ]] ; then
+     LOGSVR=/usr/local/apps/sms/bin/logsvr.pl
diff --git a/debian/patches/series b/debian/patches/series
index fcdd1ca..3116e5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ minver.patch
 soname.patch
 set-paths.patch
 gcc7-fixes.patch
+logsvr_syntax_fix.patch

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



More information about the debian-science-commits mailing list