[SCM] Packaging for dune-common: a toolbox for solving PDEs -- basic classes branch, master, updated. debian/2.2.1-1

Ansgar Burchardt ansgar at debian.org
Sat Mar 2 02:43:44 UTC 2013


The following commit has been merged in the master branch:
commit a179728d330d689782f3af1652104cdca67a9164
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Mar 2 01:05:07 2013 +0100

    Fix PARSER_TRIM.

diff --git a/debian/patches/fix-PARSER_TRIM.diff b/debian/patches/fix-PARSER_TRIM.diff
new file mode 100644
index 0000000..f6f7cf5
--- /dev/null
+++ b/debian/patches/fix-PARSER_TRIM.diff
@@ -0,0 +1,11 @@
+--- a/lib/dunemodules.lib
++++ b/lib/dunemodules.lib
+@@ -43,7 +43,7 @@
+ # paramters:
+ # $1 file to read
+ #
+-PARSER_TRIM="awk '{gsub(/^[[:space:]]+| +$/,\"\");printf(\"%s\", \$0);}'"
++PARSER_TRIM="awk '{gsub(/^[ \\t]+|[ \\t]+$/,\"\");printf(\"%s\", \$0);}'"
+ parse_control() {
+   # check file existence
+   if test ! -f "$1" -o "$(basename $1)" != "$CONTROL"; then
diff --git a/debian/patches/series b/debian/patches/series
index 032574c..1016014 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 soname.patch
 dune-autogen.patch
 aclocal.patch
+fix-PARSER_TRIM.diff

-- 
Packaging for dune-common: a toolbox for solving PDEs -- basic classes



More information about the debian-science-commits mailing list