[Pkg-ocaml-maint-commits] [SCM] xmlrpc-light packaging branch, master, updated. debian/0.6.1-1-2-g2541397

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


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

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

diff --git a/debian/changelog b/debian/changelog
index 412e29f..9052228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xmlrpc-light (0.6.1-1.1) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file (Closes: #549723)
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Mon, 05 Oct 2009 23:22:01 +0200
+
 xmlrpc-light (0.6.1-1) unstable; urgency=low
 
   * new upstream release
diff --git a/debian/rules b/debian/rules
index f26b284..94bea67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 PACKAGE_DEV := libxmlrpc-light-ocaml-dev
 DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)

-- 
xmlrpc-light packaging



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