[SCM] packaging for the mame arcade game emulator branch, master, updated. 06e8432f02100d9a7d3ef417abc7781f7cfd81db

Cesare Falco cesare.falco at gmail.com
Sun Mar 11 22:28:20 UTC 2012


The following commit has been merged in the master branch:
commit a8691e31d27f6bbb793d975d99129a934460aa9d
Author: Cesare Falco <cesare.falco at gmail.com>
Date:   Sat Mar 10 18:55:45 2012 +0100

    Fixed a couple of lintian warnings

diff --git a/debian/control b/debian/control
index 3788fc1..b135776 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/mame.git
 Homepage: http://mamedev.org/
 XS-Autobuild: yes
 
-
 Package: mame
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -39,9 +38,7 @@ Description: Multiple Arcade Machine Emulator (MAME)
  .
  This package provides the MAME binary and configuration files.
 
-
 Package: xmame-sdl
-Section: non-free/metapackages
 Priority: extra
 Depends: mame, ${misc:Depends}
 Architecture: all
@@ -49,9 +46,7 @@ Description: Transitional package for xmame-sdl
  This is a transitional package for xmame-sdl, and can be safely removed
  after the installation is complete.
 
-
 Package: xmame-svga
-Section: non-free/metapackages
 Priority: extra
 Depends: mame, ${misc:Depends}
 Architecture: i386
@@ -59,9 +54,7 @@ Description: Transitional package for xmame-svga
  This is a transitional package for xmame-svga, and can be safely removed
  after the installation is complete.
 
-
 Package: xmame-x
-Section: non-free/metapackages
 Priority: extra
 Depends: mame, ${misc:Depends}
 Architecture: all
@@ -69,12 +62,11 @@ Description: Transitional package for xmame-x
  This is a transitional package for xmame-x, and can be safely removed
  after the installation is complete.
 
-
 Package: sdlmame
-Section: non-free/metapackages
 Priority: extra
 Depends: mame, ${misc:Depends}
 Architecture: amd64 i386
 Description: Transitional package for sdlmame
  This is a transitional package for sdlmame, and can be safely removed
  after the installation is complete.
+
diff --git a/debian/copyright b/debian/copyright
index d2b85b8..a1b4385 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -961,10 +961,6 @@ License: CC-BY-3.0
       License; this License is not intended to restrict the license of any
       rights under applicable law.
 
-License: BSD-3-clause
- On Debian systems, the full text of the BSD three clauses license can be found
- in the file /usr/share/common-licenses/BSD
-
 License: GPL-2
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file /usr/share/common-licenses/GPL-2.
@@ -1041,5 +1037,31 @@ License: public-domain
  - Ian Jackson <ijackson at nyx.cs.du.edu>.
  Still in the public domain.
 
-
+License: BSD-3-clause
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
 
diff --git a/debian/mame.preinst b/debian/mame.preinst
index 4435219..4c3c1de 100644
--- a/debian/mame.preinst
+++ b/debian/mame.preinst
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # preinst script for mame
-# (c) Copyright 2012 Cesare Falco
+# (c) Copyright 2012 Debian Games Team
 #
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL-2 or <http://www.gnu.org/copyleft/gpl.txt>.
@@ -31,7 +31,7 @@ case "$1" in
         fi
         # Avoid a dpkg prompt if mame.ini is what 0.141-2 generated in postinst
         if dpkg --compare-versions "$2" le "0.141-2"; then
-            if [ -a -f "$INI" ]; then
+            if [ -e -f "$INI" ]; then
                 curmd5="$(md5sum $INI | cut -d' ' -f 1)"
                 for md5sum in $OLDMD5; do
                     if [ "$curmd5" = "$md5sum" ]; then
diff --git a/debian/sdlmame.preinst b/debian/sdlmame.preinst
index 527a0b3..5773d12 100644
--- a/debian/sdlmame.preinst
+++ b/debian/sdlmame.preinst
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # preinst script for sdlmame
-# (c) Copyright 2007 Cesare Falco
+# (c) Copyright 2007 Debian Games Team
 #
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL-2 or <http://www.gnu.org/copyleft/gpl.txt>.

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list