[Pkg-ocaml-maint-commits] [SCM] ocaml-samplerate packaging branch, master, updated. debian/0.1.0-1-1-g4ae0cf9

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


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

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index 34faf91..35967c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-samplerate (0.1.0-2) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:43:29 +0200
+
 ocaml-samplerate (0.1.0-1) unstable; urgency=low
 
   * Initial upload to unstable (Closes: #515811)
diff --git a/debian/rules b/debian/rules
index 2df666d..a48778f 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-samplerate packaging



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