[Python-apps-commits] r3890 - in packages/tictactoe-ng/trunk/debian (4 files)

lamalex-guest at users.alioth.debian.org lamalex-guest at users.alioth.debian.org
Sun Oct 4 15:00:00 UTC 2009


    Date: Sunday, October 4, 2009 @ 14:59:59
  Author: lamalex-guest
Revision: 3890

more simple fixes from review

Modified:
  packages/tictactoe-ng/trunk/debian/changelog
  packages/tictactoe-ng/trunk/debian/control
  packages/tictactoe-ng/trunk/debian/copyright
  packages/tictactoe-ng/trunk/debian/rules

Modified: packages/tictactoe-ng/trunk/debian/changelog
===================================================================
--- packages/tictactoe-ng/trunk/debian/changelog	2009-10-03 21:19:19 UTC (rev 3889)
+++ packages/tictactoe-ng/trunk/debian/changelog	2009-10-04 14:59:59 UTC (rev 3890)
@@ -1,9 +1,8 @@
 tictactoe-ng (0.3.2-1) unstable; urgency=low
 
-  * New upstream release
+  * Initial Release (Closes #544088)
   - Draw an X instead of a square (Closes lp:436901)
   - Game description now a darker gray (Closes lp:430171)
   - Now netbook friendly (Closes lp:430170)
-  * Closed ITP bug (Closes #544088)
 
- -- Alex Launi <alex.launi at gmail.com>  Sat, 03 Oct 2009 17:04:15 -0400
+ -- Alex Launi <alex.launi at gmail.com>  Sun, 04 Oct 2009 10:34:06 -0400

Modified: packages/tictactoe-ng/trunk/debian/control
===================================================================
--- packages/tictactoe-ng/trunk/debian/control	2009-10-03 21:19:19 UTC (rev 3889)
+++ packages/tictactoe-ng/trunk/debian/control	2009-10-04 14:59:59 UTC (rev 3890)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Alex Launi <alex.launi at gmail.com>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python (>= 2.4), python-support (>= 0.5.6), python-distutils-extra
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python (>= 2.4), python-distutils-extra
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.4
 Homepage: http://launchpad.net/tictactoe
 
 Package: tictactoe-ng
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: python-cairo (>= 1.4.12), python-dbus (>= 0.83), python-gobject (>= 2.16.1), python-gtk2 (>= 2.14.1), python-telepathy (>= 0.15.7), python-xdg (>= 0.15.1), ${misc:Depends}, ${python:Depends} 
 Recommends: empathy
-Description: a fun, simple, TicTacToe game
+Description: fun, simple, tic tac toe game
  Tic Tac Toe (naughts & crosses) is a simple two player game
  where the object is to place your shapes on the game board so
  that you get three in a row either horizontally, vertically, or

Modified: packages/tictactoe-ng/trunk/debian/copyright
===================================================================
--- packages/tictactoe-ng/trunk/debian/copyright	2009-10-03 21:19:19 UTC (rev 3889)
+++ packages/tictactoe-ng/trunk/debian/copyright	2009-10-04 14:59:59 UTC (rev 3890)
@@ -8,7 +8,7 @@
 
 Copyright:
 
-    <Copyright (C) 2009 Alex Launi>
+    <Copyright © 2009 Alex Launi>
 
 License:
    tictactoe is free software; you can redistribute it and/or
@@ -32,5 +32,5 @@
    On Debian systems, the complete text of the GNU General Public
    License V3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
-   The Debian packaging is (C) 2009, Alex Launi <alex.launi at gmail.com> and
+   The Debian packaging is © 2009, Alex Launi <alex.launi at gmail.com> and
    is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
\ No newline at end of file

Modified: packages/tictactoe-ng/trunk/debian/rules
===================================================================
--- packages/tictactoe-ng/trunk/debian/rules	2009-10-03 21:19:19 UTC (rev 3889)
+++ packages/tictactoe-ng/trunk/debian/rules	2009-10-04 14:59:59 UTC (rev 3890)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file




More information about the Python-apps-commits mailing list