[mame] 07/10: Renamed mess-data package to mame-data for consistency

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Sat Oct 31 10:15:46 UTC 2015


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

cesarefalco-guest pushed a commit to branch master
in repository mame.

commit ea0d32b9d071fdf891a4a42c76e103c1e9b360fe
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Tue Jun 2 16:26:55 2015 +0200

    Renamed mess-data package to mame-data for consistency
---
 debian/control                     | 35 ++++++++++++++++++++++++-----------
 debian/mame-data.dirs              |  1 +
 debian/mame-data.install           |  5 +++++
 debian/mame-data.links             |  2 ++
 debian/mame-data.lintian-overrides |  1 +
 debian/mame.ini                    |  2 +-
 debian/mame.links                  |  6 ------
 debian/mess-data.dirs              |  1 -
 debian/mess-data.install           |  5 -----
 debian/mess-data.links             |  2 --
 debian/mess-data.lintian-overrides |  1 -
 debian/rules                       |  8 ++++----
 12 files changed, 38 insertions(+), 31 deletions(-)

diff --git a/debian/control b/debian/control
index 40617f9..8bddad1 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Package: mame
 Architecture: any
 Depends: ${misc:Depends},
  ${shlibs:Depends},
- mess-data (= ${source:Version})
+ mame-data (= ${source:Version})
 Replaces: mess (<< 0.162)
 Breaks: mess (<< 0.162)
 Suggests: gnome-video-arcade,
@@ -38,6 +38,21 @@ Description: Multiple Arcade Machine Emulator (MAME)
  .
  This package provides the MAME binary and configuration files.
 
+Package: mame-data
+Architecture: all
+Depends: ${misc:Depends},
+ libjs-jquery-mobile
+Replaces: mess-data (<< 0.162)
+Breaks: mess-data (<< 0.162)
+Description: Multiple Arcade Machine Emulator (MAME)
+ MAME is a hardware emulator: it faithfully reproduces the behavior of many
+ arcade machines (it is not a simulation). This program is not a game but can
+ directly, through ROM images, run the complete system of these old arcade
+ machines. These ROMs are subject to copyright and it is in most of the cases
+ illegal to use them if you do not own the arcade machine.
+ .
+ This package provides MAME hash files, keymaps and artwork.
+
 Package: mame-tools
 Section: non-free/utils
 Architecture: any
@@ -61,16 +76,6 @@ Description: Tools for MAME and MESS
   romcmp -- ROM comparison utility program
   testkeys -- keyboard code viewer
 
-Package: mess-data
-Architecture: all
-Depends: ${misc:Depends},
- libjs-jquery-mobile
-Description: Data files for the Multi Emulator Super System (MESS)
- MESS is an emulator for various consoles and computing systems, sharing a
- lot of codebase with the MAME project.
- .
- This package provides the MESS and MAME hash files, keymaps and artwork.
-
 Package: mess
 Depends: mame, ${misc:Depends}
 Architecture: all
@@ -78,3 +83,11 @@ Priority: extra
 Section: oldlibs
 Description: Transitional dummy package
  This is a transitional dummy package. It can safely be removed.
