Author: bdefreese Date: 2008-12-16 02:28:59 +0000 (Tue, 16 Dec 2008) New Revision: 8513
Added: packages/trunk/libtpclient-py/debian/patches/02_hashbang.diff Removed: packages/trunk/libtpclient-py/debian/patches/02_no_pkg_resources.diff Modified: packages/trunk/libtpclient-py/debian/changelog packages/trunk/libtpclient-py/debian/patches/series Log: Remove unneeded 02_no_pkg_resources.diff. Add new 02_hasbang.diff. Refresh changelog. Modified: packages/trunk/libtpclient-py/debian/changelog =================================================================== --- packages/trunk/libtpclient-py/debian/changelog 2008-12-16 02:02:37 UTC (rev 8512) +++ packages/trunk/libtpclient-py/debian/changelog 2008-12-16 02:28:59 UTC (rev 8513) @@ -4,6 +4,7 @@ * Initial release. (Closes: #463272). * Add quilt patch system. * 01_setuptools.diff - Use distutils.core for setup instead of setuptools. + * 02_hashbang.diff - ChangeList.py: /usr/bin/python not /bin/python. * Add VCS tags in control. - -- Barry deFreese <[email protected]> Tue, 04 Nov 2008 13:27:17 -0500 + -- Barry deFreese <[email protected]> Mon, 15 Dec 2008 21:28:37 -0500 Added: packages/trunk/libtpclient-py/debian/patches/02_hashbang.diff =================================================================== --- packages/trunk/libtpclient-py/debian/patches/02_hashbang.diff (rev 0) +++ packages/trunk/libtpclient-py/debian/patches/02_hashbang.diff 2008-12-16 02:28:59 UTC (rev 8513) @@ -0,0 +1,10 @@ +Index: libtpclient-py-0.3.1/tp/client/ChangeList.py +=================================================================== +--- libtpclient-py-0.3.1.orig/tp/client/ChangeList.py 2008-12-15 21:26:06.000000000 -0500 ++++ libtpclient-py-0.3.1/tp/client/ChangeList.py 2008-12-15 21:26:20.000000000 -0500 +@@ -1,4 +1,4 @@ +-#! /bin/python ++#! /usr/bin/python + """ + + This file includes an implimentation of a datastructure that can handle all the Deleted: packages/trunk/libtpclient-py/debian/patches/02_no_pkg_resources.diff =================================================================== --- packages/trunk/libtpclient-py/debian/patches/02_no_pkg_resources.diff 2008-12-16 02:02:37 UTC (rev 8512) +++ packages/trunk/libtpclient-py/debian/patches/02_no_pkg_resources.diff 2008-12-16 02:28:59 UTC (rev 8513) @@ -1,13 +0,0 @@ -diff -urN libtpclient-py-0.2.2.orig/setup.py libtpclient-py-0.2.2/setup.py ---- libtpclient-py-0.2.2.orig/setup.py 2007-11-06 21:29:14.000000000 -0500 -+++ libtpclient-py-0.2.2/setup.py 2007-11-06 21:34:06.000000000 -0500 -@@ -1,7 +1,7 @@ - #!/usr/bin/env python - --import pkg_resources --pkg_resources.require('libtpclient-py') -+#import pkg_resources -+#pkg_resources.require('libtpclient-py') - - from tp.client import version - version = "%s.%s.%s" % version Modified: packages/trunk/libtpclient-py/debian/patches/series =================================================================== --- packages/trunk/libtpclient-py/debian/patches/series 2008-12-16 02:02:37 UTC (rev 8512) +++ packages/trunk/libtpclient-py/debian/patches/series 2008-12-16 02:28:59 UTC (rev 8513) @@ -1 +1,2 @@ 01_setuptools.diff +02_hashbang.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

