[fife] 01/04: Use dh_install --fail-missing to detect when files are not installed
Markus Koschany
apo at moszumanska.debian.org
Fri Jan 20 21:04:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository fife.
commit c7165bad5f78a74697713ce1353953b1d310b282
Author: Markus Koschany <apo at debian.org>
Date: Fri Jan 20 20:10:42 2017 +0100
Use dh_install --fail-missing to detect when files are not installed
into the resulting binary package.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index da69086..46972ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
dh $@ --with python2
override_dh_install:
- dh_install
+ dh_install --fail-missing
find debian/ -name "LICENSE.md" -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fife.git
More information about the Pkg-games-commits
mailing list