+
+Package: mess-data
+Depends: mame-data, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: Transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/mame-data.dirs b/debian/mame-data.dirs
new file mode 100644
index 0000000..f60865e
--- /dev/null
+++ b/debian/mame-data.dirs
@@ -0,0 +1 @@
+usr/share/games/mame/crosshair
diff --git a/debian/mame-data.install b/debian/mame-data.install
new file mode 100644
index 0000000..c4c6516
--- /dev/null
+++ b/debian/mame-data.install
@@ -0,0 +1,5 @@
+artwork/* usr/share/games/mame/artwork
+ctrlr/* usr/share/games/mame/ctrlr
+hash/* usr/share/games/mame/hash
+keymaps/*LINUX.map usr/share/games/mame/keymaps
+web/* usr/share/games/mame/web
diff --git a/debian/mame-data.links b/debian/mame-data.links
new file mode 100644
index 0000000..45fdf16
--- /dev/null
+++ b/debian/mame-data.links
@@ -0,0 +1,2 @@
+/usr/share/javascript/jquery/jquery.js /usr/share/games/mame/web/js/jquery.js
+/usr/share/javascript/jquery-mobile/jquery.mobile.js /usr/share/games/mame/web/js/jquery.mobile.js
diff --git a/debian/mame-data.lintian-overrides b/debian/mame-data.lintian-overrides
new file mode 100644
index 0000000..b549103
--- /dev/null
+++ b/debian/mame-data.lintian-overrides
@@ -0,0 +1 @@
+mame-data: package-contains-empty-directory usr/share/games/mame/crosshair/
diff --git a/debian/mame.ini b/debian/mame.ini
index f654b2e..ffa0ac4 100644
--- a/debian/mame.ini
+++ b/debian/mame.ini
@@ -26,7 +26,7 @@ comment_directory        $HOME/.mame/comments
 #
 # Override document root of the internal web server
 # (do _not_ change this unless you know what you are doing!)
-http_path                /usr/share/games/mess/web/
+http_path                /usr/share/games/mame/web/
 #
 # Debian feature defaults
 # Set video to 'soft' if DRI is not reliable on your hardware
diff --git a/debian/mame.links b/debian/mame.links
deleted file mode 100644
index 4e97ca1..0000000
--- a/debian/mame.links
+++ /dev/null
@@ -1,6 +0,0 @@
-/usr/share/games/mess/artwork /usr/share/games/mame/artwork
-/usr/share/games/mess/crosshair /usr/share/games/mame/crosshair
-/usr/share/games/mess/ctrlr /usr/share/games/mame/ctrlr
-/usr/share/games/mess/hash /usr/share/games/mame/hash
-/usr/share/games/mess/keymaps /usr/share/games/mame/keymaps
-/usr/share/games/mess/web /usr/share/games/mame/web
diff --git a/debian/mess-data.dirs b/debian/mess-data.dirs
deleted file mode 100644
index 71d1a51..0000000
--- a/debian/mess-data.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/games/mess/crosshair
diff --git a/debian/mess-data.install b/debian/mess-data.install
deleted file mode 100644
index be65ec4..0000000
--- a/debian/mess-data.install
+++ /dev/null
@@ -1,5 +0,0 @@
-artwork/* usr/share/games/mess/artwork
-ctrlr/* usr/share/games/mess/ctrlr
-hash/* usr/share/games/mess/hash
-keymaps/*LINUX.map usr/share/games/mess/keymaps
-web/* usr/share/games/mess/web
diff --git a/debian/mess-data.links b/debian/mess-data.links
deleted file mode 100644
index ace3fdf..0000000
--- a/debian/mess-data.links
+++ /dev/null
@@ -1,2 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/games/mess/web/js/jquery.js
-/usr/share/javascript/jquery-mobile/jquery.mobile.js /usr/share/games/mess/web/js/jquery.mobile.js
diff --git a/debian/mess-data.lintian-overrides b/debian/mess-data.lintian-overrides
deleted file mode 100644
index b2bd52b..0000000
--- a/debian/mess-data.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-mess-data: package-contains-empty-directory usr/share/games/mess/crosshair/
diff --git a/debian/rules b/debian/rules
index fb18ef0..8b39da3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -159,10 +159,10 @@ override_dh_install:
 
 override_dh_fixperms-indep:
 	dh_fixperms
-	chmod 644 debian/mess-data/usr/share/games/mess/artwork/*
-	chmod 644 debian/mess-data/usr/share/games/mess/ctrlr/*
-	chmod 644 debian/mess-data/usr/share/games/mess/hash/*
-	chmod 644 debian/mess-data/usr/share/games/mess/keymaps/*
+	chmod 644 debian/mame-data/usr/share/games/mame/artwork/*
+	chmod 644 debian/mame-data/usr/share/games/mame/ctrlr/*
+	chmod 644 debian/mame-data/usr/share/games/mame/hash/*
+	chmod 644 debian/mame-data/usr/share/games/mame/keymaps/*
 
 
 # Retrieve source from svn repo (recommended by upstream developers)

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