[Pkg-ocaml-maint-commits] [SCM] ocaml-gavl packaging branch, master, updated. debian/0.1.1-2-1-g951bb8b

Stephane Glondu steph at glondu.net
Wed Jul 29 12:40:23 UTC 2009


The following commit has been merged in the master branch:
commit 951bb8bf7a35a60bea70fe8b032909b751de7127
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 29 14:40:15 2009 +0200

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index 2817998..70a7f8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-gavl (0.1.1-3) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:40:13 +0200
+
 ocaml-gavl (0.1.1-2) unstable; urgency=low
 
   * Added missing .a files to libgavl-ocaml-dev. 
diff --git a/debian/rules b/debian/rules
index 426f62d..40f66ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.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
 
 # In order to regenerate 'debian/control' :
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

-- 
ocaml-gavl packaging



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