[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.6.0-3-16-g0ea2707

Stephane Glondu steph at glondu.net
Wed Nov 16 19:57:14 UTC 2011


The following commit has been merged in the master branch:
commit 63c4310dedc143dedd03a7b67e2c2e544276c3c5
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Nov 16 17:09:33 2011 +0100

    Call dh_install with --fail-missing

diff --git a/debian/rules b/debian/rules
index 7d78076..135af7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,3 +34,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

-- 
janest-core packaging



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