[Pkg-ocaml-maint-commits] r4449 - in /trunk/packages/postgresql-ocaml/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Sep 8 08:55:02 UTC 2007


Author: zack
Date: Sat Sep  8 08:55:02 2007
New Revision: 4449

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4449
Log:
* rebuild against OCaml 3.10 and upload to unstable (closes: #441158)
* debian/rules
  - enable generation of ocamldoc api reference (via CDBS)

Modified:
    trunk/packages/postgresql-ocaml/trunk/debian/changelog
    trunk/packages/postgresql-ocaml/trunk/debian/rules

Modified: trunk/packages/postgresql-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/changelog?rev=4449&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/changelog Sat Sep  8 08:55:02 2007
@@ -1,8 +1,10 @@
-postgresql-ocaml (1.7.0-2) UNRELEASED; urgency=low
+postgresql-ocaml (1.7.0-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * rebuild against OCaml 3.10 and upload to unstable (closes: #441158)
+  * debian/rules
+    - enable generation of ocamldoc api reference (via CDBS)
 
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 13 Jul 2007 09:13:12 +0000
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 08 Sep 2007 10:51:27 +0200
 
 postgresql-ocaml (1.7.0-1) experimental; urgency=low
 

Modified: trunk/packages/postgresql-ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/rules?rev=4449&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/rules (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/rules Sat Sep  8 08:55:02 2007
@@ -9,7 +9,7 @@
  # The examples patch needs to be patched since it contains hard coded ABI
  # numbers.
 OCAML_IN_FILES += debian/patches/examples.dpatch
-
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 DEB_SRCDIR = $(CURDIR)/lib
 DEB_MAKE_BUILD_TARGET = byte-code-library
 CFLAGS += -I$(shell pg_config --includedir) -fPIC




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