r9649 - in packages/trunk/pokerth/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Sun Apr 26 08:32:15 UTC 2009


Author: evgeni
Date: 2009-04-26 08:32:14 +0000 (Sun, 26 Apr 2009)
New Revision: 9649

Modified:
   packages/trunk/pokerth/debian/
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/control
   packages/trunk/pokerth/debian/copyright
   packages/trunk/pokerth/debian/patches/04_enable_beta.patch
Log:
* New upstream beta release (fetched from SVN r1911).
* debian/control:
  + Update my e-mail address.
  + Remove DM-Upload-Allowed.
  + Add ${misc:Depends} to all packages as suggested by lintian.
* debian/copyright:
  + Add copyright info on console/*.




Property changes on: packages/trunk/pokerth/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/pokerth_0.7~beta1.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/pokerth_0.7~beta2.orig.tar.gz

Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2009-04-26 07:04:34 UTC (rev 9648)
+++ packages/trunk/pokerth/debian/changelog	2009-04-26 08:32:14 UTC (rev 9649)
@@ -1,3 +1,15 @@
+pokerth (0.7~beta2-1) experimental; urgency=low
+
+  * New upstream beta release (fetched from SVN r1911).
+  * debian/control:
+    + Update my e-mail address.
+    + Remove DM-Upload-Allowed.
+    + Add ${misc:Depends} to all packages as suggested by lintian.
+  * debian/copyright:
+    + Add copyright info on console/*.
+
+ -- Evgeni Golov <evgeni at debian.org>  Sun, 26 Apr 2009 09:50:16 +0200
+
 pokerth (0.7~beta1-1) experimental; urgency=low
 
   * New upstream beta release (fetched from SVN r1886).

Modified: packages/trunk/pokerth/debian/control
===================================================================
--- packages/trunk/pokerth/debian/control	2009-04-26 07:04:34 UTC (rev 9648)
+++ packages/trunk/pokerth/debian/control	2009-04-26 08:32:14 UTC (rev 9649)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Mario Iseli <admin at marioiseli.com>, Evgeni Golov <sargentd at die-welt.net>
+Uploaders: Mario Iseli <admin at marioiseli.com>, Evgeni Golov <evgeni at debian.org>
 Build-Depends: debhelper (>= 7), quilt (>= 0.40), libqt4-dev,
  libsdl-mixer1.2-dev, libcurl4-gnutls-dev, libgnutls-dev,
  libboost-filesystem1.37-dev, libboost-thread1.37-dev, 
@@ -11,11 +11,10 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pokerth/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pokerth/
 Homepage: http://www.pokerth.net/
-DM-Upload-Allowed: yes
 
 Package: pokerth
 Architecture: any
-Depends: ${shlibs:Depends}, pokerth-data (= ${source:Version}), gsfonts-x11, ttf-dejavu-core
+Depends: ${shlibs:Depends}, ${misc:Depends}, pokerth-data (= ${source:Version}), gsfonts-x11, ttf-dejavu-core
 Description: Texas hold'em game
  pokerth is a free implementation of the Texas hold'em poker game which is
  mostly played in casinos and has a growing popularity worldwide. Texas hold'em
@@ -24,7 +23,7 @@
 
 Package: pokerth-server
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Texas hold'em game - server
  pokerth is a free implementation of the Texas hold'em poker game which is
  mostly played in casinos and has a growing popularity worldwide. Texas hold'em
@@ -36,6 +35,7 @@
 
 Package: pokerth-data
 Architecture: all
+Depends: ${misc:Depends}
 Description: Texas hold'em game - common data files
  pokerth is a free implementation of the Texas hold'em poker game which is
  mostly played in casinos and has a growing popularity worldwide. Texas hold'em

Modified: packages/trunk/pokerth/debian/copyright
===================================================================
--- packages/trunk/pokerth/debian/copyright	2009-04-26 07:04:34 UTC (rev 9648)
+++ packages/trunk/pokerth/debian/copyright	2009-04-26 08:32:14 UTC (rev 9649)
@@ -11,6 +11,50 @@
 Copyright: © 2007-2008 Lothar May <lotodore at pokerth.net>
 License: GPL-2+
 
+Files: console/*
+Copyright: © 2009 Lothar May <lotodore at pokerth.net>
+License: AGPL-3+
+ pokerth_console is free software: you can redistribute it and/or
+ modify it under the terms of the GNU Affero General Public License
+ as published by the Free Software Foundation, either version 3 of
+ the License, or (at your option) any later version.
+
+ pokerth_console 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 Affero General Public License along with pokerth_console.
+ If not, see <http://www.gnu.org/licenses/>.
+
+
+Files: console/third_party/zlib.net/*
+Copyright: © 2006-2007, ComponentAce (http://www.componentace.com)
+License: other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer. 
+ 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. 
+ Neither the name of ComponentAce 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
+
 Files: src/core/libircclient/*
 Copyright: © 2004 Georgy Yunaev <tim at krasnogorsk.ru>
 Licence: LGPL-2+

Modified: packages/trunk/pokerth/debian/patches/04_enable_beta.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/04_enable_beta.patch	2009-04-26 07:04:34 UTC (rev 9648)
+++ packages/trunk/pokerth/debian/patches/04_enable_beta.patch	2009-04-26 08:32:14 UTC (rev 9649)
@@ -1,3 +1,5 @@
+Enable beta server instead of the default one by defining POKERTH_IS_07BETA
+
 Index: pokerth/src/session.cpp
 ===================================================================
 --- pokerth/src/session.cpp	(revision 1887)




More information about the Pkg-games-commits mailing list