[Pkg-ocaml-maint-commits] [SCM] ocaml-res packaging branch, master, updated. debian/3.2.0-1-6-g28a73b9

Stephane Glondu steph at glondu.net
Sat Oct 31 01:04:46 UTC 2009


The following commit has been merged in the master branch:
commit 7d75210cadeb9788b735468cb5092a0435d279dc
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Oct 31 01:48:38 2009 +0100

    Switch packaging to dh-ocaml 0.9

diff --git a/debian/control b/debian/control
index 0641c22..c9f002c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,13 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Stefano Zacchiroli <zack at debian.org>,
  Stéphane Glondu <glondu at debian.org>,
-Build-Depends: cdbs,
+Build-Depends:
+ cdbs,
  debhelper (>= 7),
  quilt,
- dh-ocaml,
- ocaml-nox,
- ocaml-findlib (>> 1.2.4-2)
+ dh-ocaml (>= 0.9),
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-findlib (>= 1.2.5)
 Standards-Version: 3.8.3
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-res.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-res.git
@@ -18,8 +19,12 @@ Homepage: http://www.ocaml.info/home/ocaml_sources.html
 
 Package: libres-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
- ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
 Description: OCaml library for automatically resizing contiguous data structure
  This OCaml library consists of a set of modules which implement
  automatically resizing (i.e. reallocating) data structures that consume
diff --git a/debian/libres-ocaml-dev.ocamldoc b/debian/libres-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..1bfdd46
--- /dev/null
+++ b/debian/libres-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+# This file must not be empty to be represented in .diff.gz!
diff --git a/debian/rules b/debian/rules
index eb6a2f4..55b9caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 LIB_NAME = res
 PKG_NAME = lib$(LIB_NAME)-ocaml-dev

-- 
ocaml-res packaging



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