[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.9.5-1-ga8849f9

Stephane Glondu steph at glondu.net
Thu Jul 8 20:45:52 UTC 2010


The following commit has been merged in the master branch:
commit a8849f9846f5381e8f219b894de9a3e8c592215f
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 8 21:39:40 2010 +0100

    Explicitly use sh when executing remote commands via ssh

diff --git a/debian/changelog b/debian/changelog
index b0db8bd..84b67f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-ocaml (0.9.6) UNRELEASED; urgency=low
+
+  * Explicitly use sh when executing remote commands via ssh
+    (Closes: #588371)
+
+ -- Stéphane Glondu <glondu at debian.org>  Thu, 08 Jul 2010 21:40:07 +0100
+
 dh-ocaml (0.9.5) unstable; urgency=low
 
   * Fix detection of Dynlink support.
diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index d62524c..44623af 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -23,7 +23,7 @@ REPODIR="/git/pkg-ocaml-maint/packages/$PACKAGE.git"
 initialize_alioth_repos () {
 echo "I: initialize (empty) remote repository on alioth.d.o"
 # see http://wiki.debian.org/Alioth/Git
-cat <<EOCMD | ssh $ALIOTH
+cat <<EOCMD | ssh $ALIOTH sh
 umask 002
 set -e
 
@@ -38,7 +38,7 @@ EOCMD
 
 setup_notifications () {
 echo "I: set up commit notification (mail and CIA)"
-cat <<EOCMD | ssh $ALIOTH
+cat <<EOCMD | ssh $ALIOTH sh
 umask 002
 
 cd "$REPODIR"

-- 
dh-ocaml packaging



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