[Pkg-ocaml-maint-commits] [SCM] ocaml-bitstring packaging branch, master, updated. debian/2.0.0-4-1-g83a8c18

Stephane Glondu steph at glondu.net
Wed Jul 29 12:36:56 UTC 2009


The following commit has been merged in the master branch:
commit 83a8c188515cb84182272f9a4975f01ee059c328
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 29 14:36:45 2009 +0200

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index 6283c2b..4d7dac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-bitstring (2.0.0-5) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:36:44 +0200
+
 ocaml-bitstring (2.0.0-4) unstable; urgency=low
 
   [ Stephane Glondu ]
diff --git a/debian/rules b/debian/rules
index 267014c..8473ef6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DESTDIR_DEV=$(CURDIR)/debian/libbitstring-ocaml-dev
 DESTDIR=$(CURDIR)/debian/libbitstring-ocaml

-- 
ocaml-bitstring packaging



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