[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.9.1-2-g6953419

Stephane Glondu steph at glondu.net
Sun Oct 25 12:49:41 UTC 2009


The following commit has been merged in the master branch:
commit 6953419f9b37aa9d3b1a5bf57736e591a54ecaa8
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Oct 25 13:49:30 2009 +0100

    Typo

diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index f9e57eb..d62524c 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -10,7 +10,7 @@ if [ -z "$PACKAGE" ] ; then
   echo "Usage: dom-new-git-repo PKGNAME [ UPSTREAM_TARBALL | --notifications ]"
   exit 1
 fi
-if [ -f "$TARBALL" ]; then
+if [ ! -f "$TARBALL" ]; then
   INJECT_TARBALL="no"
 else
   INJECT_TARBALL="yes"

-- 
dh-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list