r8516 - packages/trunk/tpclient-pywx/debian

Barry deFreese bdefreese at alioth.debian.org
Tue Dec 16 17:50:36 UTC 2008


Author: bdefreese
Date: 2008-12-16 17:50:36 +0000 (Tue, 16 Dec 2008)
New Revision: 8516

Modified:
   packages/trunk/tpclient-pywx/debian/control
   packages/trunk/tpclient-pywx/debian/rules
Log:
Fix my e-mail address again.
Bump Standards Version to 3.8.0.
Change python-pyopenssl recommends to python-openssl.
Remove extra license files.


Modified: packages/trunk/tpclient-pywx/debian/control
===================================================================
--- packages/trunk/tpclient-pywx/debian/control	2008-12-16 17:38:16 UTC (rev 8515)
+++ packages/trunk/tpclient-pywx/debian/control	2008-12-16 17:50:36 UTC (rev 8516)
@@ -2,11 +2,11 @@
 Section: python
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bddebian at debian.org>
+Uploaders: Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: python-support (>= 0.5.3), python-all, python-setuptools
 XS-Python-Version: >=2.4
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.thousandparsec.net/tp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tpclient-pywx/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tpclient-pywx/?op=log
@@ -14,7 +14,7 @@
 Package: tpclient-pywx
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python, python-numarray, python-wxgtk2.8, python-tp-netlib, python-tp-client, python-gnome2
-Recommends: python-imaging, python-pyopenssl, python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
+Recommends: python-imaging, python-openssl, python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
 XB-Python-Version: ${python:Versions}
 Description: Thousand Parsec Python client
  A Python wxgtk client to connect to the Thousand Parsec game world.

Modified: packages/trunk/tpclient-pywx/debian/rules
===================================================================
--- packages/trunk/tpclient-pywx/debian/rules	2008-12-16 17:38:16 UTC (rev 8515)
+++ packages/trunk/tpclient-pywx/debian/rules	2008-12-16 17:50:36 UTC (rev 8516)
@@ -36,6 +36,9 @@
 	python$* setup.py --temp=$(CURDIR)/debian/tpclient-pywx/usr \
 		--prefix=/usr install
 
+	find ./debian/tpclient-pywx/ -name COPYING* -delete
+	find ./debian/tpclient-pywx/ -name LICENSE -delete
+
 	dh_installdirs
 	dh_install
 




More information about the Pkg-games-commits mailing list