[Pkg-ocaml-maint-commits] [SCM] ocaml-theora packaging branch, master, updated. debian/0.1.1-1-3-gd725e32

Stephane Glondu steph at glondu.net
Wed Jul 29 12:45:39 UTC 2009


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

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index 9aecd5e..c12ddf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-theora (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:45:26 +0200
+
 ocaml-theora (0.1.1-2) unstable; urgency=low
 
   * Added missing .a files to libtheora-ocaml-dev. 
diff --git a/debian/rules b/debian/rules
index c94c93c..0cef284 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-theora packaging



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