[Pkg-ocaml-maint-commits] [SCM] eliom packaging branch, master, updated. 7af931dfaf054a3e23d8d1696029ad40e61c2e61

Stephane Glondu steph at glondu.net
Mon Mar 19 07:03:10 UTC 2012


The following commit has been merged in the master branch:
commit 7ee270603bf5d1ca0487137bcd2d3bffed7bd588
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Mar 19 07:24:51 2012 +0100

    Call dh_install with --fail-missing

diff --git a/debian/rules b/debian/rules
index e9b2108..4d37b14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,4 +52,4 @@ override_dh_auto_install:
 
 .PHONY: override_dh_install
 override_dh_install:
-	dh_install --list-missing
\ No newline at end of file
+	dh_install --fail-missing

-- 
eliom packaging



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