[mame] 02/02: Install missing bgfx, plugins and uismall.bdf files.

Jordi Mallach jordi at moszumanska.debian.org
Wed Jul 13 07:32:59 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit d1f6082b2d786125cff086ba7a2bc68ebf6e2695
Author: Jordi Mallach <jordi at debian.org>
Date:   Wed Jul 13 09:32:12 2016 +0200

    Install missing bgfx, plugins and uismall.bdf files.
    
    Install bgfx, plugins and uismall.bdf files in mame-tools. Thanks to
    Vas Crabb for pointing this out.
---
 debian/changelog         | 5 +++++
 debian/mame-data.install | 3 +++
 debian/rules             | 4 +++-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7aca23..b301ed4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 mame (0.175-2) unstable; urgency=medium
 
+  [ Cesare Falco ]
   * Improved get-orig-source target
 
+  [ Jordi Mallach ]
+  * Install bgfx, plugins and uismall.bdf files in mame-tools. Thanks to
+    Vas Crabb for pointing this out.
+
  -- Cesare Falco <c.falco at ubuntu.com>  Fri, 08 Jul 2016 13:08:40 +0200
 
 mame (0.175-1) unstable; urgency=medium
diff --git a/debian/mame-data.install b/debian/mame-data.install
index 6265c27..dfb2abf 100644
--- a/debian/mame-data.install
+++ b/debian/mame-data.install
@@ -1,4 +1,7 @@
 artwork/* usr/share/games/mame/artwork
+bgfx/* usr/share/games/mame/bgfx
 ctrlr/* usr/share/games/mame/ctrlr
 hash/* usr/share/games/mame/hash
 keymaps/*LINUX.map usr/share/games/mame/keymaps
+plugins/* usr/share/games/mame/plugins
+uismall.bdf usr/share/games/mame
diff --git a/debian/rules b/debian/rules
index ff1244c..89c3762 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,10 +185,12 @@ override_dh_install:
 override_dh_fixperms-indep:
 	dh_fixperms
 	find debian/mame-data/usr/share/games/mame/artwork -type f -execdir chmod 644 {} \;
+	find debian/mame-data/usr/share/games/mame/bgfx -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/ctrlr -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/hash -type f -execdir chmod 644 {} \;
 	find debian/mame-data/usr/share/games/mame/keymaps -type f -execdir chmod 644 {} \;
-
+	find debian/mame-data/usr/share/games/mame/plugins -type f -execdir chmod 644 {} \;
+	chmod 644 debian/mame-data/usr/share/games/mame/uismall.bdf
 
 PKD := $(abspath $(dir $(MAKEFILE_LIST)))
 PKG := $(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source)

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



More information about the Pkg-games-commits mailing list