[SCM] Trophy racing game - Packaging information branch, master, updated. c174683853c46f57705d1b35d78a43e07bc7ca8b

2011-07-03 Thread Andreas Moog
The following commit has been merged in the master branch:
commit c174683853c46f57705d1b35d78a43e07bc7ca8b
Author: Andreas Moog am...@ubuntu.com
Date:   Sun Jul 3 21:33:13 2011 +0200

Set Maintainer to team, add myself to Uploaders

diff --git a/debian/control b/debian/control
index 798b80a..2ac2d3f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: trophy
 Section: games
 Priority: optional
 Homepage: http://trophy.sourceforge.net/
-Maintainer: Andreas Moog am...@ubuntu.com
+Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
+Uploaders: Andreas Moog am...@ubuntu.com
 Build-Depends: debhelper (= 8),
dh-autoreconf,
libclanlib-dev (= 1.0~svn3827),

-- 
Trophy racing game - Packaging information

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for quakespasm branch, smcv, updated. upstream/0.85.4-24-g08f6adc

2011-07-03 Thread Simon McVittie
The following commit has been merged in the smcv branch:
commit 08f6adc73bab8aa6b6e1c6791935c951787934c7
Author: Simon McVittie s...@debian.org
Date:   Sun Jul 3 18:34:44 2011 +0100

Attribute copyright for snd_mp3.c more precisely, and reproduce all 
necessary copyright notices

diff --git a/debian/changelog b/debian/changelog
index 308c772..6fbe375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,5 +15,7 @@ quakespasm (0.85.4-1) UNRELEASED; urgency=low
   * Recommend using game-data-packager for the data
   * Only Recommend quake-data: this engine could be used with unpackaged data
   * Mention the quake package, and OpenQuartz, in the package description
+  * Attribute copyright for snd_mp3.c more precisely, and reproduce all
+necessary copyright notices
 
  -- David Banks amoe...@gmail.com  Mon, 04 Apr 2011 07:51:27 +0100
diff --git a/debian/copyright b/debian/copyright
index 58f0822..26c3ed5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,12 +5,9 @@ Copyright: 1996-2005 Id Software, Inc
1999-2004 contributors of the QuakeForge project
2002-2009 John Fitzgibbons
2005 Stuart Dalton
-   2007-2009 SoX contributors
-   2007-2009 Fabrizio Gennari
2007-2011 Kristian Duske
2007-2011 Ozkan Sezer
2010-2011 Steven Atkinson
-   (unspecified date) Bertrand Petit
(unspecified date) Baker
(unspecified date) LordHavoc
 License: GPL-2+
@@ -35,9 +32,56 @@ License: GPL-2+
  .
  See the GNU General Public License for more details.
  .
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- .
  On Debian systems, the complete text of the GNU General Public License can
  be found in /usr/share/common-licenses/GPL-2.
+
+Files: Quake/snd_mp3.c
+Copyright: 2007-2009 SoX contributors
+   2007-2009 Fabrizio Gennari fabrizio...@tiscali.it
+   2000-2004 Underbit Technologies, Inc.
+   2010-2011 Ozkan Sezer
+   2001-2004 Bertrand Petit
+License: GPL-2+ and BSD-3-clause
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or (at
+   your option) any later version.
+   .
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+   .
+   See the GNU General Public License for more details.
+   .
+   You should have received a copy of the GNU General Public License along
+   with this program; if not, write to the Free Software Foundation, Inc.,
+   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+   .
+   Parts of this file are based on the decoder tutorial program madlld:
+   .
+   Copyright (C) 2001-2004 Bertrand Petit, 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 author 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 AUTHOR 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 AUTHOR 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/patches/mp3-copyright.patch 
b/debian/patches/mp3-copyright.patch
new file mode 100644
index 000..cc6dfb5
--- /dev/null
+++ b/debian/patches/mp3-copyright.patch
@@ -0,0 +1,77 @@
+From: Simon McVittie s...@debian.org
+Date: Sun, 03 Jul 2011 09:59:14 +0100
+Subject: Reproduce the copyright statements for all identifiable sources
+  of snd_mp3.c
+
+diff 

[SCM] Classic first person shooter branch, smcv, updated. 23361b00516268ee2686f79d269749b4c0e213f6

2011-07-03 Thread Simon McVittie
The following commit has been merged in the smcv branch:
commit 23361b00516268ee2686f79d269749b4c0e213f6
Author: Simon McVittie s...@debian.org
Date:   Sat Jul 2 22:33:19 2011 +0100

Recommend something that can display the need data message

diff --git a/debian/changelog b/debian/changelog
index 3497f88..4ae159d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,5 +10,6 @@ quake (1) UNRELEASED; urgency=low
 and the launcher copes gracefully with being run with no data
   * Re-word package description to talk about quake-registered and
 quake-shareware specifically, since they're the core packages
+  * Recommend something that can display the need data message
 
  -- David Banks amoe...@gmail.com  Wed, 01 Jun 2011 17:02:39 +0100
diff --git a/debian/control b/debian/control
index 851a382..b63c28a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Standards-Version: 3.9.2.0
 Package: quake
 Architecture: all
 Depends: ${misc:Depends}, quakespasm, quake-data | game-data-packager
+Recommends: x11-utils | zenity | kdebase-bin
 Description: classic first person shooter
  This package contains a launcher script and menu entry to play
  Quake 1 with the Quakespasm engine.

-- 
Classic first person shooter

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits