[Pkg-ocaml-maint-commits] [SCM] ocaml-pulseaudio packaging branch, master, updated. debian/0.1.0-3-1-g1f99c2b

Stephane Glondu steph at glondu.net
Wed Jul 29 12:43:06 UTC 2009


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

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index c55e054..58c0e80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-pulseaudio (0.1.0-4) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:42:57 +0200
+
 ocaml-pulseaudio (0.1.0-3) unstable; urgency=low
 
   * Added missing .a files to libpulse-ocaml-dev. 
diff --git a/debian/rules b/debian/rules
index f2f49d5..abd83ec 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-pulseaudio packaging



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