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

Ralf Treinen treinen at free.fr
Mon Apr 2 06:51:17 UTC 2012


The following commit has been merged in the master branch:
commit 438c80b680790e529be82d05bdf367fb29b3e5ee
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Apr 2 08:50:51 2012 +0200

    fixed in typo in message string

diff --git a/debian/changelog b/debian/changelog
index cd03171..62309ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-ocaml (1.0.5) UNRELEASED; urgency=low
+
+  * Fixed typo in message string of dom-safe-pull.
+
+ -- Ralf Treinen <treinen at debian.org>  Mon, 02 Apr 2012 08:49:34 +0200
+
 dh-ocaml (1.0.4) unstable; urgency=low
 
   [ Mehdi Dogguy ]
diff --git a/tools/dom-safe-pull b/tools/dom-safe-pull
index 93c02fc..5cde587 100755
--- a/tools/dom-safe-pull
+++ b/tools/dom-safe-pull
@@ -23,7 +23,7 @@
 sub update_remotes () {
     for (`git remote`) {
         chomp;
-        print "Feching $_...\n";
+        print "Fetching $_...\n";
         system("git fetch $_") == 0
             or die "Could not fetch remote $_";
     }

-- 
dh-ocaml packaging



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