r9087 - in packages/trunk/tpclient-pywx/debian: . patches
Barry deFreese
bdefreese at alioth.debian.org
Mon Mar 9 16:27:49 UTC 2009
Author: bdefreese
Date: 2009-03-09 16:27:48 +0000 (Mon, 09 Mar 2009)
New Revision: 9087
Modified:
packages/trunk/tpclient-pywx/debian/control
packages/trunk/tpclient-pywx/debian/copyright
packages/trunk/tpclient-pywx/debian/patches/01_setup.diff
packages/trunk/tpclient-pywx/debian/rules
Log:
Update FSF address in newly added wxWindows license file.
Add description to quilt patch.
Modified: packages/trunk/tpclient-pywx/debian/control
===================================================================
--- packages/trunk/tpclient-pywx/debian/control 2009-03-09 16:13:09 UTC (rev 9086)
+++ packages/trunk/tpclient-pywx/debian/control 2009-03-09 16:27:48 UTC (rev 9087)
@@ -22,7 +22,7 @@
Thousand Parsec is a framework for turn based space empire building games.
.
Thousand Parsec is not a game by itself, it is a frame work for creating
- a similar group of games. Some of the games, such as our first demo game
+ a similar group of games. Some of the games, such as the first demo game
MiniSec, are developed by the Thousand Parsec developers themselves.
- In the near future we hope that other developers will create their own games
- using Thousand Parsec.
+ In the near future it is hoped that other developers will create their
+ own games using Thousand Parsec.
Modified: packages/trunk/tpclient-pywx/debian/copyright
===================================================================
--- packages/trunk/tpclient-pywx/debian/copyright 2009-03-09 16:13:09 UTC (rev 9086)
+++ packages/trunk/tpclient-pywx/debian/copyright 2009-03-09 16:27:48 UTC (rev 9087)
@@ -39,8 +39,8 @@
You should have received a copy of the GNU Library General Public Licence
along with this software, usually in a file named COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA 02111-1307 USA.
+ write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
EXCEPTION NOTICE
Modified: packages/trunk/tpclient-pywx/debian/patches/01_setup.diff
===================================================================
--- packages/trunk/tpclient-pywx/debian/patches/01_setup.diff 2009-03-09 16:13:09 UTC (rev 9086)
+++ packages/trunk/tpclient-pywx/debian/patches/01_setup.diff 2009-03-09 16:27:48 UTC (rev 9087)
@@ -1,3 +1,4 @@
+#Fix path for graphics files on setup.py.
--- tpclient-pywx-0.3.1.orig/setup.py
+++ tpclient-pywx-0.3.1/setup.py
@@ -104,16 +104,6 @@
Modified: packages/trunk/tpclient-pywx/debian/rules
===================================================================
--- packages/trunk/tpclient-pywx/debian/rules 2009-03-09 16:13:09 UTC (rev 9086)
+++ packages/trunk/tpclient-pywx/debian/rules 2009-03-09 16:27:48 UTC (rev 9087)
@@ -36,8 +36,8 @@
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
+ find $(CURDIR)/debian/tpclient-pywx/ -name COPYING* -delete
+ find $(CURDIR)/debian/tpclient-pywx/ -name LICENSE -delete
dh_installdirs
dh_install
More information about the Pkg-games-commits
mailing list