Author: bddebian-guest
Date: 2007-11-10 03:43:10 +0000 (Sat, 10 Nov 2007)
New Revision: 4616

Added:
   packages/trunk/tpclient-pywx/
   packages/trunk/tpclient-pywx/debian/
   packages/trunk/tpclient-pywx/debian/changelog
   packages/trunk/tpclient-pywx/debian/compat
   packages/trunk/tpclient-pywx/debian/control
   packages/trunk/tpclient-pywx/debian/copyright
   packages/trunk/tpclient-pywx/debian/dirs
   packages/trunk/tpclient-pywx/debian/docs
   packages/trunk/tpclient-pywx/debian/install
   packages/trunk/tpclient-pywx/debian/links
   packages/trunk/tpclient-pywx/debian/patches/
   packages/trunk/tpclient-pywx/debian/patches/01_sys_path.diff
   packages/trunk/tpclient-pywx/debian/patches/series
   packages/trunk/tpclient-pywx/debian/pyversions
   packages/trunk/tpclient-pywx/debian/rules
   packages/trunk/tpclient-pywx/debian/watch
Log:
New package Thousand Parsec Python wxtgtk client
* Initial release
* Add quilt patch system
* Work in progress..
* Getting close but now a permissions issue
* 01_sys_path.diff - Append installed path
  + May not be necessary now that /usr/games/tpclient.. is a symlink?


Added: packages/trunk/tpclient-pywx/debian/changelog
===================================================================
--- packages/trunk/tpclient-pywx/debian/changelog                               
(rev 0)
+++ packages/trunk/tpclient-pywx/debian/changelog       2007-11-10 03:43:10 UTC 
(rev 4616)
@@ -0,0 +1,12 @@
+tpclient-pywx (0.2.2-1) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Initial release
+  * Add quilt patch system
+  * Work in progress..
+  * Getting close but now a permissions issue
+  * 01_sys_path.diff - Append installed path
+    + May not be necessary now that /usr/games/tpclient.. is a symlink?
+
+ -- Barry deFreese <[EMAIL PROTECTED]>  Mon, 05 Nov 2007 21:33:27 -0500
+

Added: packages/trunk/tpclient-pywx/debian/compat
===================================================================
--- packages/trunk/tpclient-pywx/debian/compat                          (rev 0)
+++ packages/trunk/tpclient-pywx/debian/compat  2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1 @@
+5

Added: packages/trunk/tpclient-pywx/debian/control
===================================================================
--- packages/trunk/tpclient-pywx/debian/control                         (rev 0)
+++ packages/trunk/tpclient-pywx/debian/control 2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1,18 @@
+Source: tpclient-pywx
+Section: python
+Priority: extra
+Maintainer: Debian Games Team <[EMAIL PROTECTED]>
+Uploaders: Barry deFreese <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends-Indep: python-support (>= 0.5.3)
+XS-Python-Version: all
+Standards-Version: 3.7.2
+Homepage: http://www.thousandparsec.net/tp/
+
+Package: tpclient-pywx
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python, python-numarray, 
python-wxgtk2.6, python-tp-netlib, python-tp-clientlib, python-gnome2
+Recommends: python-imaging, python-pyopenssl, python-psyco [i386 hurd-i386 
netbsd-i386 kfreebsd-i386]
+XB-Python-Version: ${python:Versions}
+Description: Thousand Parsec python client library
+ A library of Python code for Clients to support Thousand Parsec.

Added: packages/trunk/tpclient-pywx/debian/copyright
===================================================================
--- packages/trunk/tpclient-pywx/debian/copyright                               
(rev 0)
+++ packages/trunk/tpclient-pywx/debian/copyright       2007-11-10 03:43:10 UTC 
(rev 4616)
@@ -0,0 +1,39 @@
+This package was debianized by Barry deFreese <[EMAIL PROTECTED]> on
+Mon,  5 Nov 2007 13:06:37 -0500 for the Debian Games Team 
+<[EMAIL PROTECTED]>
+
+It was downloaded from 
http://downloads.sourceforge.net/thousandparsec/tpclient-pywx-0.2.2.tar.bz2
+
+Upstream Author: Tim Ansell ([EMAIL PROTECTED])
+
+Copyright: <put the year(s) of the copyright, and the names of the
+            copyright holder(s) here>
+
+extra/wxFloatCanvas/FloatCanvas.py and
+extra/wxFloatCanvas/__init__.py are Copyright (c) Christopher Barker <[EMAIL 
PROTECTED]>
+
+extra/wxFloatCanvas/NavCanvas.py is Copyright (c)
+       wxWindows Software Foundation (Assigned by: Christopher Barker <[EMAIL 
PROTECTED]>)
+
+License:
+
+    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 St, Fifth Floor, Boston, MA  02110-1301 USA
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in the /usr/share/common-licenses/GPL file.
+
+The Debian packaging is (C) 2007, Barry deFreese <[EMAIL PROTECTED]> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/trunk/tpclient-pywx/debian/dirs
===================================================================
--- packages/trunk/tpclient-pywx/debian/dirs                            (rev 0)
+++ packages/trunk/tpclient-pywx/debian/dirs    2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1 @@
+usr/share/games/tpclient-pywx

