[Pkg-ocaml-maint-commits] r4339 - in /trunk/packages/gmetadom/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Sep 4 15:13:47 UTC 2007


Author: zack
Date: Tue Sep  4 15:13:47 2007
New Revision: 4339

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

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

Modified: trunk/packages/gmetadom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/changelog?rev=4339&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/changelog (original)
+++ trunk/packages/gmetadom/trunk/debian/changelog Tue Sep  4 15:13:47 2007
@@ -1,10 +1,11 @@
-gmetadom (0.2.5-3) UNRELEASED; urgency=low
+gmetadom (0.2.5-3) unstable; urgency=low
 
   * debian/rules
     - clean using 'clean' target rather than 'distclean', fix FTBFS when
       building twice in a row (closes: #424331)
-
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 16 Jul 2007 13:40:34 +0000
+    - enable generation of ocamldoc documentation (via CDBS)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 04 Sep 2007 16:40:37 +0200
 
 gmetadom (0.2.5-2) experimental; urgency=low
 

Modified: trunk/packages/gmetadom/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/rules?rev=4339&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/rules (original)
+++ trunk/packages/gmetadom/trunk/debian/rules Tue Sep  4 15:13:47 2007
@@ -6,7 +6,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-modules="gdome_cpp_smart gdome_caml"
 DEB_MAKE_CLEAN_TARGET = clean
-
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 common-binary-post-install-arch::
 	-find debian/ -type f -size 0 -exec rm {} \;
 	-find debian/libgdome2-ocaml-dev -type d -name CVS -exec rm -rf {} \;




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