This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch master in repository mame.
commit eb50a442eab3afb34ddfe51db982ed6ead3c1d0a Author: Cesare Falco <[email protected]> Date: Thu Apr 21 08:58:41 2016 +0200 Reinstate install exclusion of unwanted file. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index eb65756..37c0e3c 100755 --- a/debian/rules +++ b/debian/rules @@ -147,6 +147,11 @@ override_dh_auto_build: $(CURDIR)/mame -createconfig mv mame.ini default.mame.ini +override_dh_install: + dh_install --fail-missing \ + --exclude=dir.txt \ + --exclude=LICENSE + override_dh_fixperms-indep: dh_fixperms chmod 644 debian/mame-data/usr/share/games/mame/artwork/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

