[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/1.0.3-6-gcc45cf8

Stephane Glondu steph at glondu.net
Fri Feb 10 03:44:04 UTC 2012


The following commit has been merged in the master branch:
commit 712e74dd7dd42d083a0605caed3d64ece787a6ae
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Feb 10 04:31:20 2012 +0100

    Fix what looks like a typo...

diff --git a/debhelper/dh_ocamldoc b/debhelper/dh_ocamldoc
index b346d07..860bb5c 100755
--- a/debhelper/dh_ocamldoc
+++ b/debhelper/dh_ocamldoc
@@ -188,7 +188,7 @@ sub do_doc_package($@) {
     my ($package, @ocamldoc_files) = @_;
     foreach my $fdoc (@ocamldoc_files) {
         my $ocamldoc = $odoc;
-        my $find_floags = "";
+        my $find_flags = "";
         # Set doc-base document id
         my $document_name = $fdoc;
         $document_name =~ s/debian\/.*(\.)?ocamldoc//g;

-- 
dh-ocaml packaging



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