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

Stephane Glondu steph at glondu.net
Wed Jul 29 12:51:20 UTC 2009


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

    Use new location of ocamldoc-api-ref-config

diff --git a/debian/changelog b/debian/changelog
index 7a63db8..7adb065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ ocamlp3l (2.03-2) UNRELEASED; urgency=low
 
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file
+  * Use new location of ocamldoc-api-ref-config
 
- -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:41:58 +0200
+ -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:51:00 +0200
 
 ocamlp3l (2.03-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 07dff17..c09125c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ clean::
 	-$(RM) '$(CURDIR)/debian/ocamlp3l.doc-base.ocamldoc-apiref'
 
 binary-install/ocamlp3l::
-	/usr/share/cdbs/1/class/ocamldoc-api-ref-config --doc-base-generate ocamlp3l
+	/usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate ocamlp3l
 	mkdir -p '$(CURDIR)/debian/ocamlp3l/$(OCAML_OCAMLDOC_DESTDIR_HTML)'
 	find '$(CURDIR)/debian/ocamlp3l/$(OCAML_STDLIB_DIR)/ocamlp3l/vprocess' \
 	  -type f -name "*.mli" -o -name "*.ml" \

-- 
ocamlp3l packaging



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