This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit da58a733f597802d20092ff8143dba402a607e4d Author: Jordi Mallach <[email protected]> Date: Fri Jul 15 11:17:33 2016 +0200 Install default plugin.ini and ui.ini files as examples. --- debian/changelog | 1 + debian/mame.examples | 2 ++ debian/rules | 2 ++ 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0b0a49c..6b0f620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ mame (0.175-2) unstable; urgency=medium For now, make it non-fatal. * Add some additional docs to the mame binary. * Use system libuv. + * Install default plugin.ini and ui.ini files as examples. -- Cesare Falco <[email protected]> Fri, 08 Jul 2016 13:08:40 +0200 diff --git a/debian/mame.examples b/debian/mame.examples index c80c000..58ad2d9 100644 --- a/debian/mame.examples +++ b/debian/mame.examples @@ -1 +1,3 @@ default.mame.ini +default.plugin.ini +default.ui.ini diff --git a/debian/rules b/debian/rules index 2a88b18..af35f7d 100755 --- a/debian/rules +++ b/debian/rules @@ -177,6 +177,8 @@ override_dh_auto_build: -mv mame64 mame #FIXME $(CURDIR)/mame -createconfig mv mame.ini default.mame.ini + mv plugin.ini default.plugin.ini + mv ui.ini default.ui.ini override_dh_auto_test: # Run MAME's internal validation tests -- 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

