[Pkg-ocaml-maint-commits] [SCM] ocaml-reins packaging branch, master, updated. debian/0.1a-2-7-gd1355e7

Stephane Glondu steph at glondu.net
Sun Dec 20 01:52:28 UTC 2009


The following commit has been merged in the master branch:
commit 664c83f87eee268e7f277694b562233f0c7ee268
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Dec 20 02:34:01 2009 +0100

    Switch to dh-ocaml 0.9

diff --git a/debian/control b/debian/control
index 367a49d..c81a8cc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Uploaders:
 Build-Depends:
  debhelper (>= 7.0.52),
  quilt (>= 0.46-7),
- ocaml-nox (>= 3.10.0),
+ ocaml-nox (>= 3.11.1-3~),
  omake (>= 0.9.8.5-3-6),
- libounit-ocaml-dev,
- ocaml-findlib,
- dh-ocaml
+ libounit-ocaml-dev (>= 1.0.3-4~),
+ ocaml-findlib (>= 1.2.5),
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-reins.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-reins.git
@@ -20,7 +20,11 @@ Homepage: http://ocaml-reins.sourceforge.net/
 
 Package: libreins-ocaml-dev
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: data structure library for OCaml
  The OCaml Reins data structure library consists of the following
  persistent implementations:
diff --git a/debian/rules b/debian/rules
index dd59bd0..26f49ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DEST := $(CURDIR)/debian/libreins-ocaml-dev/$(OCAML_STDLIB_DIR)
 
 %:
-	dh --with quilt $@
+	dh --with quilt,ocaml $@
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
@@ -23,7 +23,3 @@ override_dh_auto_clean:
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	OCAMLFIND_DESTDIR=$(DEST) omake install
-
-.PHONY: override_dh_gencontrol
-override_dh_gencontrol:
-	dh_gencontrol -- -VF:OCamlABI="$(OCAML_ABI)"

-- 
ocaml-reins packaging



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