[mame] 01/01: Install language files as well.

Jordi Mallach jordi at moszumanska.debian.org
Wed Jul 13 07:37:12 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 0da5cbb644906ef4b841da293de4db814c892b87
Author: Jordi Mallach <jordi at debian.org>
Date:   Wed Jul 13 09:36:44 2016 +0200

    Install language files as well.
---
 debian/changelog         | 4 ++--
 debian/mame-data.install | 1 +
 debian/rules             | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b301ed4..08a308a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,8 @@ mame (0.175-2) unstable; urgency=medium
   * 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.
+  * Install bgfx, language, 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
 
diff --git a/debian/mame-data.install b/debian/mame-data.install
index dfb2abf..d6f4972 100644
--- a/debian/mame-data.install
+++ b/debian/mame-data.install
@@ -3,5 +3,6 @@ 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
+language/* usr/share/games/mame/language
 plugins/* usr/share/games/mame/plugins
 uismall.bdf usr/share/games/mame
diff --git a/debian/rules b/debian/rules
index 89c3762..cf8b3be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,6 +189,7 @@ override_dh_fixperms-indep:
 	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/language -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
 

-- 
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