[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.3.pl3+dfsg-2-8-g7ea6f00
Stephane Glondu
steph at glondu.net
Tue Mar 27 06:39:09 UTC 2012
The following commit has been merged in the master branch:
commit 4482ea1edb5570f0beca73183c1d32756970c317
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 f35e0de..3e9a883 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,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