[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.9.6-4-gf3bb6e3
Sylvain Le Gall
gildor at debian.org
Tue Nov 30 13:50:33 UTC 2010
The following commit has been merged in the master branch:
commit f3bb6e3fded23040d87c904c1bd837158f40e524
Author: Sylvain Le Gall <gildor at debian.org>
Date: Tue Nov 30 13:44:22 2010 +0000
Fix --notifications option for dom-new-git-repo
diff --git a/debian/changelog b/debian/changelog
index 1b96eb2..b6edba0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
dh-ocaml (0.9.7) UNRELEASED; urgency=low
+ [ Ralf Treinen ]
* Changed suggestion of git-core to git.
+ [ Sylvain Le Gall ]
+ * Fix --notifications option for dom-new-git-repo
+
-- Ralf Treinen <treinen at debian.org> Tue, 07 Sep 2010 10:07:54 +0200
dh-ocaml (0.9.6) unstable; urgency=low
diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index 44623af..ed6f031 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -82,7 +82,7 @@ elif git show-ref --quiet 2>/dev/null ; then
echo "I: we are in a git repos"
git_push
setup_notifications
-elif [ "$1" = "--notifications" ]; then
+elif [ "$2" = "--notifications" ]; then
echo "I: nothing to be pushed, but we set up notifications as requested"
setup_notifications
else
--
dh-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list