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

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Sep 3 20:43:05 UTC 2007


Author: zack
Date: Mon Sep  3 20:43:05 2007
New Revision: 4308

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4308
Log:
* debian/control
  - bump ocaml-nox build dep to -8, to ensure the (not so) fixed CDBS class
    is used for ocamldoc generation
* debian/rules
  - enable generation of ocamldoc documentation (via CDBS)

Modified:
    trunk/packages/cryptgps/trunk/debian/changelog
    trunk/packages/cryptgps/trunk/debian/control
    trunk/packages/cryptgps/trunk/debian/rules

Modified: trunk/packages/cryptgps/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/changelog?rev=4308&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/changelog (original)
+++ trunk/packages/cryptgps/trunk/debian/changelog Mon Sep  3 20:43:05 2007
@@ -1,8 +1,12 @@
-cryptgps (0.2.1-3) UNRELEASED; urgency=low
+cryptgps (0.2.1-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/control
+    - bump ocaml-nox build dep to -8, to ensure the (not so) fixed CDBS class
+      is used for ocamldoc generation
+  * debian/rules
+    - enable generation of ocamldoc documentation (via CDBS)
 
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 13 Jul 2007 07:55:07 +0000
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 03 Sep 2007 22:42:25 +0200
 
 cryptgps (0.2.1-2) experimental; urgency=low
 

Modified: trunk/packages/cryptgps/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/control?rev=4308&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/control (original)
+++ trunk/packages/cryptgps/trunk/debian/control Mon Sep  3 20:43:05 2007
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.0), ocaml-findlib
+Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.0-8), ocaml-findlib
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/

Modified: trunk/packages/cryptgps/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/rules?rev=4308&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/rules (original)
+++ trunk/packages/cryptgps/trunk/debian/rules Mon Sep  3 20:43:05 2007
@@ -6,7 +6,7 @@
 
 PKGNAME = libcryptgps-ocaml-dev
 DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
-
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 DEB_MAKE_BUILD_TARGET = all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	DEB_MAKE_BUILD_TARGET += opt




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