[Pkg-ocaml-maint-commits] [dh-ocaml] 01/06: Fix incorrect usage of doit (Closes: #868470)

Stéphane Glondu glondu at moszumanska.debian.org
Sun Jul 16 07:51:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository dh-ocaml.

commit fda7823c1bee6063c719f9a10a577c00c8d11f6d
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 16 09:30:16 2017 +0200

    Fix incorrect usage of doit (Closes: #868470)
---
 debhelper/dh_ocaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debhelper/dh_ocaml b/debhelper/dh_ocaml
index 96dcc24..2d67077 100755
--- a/debhelper/dh_ocaml
+++ b/debhelper/dh_ocaml
@@ -369,7 +369,7 @@ foreach my $package (keys(%dev_packages), @binary_packages)
       }
     }, @search_path;
     close(OLIST) unless $dh{NO_ACT};
-    doit("cat $olist_fn") if $dh{VERBOSE};
+    doit('cat', $olist_fn) if $dh{VERBOSE};
   };
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git



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