[Pkg-ocaml-maint-commits] r4285 - in /trunk/packages/ulex/trunk/debian: changelog control rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Sep 3 13:19:26 UTC 2007


Author: zack
Date: Mon Sep  3 13:19:26 2007
New Revision: 4285

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4285
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/ulex/trunk/debian/changelog
    trunk/packages/ulex/trunk/debian/control
    trunk/packages/ulex/trunk/debian/rules

Modified: trunk/packages/ulex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/debian/changelog?rev=4285&op=diff
==============================================================================
--- trunk/packages/ulex/trunk/debian/changelog (original)
+++ trunk/packages/ulex/trunk/debian/changelog Mon Sep  3 13:19:26 2007
@@ -1,10 +1,15 @@
-ulex (1.0-2) UNRELEASED; urgency=low
+ulex (1.0-2) unstable; urgency=low
 
   * debian/copyright
     - update some out-of-date information about upstream author
     - update license, it was wrongly described as LGPL while it is MIT
+  * 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>  Fri, 24 Aug 2007 22:24:40 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 03 Sep 2007 15:16:20 +0200
 
 ulex (1.0-1) experimental; urgency=low
 

Modified: trunk/packages/ulex/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/debian/control?rev=4285&op=diff
==============================================================================
--- trunk/packages/ulex/trunk/debian/control (original)
+++ trunk/packages/ulex/trunk/debian/control Mon Sep  3 13:19:26 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), camlp4, camlp4-extra, ocaml-findlib (>= 1.1), dpatch, cdbs
+Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-8), camlp4, camlp4-extra, ocaml-findlib (>= 1.1), dpatch, cdbs
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ulex
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/

Modified: trunk/packages/ulex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/debian/rules?rev=4285&op=diff
==============================================================================
--- trunk/packages/ulex/trunk/debian/rules (original)
+++ trunk/packages/ulex/trunk/debian/rules Mon Sep  3 13:19:26 2007
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/ocaml.mk
 
 PKGNAME = ocaml-ulex
-
+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