[Pkg-ocaml-maint-commits] r4324 - in /trunk/packages/syslog-ocaml/trunk/debian: changelog control libsyslog-ocaml-dev.docs patches/Makefile.dpatch rules

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Mon Sep 3 22:59:29 UTC 2007


Author: ecc-guest
Date: Mon Sep  3 22:59:29 2007
New Revision: 4324

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4324
Log:
use ocamldoc support in OCaml cdbs class

leave *.cmx files in the package

Removed:
    trunk/packages/syslog-ocaml/trunk/debian/libsyslog-ocaml-dev.docs
Modified:
    trunk/packages/syslog-ocaml/trunk/debian/changelog
    trunk/packages/syslog-ocaml/trunk/debian/control
    trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch
    trunk/packages/syslog-ocaml/trunk/debian/rules

Modified: trunk/packages/syslog-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/changelog?rev=4324&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/changelog Mon Sep  3 22:59:29 2007
@@ -1,3 +1,9 @@
+syslog-ocaml (1.3-6) unstable; urgency=low
+
+  * Use support for ocamldoc in OCaml cdbs class
+
+ -- Eric Cooper <ecc at cmu.edu>  Mon, 03 Sep 2007 17:22:49 -0400
+
 syslog-ocaml (1.3-5) unstable; urgency=low
 
   * Create libsyslog-ocaml as well as libsyslog-ocaml-dev

Modified: trunk/packages/syslog-ocaml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/control?rev=4324&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/control (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/control Mon Sep  3 22:59:29 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Eric Cooper <ecc at cmu.edu>, Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>= 5.0), cdbs, dpatch, ocaml-nox (>= 3.09), ocamlmakefile, ocaml-findlib
+Build-Depends: debhelper (>= 5.0), cdbs, dpatch, ocaml-nox (>= 3.10), ocamlmakefile, ocaml-findlib
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/syslog-ocaml
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/

Modified: trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch?rev=4324&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/patches/Makefile.dpatch Mon Sep  3 22:59:29 2007
@@ -17,8 +17,7 @@
  RESULT=syslog
  PACKS=unix
  
--LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmx *.cmxa *.a *.so)
-+LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+ LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmx *.cmxa *.a *.so)
  
  all: byte-code-library
  opt: native-code-library

Modified: trunk/packages/syslog-ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/rules?rev=4324&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/rules (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/rules Mon Sep  3 22:59:29 2007
@@ -5,10 +5,9 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
-DEB_MAKE_BUILD_TARGET = htdoc byte-code-library
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
+
+DEB_MAKE_BUILD_TARGET = byte-code-library
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
     DEB_MAKE_BUILD_TARGET += native-code-library
 endif
-
-clean::
-	rm -fr doc




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