[Pkg-ocaml-maint-commits] [SCM] ocamlp3l packaging branch, master, updated. debian/2.03-1-3-gc44bac0

Stephane Glondu steph at glondu.net
Wed Jul 29 12:42:24 UTC 2009


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

    Use ocaml.mk as a CDBS "rules" file

diff --git a/debian/changelog b/debian/changelog
index c28daea..7a63db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
 ocamlp3l (2.03-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ Sylvain Le Gall ]
   * Add debian/gbp.conf to force using pristine-tar
 
- -- Sylvain Le Gall <gildor at debian.org>  Sat, 07 Mar 2009 15:19:26 +0100
+  [ Stephane Glondu ]
+  * Use ocaml.mk as a CDBS "rules" file
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:41:58 +0200
 
 ocamlp3l (2.03-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7c2355f..07dff17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 include $(CURDIR)/debian/mk/docbook-manpage.mk
 
 PACKAGE_DEV := ocamlp3l
@@ -60,6 +60,3 @@ binary-install/ocamlp3l::
 	  | xargs ocamldoc -html \
 	  -I '$(CURDIR)/debian/ocamlp3l/$(OCAML_STDLIB_DIR)/ocamlp3l/vprocess' \
 	  -d '$(CURDIR)/debian/ocamlp3l/$(OCAML_OCAMLDOC_DESTDIR_HTML)'
-
-
-

-- 
ocamlp3l packaging



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