[Pkg-ocaml-maint-commits] [SCM] ulex0.8 packaging branch, master, updated. debian/0.8-8-1-g3e917de

Stephane Glondu steph at glondu.net
Mon Apr 12 06:31:50 UTC 2010


The following commit has been merged in the master branch:
commit 3e917dec79c4d0eb6af5db02c113ed7bbbb3c3c8
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Apr 12 08:23:11 2010 +0200

    Use dh-ocaml for dependency generation (Closes: #577311)

diff --git a/debian/changelog b/debian/changelog
index 72d63cb..6e480c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ulex0.8 (0.8-9) UNRELEASED; urgency=low
+
+  * Use dh-ocaml for dependency generation (Closes: #577311)
+
+ -- Stéphane Glondu <glondu at debian.org>  Mon, 12 Apr 2010 08:23:04 +0200
+
 ulex0.8 (0.8-8) unstable; urgency=low
 
   * upload to unstable
diff --git a/debian/control b/debian/control
index c32d661..764e3a8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Stefano Zacchiroli <zack at debian.org>,
  Enrico Tassi <gareuselesinge at debian.org>
 Build-Depends:
- debhelper (>= 7.0.0),
+ debhelper (>= 7.1.0~),
  ocaml-nox (>= 3.11),
  dh-ocaml,
  ocaml-findlib,
@@ -20,7 +20,12 @@ Homepage: http://www.cduce.org/download.html#side
 
 Package: ocaml-ulex08
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, camlp5 (>= 5.06), ocaml-findlib, ${misc:Depends}
+Depends:
+ ocaml-findlib,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml lexer generator with Unicode support - CamlP5 version
  ulex is a lexer generator for the Objective Caml (OCaml) programming
  language.
@@ -37,4 +42,3 @@ Description: OCaml lexer generator with Unicode support - CamlP5 version
  and the legacy version of Camlp4 might need to use this package instead
  of ocaml-ulex (the latter shipping the latest available ulex release which
  requires Camlp4 >= 3.10)).
- 
diff --git a/debian/rules b/debian/rules
index 38009db..eb5a6c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.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
 
 PKGNAME = ocaml-ulex08
 OCAML_OCAMLDOC_PACKAGES = $(PKGNAME)
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
+OCAML_DHOCAML_FLAGS = --runtime-map=ocaml-ulex08
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 build/$(PKGNAME)::

-- 
ulex0.8 packaging



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