[Pkg-ocaml-maint-commits] r4983 - in /trunk/packages/pxp/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Dec 30 08:34:38 UTC 2007


Author: zack
Date: Sun Dec 30 08:34:38 2007
New Revision: 4983

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4983
Log:
* debian/rules: use ocamlfind to pass -I flags down to ocamldoc and add
  includes related to the netstring package

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

Modified: trunk/packages/pxp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pxp/trunk/debian/changelog?rev=4983&op=diff
==============================================================================
--- trunk/packages/pxp/trunk/debian/changelog (original)
+++ trunk/packages/pxp/trunk/debian/changelog Sun Dec 30 08:34:38 2007
@@ -6,8 +6,10 @@
   * add Homepage field
   * move expansion of upstream comments to ocamldoc-like comments to a
     separate shell script, to avoid Makefile escaping issues
-
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 30 Dec 2007 09:12:23 +0100
+  * debian/rules: use ocamlfind to pass -I flags down to ocamldoc and add
+    includes related to the netstring package
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 30 Dec 2007 09:33:33 +0100
 
 pxp (1.2.0~test1-2) unstable; urgency=low
 

Modified: trunk/packages/pxp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pxp/trunk/debian/rules?rev=4983&op=diff
==============================================================================
--- trunk/packages/pxp/trunk/debian/rules (original)
+++ trunk/packages/pxp/trunk/debian/rules Sun Dec 30 08:34:38 2007
@@ -7,6 +7,7 @@
 PKGNAME = libpxp-ocaml-dev
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)                                                                             
 OCAML_OCAMLDOC_FLAGS += -pp $(CURDIR)/debian/expand_stars.sh
+OCAML_OCAMLDOC_OCAMLFIND_FLAGS = -package netstring
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
 
 configure/$(PKGNAME)::




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