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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