Added: packages/trunk/tpclient-pywx/debian/docs
===================================================================
--- packages/trunk/tpclient-pywx/debian/docs                            (rev 0)
+++ packages/trunk/tpclient-pywx/debian/docs    2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1 @@
+TODO

Added: packages/trunk/tpclient-pywx/debian/install
===================================================================
--- packages/trunk/tpclient-pywx/debian/install                         (rev 0)
+++ packages/trunk/tpclient-pywx/debian/install 2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1,8 @@
+tpclient-pywx usr/share/games/tpclient-pywx/
+requirements.py usr/share/games/tpclient-pywx/
+utils.py usr/share/games/tpclient-pywx/
+version.py usr/share/games//tpclient-pywx/
+doc usr/share/games/tpclient-pywx/
+extra usr/share/games/tpclient-pywx/
+graphics usr/share/games/tpclient-pywx/
+windows usr/share/games/tpclient-pywx/

Added: packages/trunk/tpclient-pywx/debian/links
===================================================================
--- packages/trunk/tpclient-pywx/debian/links                           (rev 0)
+++ packages/trunk/tpclient-pywx/debian/links   2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1 @@
+usr/share/games/tpclient-pywx/tpclient-pywx usr/games/tpclient-pywx 

Added: packages/trunk/tpclient-pywx/debian/patches/01_sys_path.diff
===================================================================
--- packages/trunk/tpclient-pywx/debian/patches/01_sys_path.diff                
                (rev 0)
+++ packages/trunk/tpclient-pywx/debian/patches/01_sys_path.diff        
2007-11-10 03:43:10 UTC (rev 4616)
@@ -0,0 +1,13 @@
+diff -urN tpclient-pywx.orig/tpclient-pywx tpclient-pywx/tpclient-pywx
+--- tpclient-pywx.orig/tpclient-pywx   2007-11-07 16:24:17.000000000 -0500
++++ tpclient-pywx/tpclient-pywx        2007-11-07 16:30:04.000000000 -0500
+@@ -3,6 +3,9 @@
+ import os
+ import os.path
+ import sys
++
++sys.path.append("/usr/share/games/tpclient-pywx")
++
+ if hasattr(sys, 'frozen'):
+       import warnings
+       warnings.simplefilter('ignore', DeprecationWarning)

Added: packages/trunk/tpclient-pywx/debian/patches/series
===================================================================
--- packages/trunk/tpclient-pywx/debian/patches/series                          
(rev 0)
+++ packages/trunk/tpclient-pywx/debian/patches/series  2007-11-10 03:43:10 UTC 
(rev 4616)
@@ -0,0 +1,2 @@
+01_sys_path.diff
+

Added: packages/trunk/tpclient-pywx/debian/pyversions
===================================================================
--- packages/trunk/tpclient-pywx/debian/pyversions                              
(rev 0)
+++ packages/trunk/tpclient-pywx/debian/pyversions      2007-11-10 03:43:10 UTC 
(rev 4616)
@@ -0,0 +1 @@
+2.4-

Added: packages/trunk/tpclient-pywx/debian/rules
===================================================================
--- packages/trunk/tpclient-pywx/debian/rules                           (rev 0)
+++ packages/trunk/tpclient-pywx/debian/rules   2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1,56 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -r)
+
+build: build-stamp
+build-stamp: patch
+       dh_testdir
+
+       touch $@
+
+_clean: $(QUILT_STAMPFN)
+       dh_testdir
+       dh_testroot
+
+       rm -rf build-stamp
+
+       find ./ -name '*.py[co]' -delete
+
+clean: _clean unpatch
+       dh_clean 
+       rm -rf build
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+
+       dh_installdirs
+       dh_install
+
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs 
+       dh_installdocs
+       dh_link
+       dh_compress
+       dh_fixperms
+       chmod +x 
debian/tpclient-pywx/usr/share/games/tpclient-pywx/tpclient-pywx
+       dh_pysupport
+       dh_installdeb
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/trunk/tpclient-pywx/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/trunk/tpclient-pywx/debian/watch
===================================================================
--- packages/trunk/tpclient-pywx/debian/watch                           (rev 0)
+++ packages/trunk/tpclient-pywx/debian/watch   2007-11-10 03:43:10 UTC (rev 
4616)
@@ -0,0 +1,5 @@
+version=3
+
+http://sf.net/thousandparsec/tpclient-pywx-([\d.]+)\.tar\.bz2
+
+


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to