[Pkg-ocaml-maint-commits] r4325 - in /trunk/packages/ocaml-sha/trunk/debian: changelog control libsha-ocaml-dev.docs rules

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Mon Sep 3 23:00:08 UTC 2007


Author: ecc-guest
Date: Mon Sep  3 23:00:07 2007
New Revision: 4325

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4325
Log:
use ocamldoc support in OCaml cdbs class

Removed:
    trunk/packages/ocaml-sha/trunk/debian/libsha-ocaml-dev.docs
Modified:
    trunk/packages/ocaml-sha/trunk/debian/changelog
    trunk/packages/ocaml-sha/trunk/debian/control
    trunk/packages/ocaml-sha/trunk/debian/rules

Modified: trunk/packages/ocaml-sha/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/changelog?rev=4325&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-sha/trunk/debian/changelog Mon Sep  3 23:00:07 2007
@@ -1,3 +1,9 @@
+ocaml-sha (1.4-4) unstable; urgency=low
+
+  * Use support for ocamldoc in OCaml cdbs class
+
+ -- Eric Cooper <ecc at cmu.edu>  Mon, 03 Sep 2007 18:18:40 -0400
+
 ocaml-sha (1.4-3) unstable; urgency=low
 
   * Changed ${Source-Version} substvar to ${binary:Version} in debian/control

Modified: trunk/packages/ocaml-sha/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/control?rev=4325&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/control (original)
+++ trunk/packages/ocaml-sha/trunk/debian/control Mon Sep  3 23:00:07 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Eric Cooper <ecc at cmu.edu>
 Uploaders: Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>= 5.0), cdbs, ocaml-nox (>= 3.09.2), ocamlmakefile, ocaml-findlib
+Build-Depends: debhelper (>= 5.0), cdbs, ocaml-nox (>= 3.10), ocamlmakefile, ocaml-findlib
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-sha
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/

Modified: trunk/packages/ocaml-sha/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/rules?rev=4325&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/rules (original)
+++ trunk/packages/ocaml-sha/trunk/debian/rules Mon Sep  3 23:00:07 2007
@@ -4,8 +4,10 @@
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
+
 DEB_MAKE_MAKEFILE = debian/Makefile
-DEB_MAKE_BUILD_TARGET = htdoc byte-code-library
+DEB_MAKE_BUILD_TARGET = byte-code-library
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
     DEB_MAKE_BUILD_TARGET += native-code-library
 endif
@@ -20,4 +22,4 @@
 build/libsha-ocaml-dev:: META
 
 clean::
-	rm -fr doc META
+	rm -f META




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