[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master,	updated. debian/0.5.0-19-g1f967bc
    Mehdi Dogguy 
    dogguy at pps.jussieu.fr
       
    Thu Jul 23 01:23:09 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 1f967bc84a10ec1837af10c1e9dc022d41532768
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Jul 23 03:22:52 2009 +0200
    Remove debugging prints
diff --git a/tools/dom-apply-patches b/tools/dom-apply-patches
index 03d6d89..1a5e406 100755
--- a/tools/dom-apply-patches
+++ b/tools/dom-apply-patches
@@ -7,7 +7,6 @@ GBP_CONF="${GBP_CONF:-debian/gbp.conf}"
 if [ -z "$MASTER_BRANCH" ]; then
     if [ -f "$GBP_CONF" ]; then
         MASTER_BRANCH=`awk -F' *= *' '/debian-branch/{print $2}' "$GBP_CONF"`
-	echo $MASTER_BRANCH
     fi
     MASTER_BRANCH="${MASTER_BRANCH:-master}"
 fi
@@ -15,7 +14,6 @@ fi
 if [ -z "$UPSTREAM_BRANCH" ]; then
     if [ -f "$GBP_CONF" ]; then
         UPSTREAM_BRANCH=`awk -F' *= *' '/upstream-branch/{print $2}' "$GBP_CONF"`
-	echo $UPSTREAM_BRANCH
     fi
     UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-upstream}"
 fi
-- 
dh-ocaml packaging
    
    
More information about the Pkg-ocaml-maint-commits
mailing list