[Pkg-ocaml-maint-commits] [SCM] type-conv packaging branch, master, updated. debian/3.0.4-1-12-g4796414

Stephane Glondu steph at glondu.net
Mon Jun 17 09:23:27 UTC 2013


The following commit has been merged in the master branch:
commit ac82eb256be7c4b62f24540f5e73db0424d2d95f
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jun 17 10:29:52 2013 +0200

    Bump debhelper compat level to 9

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 4d0ff9a..cce3a48 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  ocaml-nox (>= 3.12.1),
  ocaml-findlib (>= 1.2.5),
  camlp4,
diff --git a/debian/libtype-conv-camlp4-dev.install.in b/debian/libtype-conv-camlp4-dev.install.in
new file mode 100644
index 0000000..cc51687
--- /dev/null
+++ b/debian/libtype-conv-camlp4-dev.install.in
@@ -0,0 +1 @@
+ at OCamlStdlibDir@
diff --git a/debian/rules b/debian/rules
index db7cf7e..fb39395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,12 @@
 
 include /usr/share/ocaml/ocamlvars.mk
 
-DESTDIR=$(CURDIR)/debian/libtype-conv-camlp4-dev
+DESTDIR=$(CURDIR)/debian/tmp
 OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
 export OCAMLFIND_DESTDIR
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
@@ -30,3 +30,7 @@ override_dh_auto_install:
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	ocaml setup.ml -distclean
+
+.PHONY: override_dh_install
+override_dh_install:
+	dh_install --fail-missing

-- 
type-conv packaging



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