This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch master in repository mame.
commit 20a8009751a9bc0060d0ca9fcd2da02d830dc955 Author: Cesare Falco <[email protected]> Date: Tue Apr 19 09:47:37 2016 +0200 New debian/clean file, removed related override in debian/rules. --- debian/clean | 17 +++++++++++++++++ debian/rules | 20 -------------------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..c71984f --- /dev/null +++ b/debian/clean @@ -0,0 +1,17 @@ +castool +chdman +floptool +imgtool +jedutil +ldresample +ldverify +nltool +pngcmp +regrep +romcmp +split +src2html +srcclean +testkeys +unidasm +default.mame.ini diff --git a/debian/rules b/debian/rules index 04b8225..18a49bc 100755 --- a/debian/rules +++ b/debian/rules @@ -142,26 +142,6 @@ override_dh_auto_build: $(CURDIR)/mame -createconfig mv mame.ini default.mame.ini -override_dh_auto_clean: - dh_auto_clean - rm -f castool - rm -f chdman - rm -f floptool - rm -f imgtool - rm -f jedutil - rm -f ldresample - rm -f ldverify - rm -f nltool - rm -f pngcmp - rm -f regrep - rm -f romcmp - rm -f split - rm -f src2html - rm -f srcclean - rm -f testkeys - rm -f unidasm - rm -f default.mame.ini - # Exclude embedded jQuery library override_dh_install: dh_install --list-missing \ -- 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

