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

lamalex-guest at users.alioth.debian.org lamalex-guest at users.alioth.debian.org
Sat Oct 3 21:18:45 UTC 2009


    Date: Saturday, October 3, 2009 @ 21:18:44
  Author: lamalex-guest
Revision: 3888

made changes as per Luca Falavigna's comments

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-02 19:29:19 UTC (rev 3887)
+++ packages/tictactoe-ng/trunk/debian/changelog	2009-10-03 21:18:44 UTC (rev 3888)
@@ -4,12 +4,6 @@
   - 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)
-
- -- Alex Launi <alex.launi at gmail.com>  Tue, 29 Sep 2009 17:32:25 -0400
-
-tictactoe-ng (0.3.1-1) unstable; urgency=low
-
-  * Initial upstream release
   * Closed ITP bug (Closes #544088)
 
- -- Alex Launi <alex.launi at gmail.com>  Wed, 26 Aug 2009 22:17:23 -0400
+ -- Alex Launi <alex.launi at gmail.com>  Sat, 03 Oct 2009 17:04:15 -0400

Modified: packages/tictactoe-ng/trunk/debian/control
===================================================================
--- packages/tictactoe-ng/trunk/debian/control	2009-10-02 19:29:19 UTC (rev 3887)
+++ packages/tictactoe-ng/trunk/debian/control	2009-10-03 21:18:44 UTC (rev 3888)
@@ -2,17 +2,18 @@
 Section: games
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all-dev, python-central (>= 0.5.6), python-distutils-extra
+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
 Standards-Version: 3.8.3
-XS-Python-Version: >= 2.6
+XS-Python-Version: >= 2.4
 Homepage: http://launchpad.net/tictactoe
 
 Package: tictactoe-ng
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: python-cairo, python-dbus, python-gobject, python-gtk2, python-telepathy, python-xdg, ${misc:Depends}, ${python:Depends} 
+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: a fun, simple, TicTacToe 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-02 19:29:19 UTC (rev 3887)
+++ packages/tictactoe-ng/trunk/debian/copyright	2009-10-03 21:18:44 UTC (rev 3888)
@@ -1,7 +1,7 @@
 This package was debianized by Alex Launi <alex.launi at gmail.com> on
 Mon, 24 Aug 2009 17:03:00 -0400.
 
-It was downloaded from <https://edge.launchpad.net/tictactoe>
+It was downloaded from <https://launchpad.net/tictactoe>
 
 Upstream Author:
 	Alex Launi (lamalex) <alex.launi at gmail.com>
@@ -14,7 +14,7 @@
    tictactoe is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
    License as published by the Free Software Foundation; either
-   version 2.0 of the License, or (at your option) any later version.
+   version 3.0 of the License, or (at your option) any later version.
 
    tictactoe is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: packages/tictactoe-ng/trunk/debian/rules
===================================================================
--- packages/tictactoe-ng/trunk/debian/rules	2009-10-02 19:29:19 UTC (rev 3887)
+++ packages/tictactoe-ng/trunk/debian/rules	2009-10-03 21:18:44 UTC (rev 3888)
@@ -2,21 +2,4 @@
 DEB_PYTHON_SYSTEM=pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-TEMP_DIR := $(shell mktemp -d)
-MAKEFILE = $(firstword $(MAKEFILE_LIST))
-DEBIAN_DIR = $(dir $(MAKEFILE))
-CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 | cut -d"+" -f1 )
-
-download-tarball:
-	uscan --download --destdir $(TEMP_DIR) \
-		--no-symlink --force-download --download-version $(CURVER) \
-		--watchfile=$(DEBIAN_DIR)/watch
-	cd $(TEMP_DIR) && tar xzvf *.tar.gz
-
-get-orig-source: repack-source
-	mv $(TEMP_DIR)/*.orig.tar.gz .
-	rm -r $(TEMP_DIR)
-
-.PHONY: download-tarball get-orig-source
+include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file




More information about the Python-apps-commits mailing list