[bullet] 10/19: Use --fail-missing option for dh_install.

Markus Koschany apo at moszumanska.debian.org
Mon Dec 26 22:49:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch experimental
in repository bullet.

commit 1e8ae1553ea9f28eebc5b2d1630dae42fa20eb55
Author: Markus Koschany <apo at debian.org>
Date:   Mon Dec 26 20:27:49 2016 +0100

    Use --fail-missing option for dh_install.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index c0d786c..cb7a89e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ override_dh_auto_build-indep:
 override_dh_compress:
 	dh_compress --exclude=.pdf
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_clean:
 	dh_clean
 	$(RM) doxygen_sqlite3.db

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bullet.git



More information about the Pkg-games-commits mailing list