[Pkg-ocaml-maint-commits] [SCM] lablgtkmathview packaging branch, master, updated. debian/0.7.8-4-1-g2b1a0e9

Stephane Glondu steph at glondu.net
Wed Jul 29 12:00:17 UTC 2009


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

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index b652342..6a1011c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lablgtkmathview (0.7.8-5) UNRELEASED; urgency=low
+
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 13:59:52 +0200
+
 lablgtkmathview (0.7.8-4) unstable; urgency=low
 
   * New maintainer: pkg-ocaml-maint
diff --git a/debian/rules b/debian/rules
index 622c7ca..453aa16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 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
 DEB_MAKE_INSTALL_TARGET = install PREFIX=$(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/lablgtk2

-- 
lablgtkmathview packaging



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