[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, experimental/master, updated. debian/8.4_beta+dfsg-1-4-g144b082

Stephane Glondu steph at glondu.net
Sat Jan 14 10:59:13 UTC 2012


The following commit has been merged in the experimental/master branch:
commit 5872768853f8c78187a3daaa89f09e674c90fa07
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jan 14 11:13:29 2012 +0100

    Call dh_install with --fail-missing

diff --git a/debian/rules b/debian/rules
index 379cb28..4ed4e3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ override_dh_auto_install:
 
 .PHONY: override_dh_install
 override_dh_install:
-	dh_install --list-missing
+	dh_install --fail-missing
 	cp debian/coq.xpm debian/coqide/usr/share/pixmaps/coqide.xpm
 
 .PHONY: override_dh_gencontrol

-- 
coq packaging



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