[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.5.0-41-g0654ed8

Stephane Glondu steph at glondu.net
Sun Jul 26 00:41:44 UTC 2009


The following commit has been merged in the master branch:
commit 7d7318e36a139f08b39d64d3efc54bbeacf1b0d5
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 25 18:09:41 2009 +0200

    ocaml.pm: move "dh_ocamlinit -d" before dh_clean

diff --git a/debhelper/ocaml.pm b/debhelper/ocaml.pm
index e626d18..9bf8f0f 100644
--- a/debhelper/ocaml.pm
+++ b/debhelper/ocaml.pm
@@ -5,7 +5,7 @@ use Debian::Debhelper::Dh_Lib;
 
 insert_before ("dh_gencontrol"    , "dh_ocaml"       );
 insert_before ("dh_auto_configure", "dh_ocamlinit"   );
-insert_before ("dh_auto_clean"    , "dh_ocamlinit -d");
+insert_before ("dh_clean"         , "dh_ocamlinit -d");
 insert_before ("dh_installdocs"   , "dh_ocamldoc"    );
 
 1;

-- 
dh-ocaml packaging



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