--- tictactoe-ng-0.3.2.1.orig/debian/control
+++ tictactoe-ng-0.3.2.1/debian/control
@@ -0,0 +1,22 @@
+Source: tictactoe-ng
+Section: games
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
+Uploaders: Alex Launi <alex.launi@gmail.com>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python (>= 2.4), python-distutils-extra, python-support
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/tictactoe-ng/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/tictactoe-ng/trunk/
+Homepage: http://launchpad.net/tictactoe
+
+Package: tictactoe-ng
+Architecture: all
+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), ${misc:Depends}, ${python:Depends} 
+Recommends: empathy
+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
+ across one of the diagonals while trying to block your opponent
+ from doing the same.
+
--- tictactoe-ng-0.3.2.1.orig/debian/pyversions
+++ tictactoe-ng-0.3.2.1/debian/pyversions
@@ -0,0 +1 @@
+2.4-
\ No newline at end of file
--- tictactoe-ng-0.3.2.1.orig/debian/compat
+++ tictactoe-ng-0.3.2.1/debian/compat
@@ -0,0 +1 @@
+7
--- tictactoe-ng-0.3.2.1.orig/debian/watch
+++ tictactoe-ng-0.3.2.1/debian/watch
@@ -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
--- tictactoe-ng-0.3.2.1.orig/debian/changelog
+++ tictactoe-ng-0.3.2.1/debian/changelog
@@ -0,0 +1,5 @@
+tictactoe-ng (0.3.2.1-1) unstable; urgency=low
+
+  * Initial Release (Closes: #544088)
+
+ -- Alex Launi <alex.launi@gmail.com>  Sun, 18 Oct 2009 19:56:09 -0400
--- tictactoe-ng-0.3.2.1.orig/debian/copyright
+++ tictactoe-ng-0.3.2.1/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Alex Launi <alex.launi@gmail.com> on
+Mon, 24 Aug 2009 17:03:00 -0400.
+
+It was downloaded from <https://launchpad.net/tictactoe>
+
+Upstream Author:
+	Alex Launi (lamalex) <alex.launi@gmail.com>
+
+Copyright:
+
+    <Copyright © 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 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
+   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 © 2009, Alex Launi <alex.launi@gmail.com> and
+   is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
\ No newline at end of file
--- tictactoe-ng-0.3.2.1.orig/debian/tictactoe-ng.manpages
+++ tictactoe-ng-0.3.2.1/debian/tictactoe-ng.manpages
@@ -0,0 +1 @@
+build/tictactoe-ng.1
--- tictactoe-ng-0.3.2.1.orig/debian/tictactoe-ng.links
+++ tictactoe-ng-0.3.2.1/debian/tictactoe-ng.links
@@ -0,0 +1 @@
+/usr/share/tictactoe-ng/tictactoe-ng /usr/games/tictactoe-ng
\ No newline at end of file
--- tictactoe-ng-0.3.2.1.orig/debian/rules
+++ tictactoe-ng-0.3.2.1/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL+= \
+	--install-lib=/usr/share/tictactoe-ng \
+	--install-scripts=/usr/share/tictactoe-ng
+
+install/tictactoe-ng::
+	mv $(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe/tictactoe \
+	$(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe-ng
+	mv $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe.desktop $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe-ng.desktop 
+	sed -i 's/Exec=tictactoe/Exec=tictactoe-ng/' $(CURDIR)/debian/tictactoe-ng/usr/share/applications/tictactoe-ng.desktop
+	install -m 0644 $(CURDIR)/tictactoe.1 $(CURDIR)/build/tictactoe-ng.1
\ No newline at end of file
