[Python-apps-commits] r3865 - in packages/tictactoe-ng/trunk (9 files)

lamalex-guest at users.alioth.debian.org lamalex-guest at users.alioth.debian.org
Mon Sep 28 21:51:44 UTC 2009


    Date: Monday, September 28, 2009 @ 21:51:44
  Author: lamalex-guest
Revision: 3865

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/tictactoe-ng/trunk/debian/
  packages/tictactoe-ng/trunk/debian/changelog
  packages/tictactoe-ng/trunk/debian/compat
  packages/tictactoe-ng/trunk/debian/control
  packages/tictactoe-ng/trunk/debian/copyright
  packages/tictactoe-ng/trunk/debian/pycompat
  packages/tictactoe-ng/trunk/debian/rules
  packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages
  packages/tictactoe-ng/trunk/debian/watch


Property changes on: packages/tictactoe-ng/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/tictactoe-ng/trunk/debian/changelog
===================================================================
--- packages/tictactoe-ng/trunk/debian/changelog	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/changelog	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1,21 @@
+tictactoe-ng (0.3.2-2) unstable; urgency=low
+
+  * Change maintainer to Python Applications Packaging Team
+
+ -- Alex Launi <alex.launi at gmail.com>  Mon, 28 Sep 2009 17:45:53 -0400
+
+tictactoe-ng (0.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  - 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>  Sun, 27 Sep 2009 16:04:35 -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

Added: packages/tictactoe-ng/trunk/debian/compat
===================================================================
--- packages/tictactoe-ng/trunk/debian/compat	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/compat	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1 @@
+7

Added: packages/tictactoe-ng/trunk/debian/control
===================================================================
--- packages/tictactoe-ng/trunk/debian/control	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/control	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1,21 @@
+Source: tictactoe-ng
+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
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.6
+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} 
+Recommends: empathy
+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
+ across one of the diagonals while trying to block your opponent
+ from doing the same.
+

Added: packages/tictactoe-ng/trunk/debian/copyright
===================================================================
--- packages/tictactoe-ng/trunk/debian/copyright	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/copyright	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1,36 @@
+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>
+
+Upstream Author:
+	Alex Launi (lamalex) <alex.launi at gmail.com>
+
+Copyright:
+
+    <Copyright (C) 2009 Alex Launi>
+
+License:
+   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.
+
+   tictactoe is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+
+===========================
+
+
+   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
+   is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
\ No newline at end of file

Added: packages/tictactoe-ng/trunk/debian/pycompat
===================================================================
--- packages/tictactoe-ng/trunk/debian/pycompat	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/pycompat	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1 @@
+2

Added: packages/tictactoe-ng/trunk/debian/rules
===================================================================
--- packages/tictactoe-ng/trunk/debian/rules	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/rules	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+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


Property changes on: packages/tictactoe-ng/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages
===================================================================
--- packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/tictactoe-ng.manpages	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1 @@
+tictactoe.1

Added: packages/tictactoe-ng/trunk/debian/watch
===================================================================
--- packages/tictactoe-ng/trunk/debian/watch	                        (rev 0)
+++ packages/tictactoe-ng/trunk/debian/watch	2009-09-28 21:51:44 UTC (rev 3865)
@@ -0,0 +1,3 @@
+version=3
+
+https://launchpad.net/tictactoe/+download http://launchpad.net/tictactoe/.*/.*/\+download/tictactoe-(.*).tar.gz
\ No newline at end of file




More information about the Python-apps-commits mailing list