[Pkg-ocaml-maint-commits] [SCM] gmetadom packaging branch, master, updated. debian/0.2.6-2-11-gd5f7e95

Stefano Zacchiroli zack at upsilon.cc
Sat Feb 28 21:34:41 UTC 2009


The following commit has been merged in the master branch:
commit 0e6a67fbfa4a8627f749370e490b4348ee79c896
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat Feb 28 22:24:06 2009 +0100

    debian/rules: use ocaml.mk as a CDBS "rules" snippet

diff --git a/debian/changelog b/debian/changelog
index 34d1f2e..e43ebb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ gmetadom (0.2.6-3) UNRELEASED; urgency=low
     - bump standard version to 3.8.0, no changes needed
     - drop obsolete strict dependencies
     - set maintainer to d-o-m, myself as an uploader
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
   [ Stephane Glondu ]
   * Switching packaging to git
diff --git a/debian/rules b/debian/rules
index ead479d..cc8d5e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.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/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-modules="gdome_cpp_smart gdome_caml"
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)

-- 
gmetadom packaging



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