[Pkg-ocaml-maint-commits] [SCM] xmlrpc-light packaging branch, master, updated. debian/0.6.1-1-8-gfb2f92e
Mehdi Dogguy
mehdi at debian.org
Sun Nov 1 12:26:55 UTC 2009
The following commit has been merged in the master branch:
commit f6983b3b40ed1c150f0b2fd72ca3f196300ba321
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Sun Nov 1 12:46:46 2009 +0100
Use new features of dh-ocaml 0.9
diff --git a/debian/changelog b/debian/changelog
index 0554ffa..68e107d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ xmlrpc-light (0.6.1-2) UNRELEASED; urgency=low
a CDBS bug.
* Add myself to uploaders
* Move the package to section ocaml
+ * Use new features of dh-ocaml 0.9
- -- Mehdi Dogguy <mehdi at debian.org> Sun, 01 Nov 2009 12:43:12 +0100
+ -- Mehdi Dogguy <mehdi at debian.org> Sun, 01 Nov 2009 12:46:24 +0100
xmlrpc-light (0.6.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 68eb392..b790cbe 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,16 @@ Uploaders:
Pietro Abate <pietro.abate at pps.jussieu.fr>,
Stefano Zacchiroli <zack at debian.org>,
Mehdi Dogguy <mehdi at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), dpatch, ocaml-nox, libocamlnet-ocaml-dev, libxml-light-ocaml-dev, libnethttpd-ocaml-dev, ocaml-findlib, dh-ocaml
+Build-Depends:
+ cdbs,
+ debhelper (>= 7),
+ dpatch,
+ ocaml-nox,
+ libocamlnet-ocaml-dev,
+ libxml-light-ocaml-dev,
+ libnethttpd-ocaml-dev,
+ ocaml-findlib,
+ dh-ocaml (>= 0.9)
Standards-Version: 3.8.1
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xmlrpc-light.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/xmlrpc-light.git
@@ -14,7 +23,15 @@ Homepage: http://code.google.com/p/xmlrpc-light/
Package: libxmlrpc-light-ocaml-dev
Architecture: any
-Depends: ${misc:Depends}, ocaml-nox-${F:OCamlABI}, libocamlnet-ocaml, libxml-light-ocaml-dev, libnethttpd-ocaml-dev
+Depends:
+ ${misc:Depends},
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ libocamlnet-ocaml,
+ libxml-light-ocaml-dev,
+ libnethttpd-ocaml-dev
+Provides:
+ ${ocaml:Provides}
Description: XmlRpc-Light is an XmlRpc library written in OCaml
XmlRpc Light is a minimal XmlRpc library based on Xml Light
and Ocamlnet.
@@ -22,4 +39,3 @@ Description: XmlRpc-Light is an XmlRpc library written in OCaml
It provides a type for values, a client class with a simple
calling interface, and low-level tools that can be used to
implement a server.
-
--
xmlrpc-light packaging
More information about the Pkg-ocaml-maint-commits
mailing list