[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.9.1-8-gbd72825

Mehdi Dogguy mehdi at debian.org
Sun Nov 1 13:18:54 UTC 2009


The following commit has been merged in the master branch:
commit 15d614054c0a94c7a69186709427643e46b47bdf
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Nov 1 14:07:48 2009 +0100

    dh_ocamlinit: Do not generate a stamp file after cleaning

diff --git a/debhelper/dh_ocamlinit b/debhelper/dh_ocamlinit
index 0a8e2da..c82ab46 100755
--- a/debhelper/dh_ocamlinit
+++ b/debhelper/dh_ocamlinit
@@ -84,7 +84,7 @@ foreach my $file (@ocaml_in_files) {
     complex_doit("sed $ocamlinit_sed ${file}.in > $file");
 }
 
-complex_doit("touch ocamlinit-stamp");
+complex_doit("touch ocamlinit-stamp") unless defined($dh{D_FLAG});
 
 =head1 SEE ALSO
 
diff --git a/debian/changelog b/debian/changelog
index c244ade..f3806e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ dh-ocaml (0.9.2) UNRELEASED; urgency=low
   * Use my debian address instead of the old ones, everywhere.
   * Handle relations between libXXXX-camlp4-dev and libXXXX-camlp4
     packages (Closes: #552392).
+  * dh_ocamlinit: Do not generate a stamp file after cleaning
 
- -- Mehdi Dogguy <mehdi at debian.org>  Mon, 26 Oct 2009 10:58:49 +0100
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 01 Nov 2009 14:07:07 +0100
 
 dh-ocaml (0.9.1) unstable; urgency=low
 

-- 
dh-ocaml packaging



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