[Pkg-ocaml-maint-commits] r4288 - in /trunk/packages/ulex0.8/trunk/debian: changelog control rules
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Mon Sep 3 13:24:22 UTC 2007
Author: zack
Date: Mon Sep 3 13:24:22 2007
New Revision: 4288
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4288
Log:
* debian/control
- bump ocaml-nox build-dep to >= 3.10.0-8 to ensure the fixed version of
the CDBS class is used
* debian/rules
- enable generation of ocamldoc API reference (delegated to CDBS)
Modified:
trunk/packages/ulex0.8/trunk/debian/changelog
trunk/packages/ulex0.8/trunk/debian/control
trunk/packages/ulex0.8/trunk/debian/rules
Modified: trunk/packages/ulex0.8/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex0.8/trunk/debian/changelog?rev=4288&op=diff
==============================================================================
--- trunk/packages/ulex0.8/trunk/debian/changelog (original)
+++ trunk/packages/ulex0.8/trunk/debian/changelog Mon Sep 3 13:24:22 2007
@@ -1,3 +1,13 @@
+ulex0.8 (0.8-2) unstable; urgency=low
+
+ * debian/control
+ - bump ocaml-nox build-dep to >= 3.10.0-8 to ensure the fixed version of
+ the CDBS class is used
+ * debian/rules
+ - enable generation of ocamldoc API reference (delegated to CDBS)
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 03 Sep 2007 15:23:15 +0200
+
ulex0.8 (0.8-1) experimental; urgency=low
* First release (closes: #436982).
Modified: trunk/packages/ulex0.8/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex0.8/trunk/debian/control?rev=4288&op=diff
==============================================================================
--- trunk/packages/ulex0.8/trunk/debian/control (original)
+++ trunk/packages/ulex0.8/trunk/debian/control Mon Sep 3 13:24:22 2007
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0), ocaml-findlib, dpatch, cdbs, camlp5
+Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-8), ocaml-findlib, dpatch, cdbs, camlp5
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ulex0.8
Modified: trunk/packages/ulex0.8/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex0.8/trunk/debian/rules?rev=4288&op=diff
==============================================================================
--- trunk/packages/ulex0.8/trunk/debian/rules (original)
+++ trunk/packages/ulex0.8/trunk/debian/rules Mon Sep 3 13:24:22 2007
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/class/ocaml.mk
PKGNAME = ocaml-ulex08
-
+OCAML_OCAMLDOC_PACKAGES = $(PKGNAME)
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
More information about the Pkg-ocaml-maint-commits
mailing list