[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.0.1-4-4-ge4f1a6d

Mehdi Dogguy mehdi at debian.org
Thu Oct 8 21:49:19 UTC 2009


The following commit has been merged in the master branch:
commit 99a25297820eb5e0497e82c8dcfee2b2b6c892fb
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Oct 8 23:43:40 2009 +0200

    Use new features of dh-ocaml (>= 0.9)

diff --git a/debian/changelog b/debian/changelog
index 9af8050..de6c506 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xmlm (1.0.1-4) UNRELEASED; urgency=low
 
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549783)
   * Add myself to uploaders
+  * Use new features of dh-ocaml (>= 0.9)
 
- -- Mehdi Dogguy <mehdi at debian.org>  Mon, 05 Oct 2009 23:12:13 +0200
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 08 Oct 2009 23:43:14 +0200
 
 xmlm (1.0.1-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e632cc0..4f5d722 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,16 @@ Source: xmlm
 Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>, Mehdi Dogguy <mehdi at debian.org>
-Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, ocaml-findlib (>= 1.2.4), dh-ocaml
+Uploaders:
+ Samuel Mimram <smimram at debian.org>,
+ Romain Beauxis <toots at rastageeks.org>,
+ Mehdi Dogguy <mehdi at debian.org>
+Build-Depends:
+ cdbs (>= 0.4.53),
+ debhelper (>= 7.0.1),
+ ocaml-nox,
+ ocaml-findlib (>= 1.2.4),
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
 Homepage: http://erratique.ch/software/xmlm
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xmlm.git
@@ -12,7 +20,13 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/xmlm.git
 Package: libxmlm-ocaml-dev
 Architecture: any
 Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ocaml-findlib,
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
 Description: OCaml xml manipulation module
  Xmlm allows the OCaml programmer to manipulate xml data. 
  Its complexity is half-way between the easy xml-light module and 

-- 
xmlm packaging



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