The following commit has been merged in the master branch:
commit fec0ee3db173ed75a15d198b617c4f4190f161be
Author: Enrico Tassi <ta...@cs.unibo.it>
Date:   Wed Nov 11 17:17:38 2009 +0100

    ported to dh-ocaml >= 0.9

diff --git a/debian/changelog b/debian/changelog
index cde8da9..0adc7f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ ocaml-expat (0.9.1+debian1-6) unstable; urgency=low
   * debian/compat set to 7, fixed build dependency accordingly
   * added debian/libexpat-ocaml-dev.ocamldoc 
   * fixed copyright file adding years of copyright holding 
+  * ported to new dh-ocaml 
 
- -- Enrico Tassi <gareuselesi...@debian.org>  Wed, 11 Nov 2009 16:51:29 +0100
+ -- Enrico Tassi <gareuselesi...@debian.org>  Wed, 11 Nov 2009 16:59:45 +0100
 
 ocaml-expat (0.9.1+debian1-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f58d3c3..1d69ae3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ocaml-expat
 Priority: optional
 Section: ocaml
 Maintainer: Enrico Tassi <gareuselesi...@debian.org>
-Build-Depends: debhelper (>= 7), libexpat1-dev, ocaml-nox (>= 3.10.1), dpatch, 
ocaml-findlib (>= 1.1), cdbs, dh-ocaml
+Build-Depends: debhelper (>= 7), libexpat1-dev, ocaml-nox (>= 3.10.1), dpatch, 
ocaml-findlib (>= 1.1), cdbs, dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-expat.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-expat.git;a=summary
@@ -11,7 +11,8 @@ Homepage: http://www.xs4all.nl/~mmzeeman/ocaml/
 Package: libexpat-ocaml-dev
 Section: ocaml
 Architecture: any
-Depends: libexpat-ocaml (= ${binary:Version}), libexpat1-dev, 
ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), ${misc:Depends}
+Depends: libexpat1-dev, ocaml-findlib (>= 1.1), ${misc:Depends}, 
${shlibs:Depends}, ${ocaml:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml expat bindings
  This Objective Caml library provides XML parsing facilities based on the expat
  library.
@@ -21,7 +22,8 @@ Description: OCaml expat bindings
 Package: libexpat-ocaml
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml expat bindings
  This Objective Caml library provides XML parsing facilities based on the expat
  library.
diff --git a/debian/rules b/debian/rules
index f051b2e..52189fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
-include /usr/share/cdbs/1/rules/ocaml.mk
 
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
@@ -13,3 +13,4 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 else
        DEB_MAKE_BUILD_TARGET = all NO_CUSTOM=y
 endif
+

-- 
ocaml-expat packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to