[SCM] Gerris Flow Solver branch, upstream, updated. e8f73a07832050124d2b8bf6c6f35b33180e65a8

Stephane Popinet s.popinet at niwa.co.nz
Tue Nov 24 12:24:47 UTC 2009


The following commit has been merged in the upstream branch:
commit 03e6e38d7829279761a45d2c23c14d8d01f86988
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Fri Jul 24 09:21:32 2009 +1000

    Fixed debian changelog generation
    
    darcs-hash:20090723232132-fbd8f-9ad002eb2ed637f311abbc728a3cfc1a0390b728.gz

diff --git a/debian/changelog.sh b/debian/changelog.sh
index 3c3ac14..f057314 100644
--- a/debian/changelog.sh
+++ b/debian/changelog.sh
@@ -12,7 +12,9 @@ if test -z $1; then
 
 EOF
 else
-    if html2text < $1 | grep -v "^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\} " >> debian/changelog; then :
+    if html2text < $1 | \
+       grep -v "^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\} " | \
+       sed 's/^\([^ ]\{1,\}\)/  \1/g'>> debian/changelog; then :
     else
 	exit 1
     fi

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list