[Pkg-ocaml-maint-commits] r4346 - in /trunk/packages/xstr/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Sep 4 15:56:06 UTC 2007


Author: zack
Date: Tue Sep  4 15:56:05 2007
New Revision: 4346

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4346
Log:
* debian/rules
  - enable generation of ocamldoc documentation (via CDBS)

Modified:
    trunk/packages/xstr/trunk/debian/changelog
    trunk/packages/xstr/trunk/debian/rules

Modified: trunk/packages/xstr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/changelog?rev=4346&op=diff
==============================================================================
--- trunk/packages/xstr/trunk/debian/changelog (original)
+++ trunk/packages/xstr/trunk/debian/changelog Tue Sep  4 15:56:05 2007
@@ -1,8 +1,9 @@
-xstr (0.2.1-18) UNRELEASED; urgency=low
+xstr (0.2.1-18) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/rules
+    - enable generation of ocamldoc documentation (via CDBS)
 
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 14 Jul 2007 09:37:01 +0000
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 04 Sep 2007 17:54:16 +0200
 
 xstr (0.2.1-17) experimental; urgency=low
 
@@ -187,6 +188,3 @@
 
  -- Stefano Zacchiroli <zack at debian.org>  Sat,  7 Apr 2001 01:01:51 +0200
 
-Local variables:
-mode: debian-changelog
-End:

Modified: trunk/packages/xstr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/rules?rev=4346&op=diff
==============================================================================
--- trunk/packages/xstr/trunk/debian/rules (original)
+++ trunk/packages/xstr/trunk/debian/rules Tue Sep  4 15:56:05 2007
@@ -5,7 +5,8 @@
 include /usr/share/cdbs/1/class/ocaml.mk
 
 PKGNAME = libxstr-ocaml-dev
-
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
+OCAML_OCAMLDOC_FLAGS += -pp "sed 's/^\( *\)(\*\( [^\$$=]\)/\1(**\2/'"	# expand '(*' to '(**'
 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