[Pkg-ocaml-maint-commits] [SCM] gmetadom packaging branch, master, updated. debian/0.2.6-4-1-ge8dcba8

Stefano Zacchiroli zack at upsilon.cc
Thu Feb 11 16:01:06 UTC 2010


The following commit has been merged in the master branch:
commit e8dcba8a2d0a15f15a3d2611bf3304cdb21625ef
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Feb 11 17:00:40 2010 +0100

    debian/rules: fix include order
    
    ensure dh-ocaml deps for ocaml-base-nox are actually generated

diff --git a/debian/changelog b/debian/changelog
index 0357031..e6d57a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gmetadom (0.2.6-5) UNRELEASED; urgency=low
+
+  * debian/rules: fix include order to ensure dh-ocaml deps for
+    ocaml-base-nox are actually generated
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 11 Feb 2010 17:00:01 +0100
+
 gmetadom (0.2.6-4) unstable; urgency=low
 
   * Use dh-ocaml 0.9.1 features
diff --git a/debian/rules b/debian/rules
index 4b9e746..a3a3a21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-modules="gdome_cpp_smart gdome_caml"
 common-binary-post-install-arch::

-- 
gmetadom packaging



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