r5572 - packages/trunk/libtpproto-py/debian

Barry deFreese bddebian-guest at alioth.debian.org
Wed Jan 30 18:43:32 UTC 2008


Author: bddebian-guest
Date: 2008-01-30 18:43:32 +0000 (Wed, 30 Jan 2008)
New Revision: 5572

Modified:
   packages/trunk/libtpproto-py/debian/changelog
   packages/trunk/libtpproto-py/debian/control
   packages/trunk/libtpproto-py/debian/rules
Log:
Fix-up changelog entries.
Improve package description.
Add --no-compile option on build.


Modified: packages/trunk/libtpproto-py/debian/changelog
===================================================================
--- packages/trunk/libtpproto-py/debian/changelog	2008-01-30 18:24:27 UTC (rev 5571)
+++ packages/trunk/libtpproto-py/debian/changelog	2008-01-30 18:43:32 UTC (rev 5572)
@@ -1,12 +1,11 @@
 libtpproto-py (0.2.2-1) unstable; urgency=low
 
   [ Barry deFreese ]
-  * Initial release
-  * Add quilt patch system
-  * 01_setuptools.diff - Use distutils.core for setup instead of setuptools
-  * 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py
-  * Add VCS fields in control
-  * Work in progress..
+  * Initial release. (Closes: #463271).
+  * Add quilt patch system.
+  * 01_setuptools.diff - Use distutils.core for setup instead of setuptools.
+  * 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py.
+  * Add VCS fields in control.
 
  -- Barry deFreese <bddebian at comcast.net>  Mon, 05 Nov 2007 21:33:27 -0500
 

Modified: packages/trunk/libtpproto-py/debian/control
===================================================================
--- packages/trunk/libtpproto-py/debian/control	2008-01-30 18:24:27 UTC (rev 5571)
+++ packages/trunk/libtpproto-py/debian/control	2008-01-30 18:43:32 UTC (rev 5572)
@@ -5,7 +5,7 @@
 Uploaders: Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5), quilt (>= 0.40), python-all-dev
 Build-Depends-Indep: python-support (>= 0.6.4)
-XS-Python-Version: all
+XS-Python-Version: >=2.4
 Standards-Version: 3.7.3
 Homepage: http://www.thousandparsec.net/tp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libtpproto-py/
@@ -17,5 +17,7 @@
 Recommends: python-pyopenssl
 XB-Python-Version: ${python:Versions}
 Description: Thousand Parsec python protocol library
- A library of Python code for both Servers and Clients to support 
- the Thousand Parsec protocol.
+ Thousand Parsec is a framework for turn based space empire building games.
+ .
+ This package contains a library of Python code for both Servers and Clients
+ to support the Thousand Parsec protocol.

Modified: packages/trunk/libtpproto-py/debian/rules
===================================================================
--- packages/trunk/libtpproto-py/debian/rules	2008-01-30 18:24:27 UTC (rev 5571)
+++ packages/trunk/libtpproto-py/debian/rules	2008-01-30 18:43:32 UTC (rev 5572)
@@ -14,7 +14,7 @@
 
 	set -e; \
 	for PYTHON in $(PYVERS); do \
-		$$PYTHON setup.py build; \
+		$$PYTHON setup.py build --no-compile; \
 	done
 
 	touch $@




More information about the Pkg-games-commits mailing list