[Pkg-ocaml-maint-commits] [SCM] ocurl packaging branch, master, updated. debian/0.5.1-1-12-ge879767

Mehdi Dogguy mehdi at debian.org
Thu Oct 8 12:35:15 UTC 2009


The following commit has been merged in the master branch:
commit fa34bbe33043abd149ea85f42a064da43bac40cb
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Oct 8 14:04:18 2009 +0200

    Reorder included files in debian/rules to workaround a CDBS bug

diff --git a/debian/changelog b/debian/changelog
index 19a04d0..57bf16d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ ocurl (0.5.1-2) UNRELEASED; urgency=low
     - Add a README.source
   * Use new features of dh-ocaml (>= 0.9)
     - Generate documentation using dh_ocamldoc
+  * Reorder included files in debian/rules to workaround a CDBS bug
 
  -- Mehdi Dogguy <mehdi at debian.org>  Thu, 08 Oct 2009 13:51:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 55487b6..56f387b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+
 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 

-- 
ocurl packaging



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