[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.0.2-1-11-gbee1046
Stephane Glondu
steph at glondu.net
Sun Apr 8 16:50:53 UTC 2012
The following commit has been merged in the master branch:
commit 04fb7dcb451ee7c97db2778f5a47bc2ccd45382f
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Apr 8 18:31:40 2012 +0200
Remove dependency to cdbs and control.in
diff --git a/debian/control b/debian/control
index 4f5d722..480e9ce 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
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),
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 7f212cb..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,25 +0,0 @@
-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>
-Build-Depends: @cdbs@, ocaml-findlib (>= 1.2.4), dh-ocaml
-Standards-Version: 3.8.3
-Homepage: http://erratique.ch/software/xmlm
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xmlm.git
-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}
-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
- a full parsing of xml data.
- .
- It is also very simple to updgrade existing code using xml-light
- in order to use xmlm.
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use xmlm.
--
xmlm packaging
More information about the Pkg-ocaml-maint-commits
mailing list