[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.0.1-4-1-g8d9270e

Mehdi Dogguy mehdi at debian.org
Mon Oct 5 21:14:21 UTC 2009


The following commit has been merged in the master branch:
commit 8d9270e9876ca476399ce3af2337f845b0cc1614
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Oct 5 23:12:54 2009 +0200

    Use ocaml.mk as a CDBS "rules" file (Closes: #549783)

diff --git a/debian/changelog b/debian/changelog
index f1dcb95..c86b0e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xmlm (1.0.1-4.1) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file (Closes: #549783)
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Mon, 05 Oct 2009 23:12:13 +0200
+
 xmlm (1.0.1-4) unstable; urgency=low
 
   * .o file should be installed only when ocamlopt is present.. 
diff --git a/debian/rules b/debian/rules
index 271aad4..8a63ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 #include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 # In order to regenerate 'debian/control' :
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

-- 
xmlm packaging



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