[Pkg-ocaml-maint-commits] [SCM] mlpost packaging branch, master, updated. debian/0.7.1-2-8-g6c4bc46

Stephane Glondu steph at glondu.net
Thu Dec 24 16:44:07 UTC 2009


The following commit has been merged in the master branch:
commit 9715e1e3c2c11cab01e9805038d56c2356540e55
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Dec 24 15:28:40 2009 +0100

    Switch to dh-ocaml 0.9

diff --git a/debian/control b/debian/control
index 6fe57ac..5725238 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Build-Depends:
  ghostscript,
  imagemagick,
  debhelper (>= 7),
- dh-ocaml,
+ dh-ocaml (>= 0.9~),
  cdbs,
- libcairo-ocaml-dev,
- libbitstring-ocaml-dev,
+ libcairo-ocaml-dev (>= 20090223-2~),
+ libbitstring-ocaml-dev (>= 2.0.0-5~),
  camlp4,
- ocaml-nox (>= 3.11.1)
+ ocaml-nox (>= 3.11.1-3~)
 Standards-Version: 3.8.2
 Section: tex
 Homepage: http://mlpost.lri.fr/
@@ -25,15 +25,14 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mlpost.git
 Package: mlpost
 Architecture: any
 Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- libcairo-ocaml-dev,
- libbitstring-ocaml-dev,
- ocaml-nox-${F:OCamlABI},
  context,
  texlive-latex-base,
  texlive-latex-recommended,
- texlive-metapost
+ texlive-metapost,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 Recommends:
  xpdf
 Suggests:
diff --git a/debian/rules b/debian/rules
index 725274d..7a50150 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ PREFIX = $(CURDIR)/debian/tmp/usr
 DEB_INSTALL_DIRS_ALL = -Pdebian/tmp
 DEB_MAKE_INSTALL_TARGET = install LIBDIR=$(DESTDIR) prefix=$(PREFIX)
 DEB_MAKE_BUILD_TARGET = all doc
+OCAML_DHOCAML_FLAGS = --runtime-map mlpost
 
 EXAMPLES_TARBALL = debian/examples.tar.gz
 

-- 
mlpost packaging



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