[Python-apps-commits] r4557 - in packages/pynagram/trunk (14 files)

umang-guest at users.alioth.debian.org umang-guest at users.alioth.debian.org
Thu Jan 21 02:07:00 UTC 2010


    Date: Thursday, January 21, 2010 @ 02:06:34
  Author: umang-guest
Revision: 4557

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pynagram/trunk/debian/
  packages/pynagram/trunk/debian/changelog
  packages/pynagram/trunk/debian/compat
  packages/pynagram/trunk/debian/control
  packages/pynagram/trunk/debian/copyright
  packages/pynagram/trunk/debian/dirs
  packages/pynagram/trunk/debian/install
  packages/pynagram/trunk/debian/menu
  packages/pynagram/trunk/debian/pycompat
  packages/pynagram/trunk/debian/pynagram.6
  packages/pynagram/trunk/debian/pynagram.desktop
  packages/pynagram/trunk/debian/pynagram.manpages
  packages/pynagram/trunk/debian/pyversions
  packages/pynagram/trunk/debian/rules


Property changes on: packages/pynagram/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pynagram/trunk/debian/changelog
===================================================================
--- packages/pynagram/trunk/debian/changelog	                        (rev 0)
+++ packages/pynagram/trunk/debian/changelog	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,5 @@
+pynagram (0.3.3-1) unstable; urgency=low
+
+  * Initial release (Closes Bug#563920)
+
+ -- Umang Varma <umang.me at gmail.com>  Thu, 21 Jan 2010 07:14:12 +0530

Added: packages/pynagram/trunk/debian/compat
===================================================================
--- packages/pynagram/trunk/debian/compat	                        (rev 0)
+++ packages/pynagram/trunk/debian/compat	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1 @@
+7

Added: packages/pynagram/trunk/debian/control
===================================================================
--- packages/pynagram/trunk/debian/control	                        (rev 0)
+++ packages/pynagram/trunk/debian/control	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,18 @@
+Source: pynagram
+Section: games
+Priority: optional
+Maintainer: Umang Varma <umang.me at gmail.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-support (>= 1.0), python-all-dev (>= 2.3.5-11)
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/pynagram
+
+Package: pynagram
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}, python-qt4
+Description: A simple anagram game
+ Unjumble as many words as you can from seven jumbled letters. Find the longest
+ word to qualify.
+ .
+ Pynagram was inspired from Anagramaram.

Added: packages/pynagram/trunk/debian/copyright
===================================================================
--- packages/pynagram/trunk/debian/copyright	                        (rev 0)
+++ packages/pynagram/trunk/debian/copyright	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,52 @@
+This package was debianized by:
+
+    Umang Varma <umang.me at gmail.com> on Fri, 11 Dec 2009 16:25:33 +0530
+
+It was downloaded from:
+
+    http://launchpad.net/pynagram/
+
+Copyright:
+
+    Copyright (C) 2009, 2010 Umang Varma
+
+License:
+
+    This program 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 of the License, or
+    (at your option) any later version.
+
+    This package 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Umang <umang.me at gmail.com>
+
+and is licensed under the GPL version 3, see above.
+
+Pynagram includes a word list which has been compiled using the SCOWL word
+list. The word list contains words from the english-words category 
+upto level 55. The following copyright notice applies to the word list,
+as mentioned in the original package's README file 
+(a copy of which is provided in this folder as wordlist-README):
+
+  Copyright 2000-2004 by Kevin Atkinson
+
+  Permission to use, copy, modify, distribute and sell these word
+  lists, the associated scripts, the output created from the scripts,
+  and its documentation for any purpose is hereby granted without fee,
+  provided that the above copyright notice appears in all copies and
+  that both that copyright notice and this permission notice appear in
+  supporting documentation. Kevin Atkinson makes no representations
+  about the suitability of this array for any purpose. It is provided
+  "as is" without express or implied warranty.

Added: packages/pynagram/trunk/debian/dirs
===================================================================
--- packages/pynagram/trunk/debian/dirs	                        (rev 0)
+++ packages/pynagram/trunk/debian/dirs	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1 @@
+/usr/games

Added: packages/pynagram/trunk/debian/install
===================================================================
--- packages/pynagram/trunk/debian/install	                        (rev 0)
+++ packages/pynagram/trunk/debian/install	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,3 @@
+debian/pynagram.desktop /usr/share/applications
+icons/hicolor/* /usr/share/icons/hicolor
+icons/pixmaps/* /usr/share/pixmaps

Added: packages/pynagram/trunk/debian/menu
===================================================================
--- packages/pynagram/trunk/debian/menu	                        (rev 0)
+++ packages/pynagram/trunk/debian/menu	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,3 @@
+?package(pynagram):needs="X11" section="Games/Puzzles"\
+  title="Pynagram" command="/usr/games/pynagram"\
+  icon="/usr/share/pixmaps/pynagram.xpm"

Added: packages/pynagram/trunk/debian/pycompat
===================================================================
--- packages/pynagram/trunk/debian/pycompat	                        (rev 0)
+++ packages/pynagram/trunk/debian/pycompat	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1 @@
+2

Added: packages/pynagram/trunk/debian/pynagram.6
===================================================================
--- packages/pynagram/trunk/debian/pynagram.6	                        (rev 0)
+++ packages/pynagram/trunk/debian/pynagram.6	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,22 @@
+.TH pynagram "6" "January 2010" "version 0.3.3"
+.SH NAME
+pynagram \- A simple anagram game
+.SH DESCRIPTION
+Unjumble as many words as you can from seven jumbled letters. Find the longest
+word to qualify.
+.PP
+Pynagram was inspired from Anagramaram.
+.SH COPYRIGHT
+Pynagram 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 of the License, or
+(at your option) any later version.
+
+Pynagram 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 Pynagram. If not, see <http://www.gnu.org/licenses/>.
+

Added: packages/pynagram/trunk/debian/pynagram.desktop
===================================================================
--- packages/pynagram/trunk/debian/pynagram.desktop	                        (rev 0)
+++ packages/pynagram/trunk/debian/pynagram.desktop	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Pynagram
+GenericName=Anagram game
+Comment=Unjumble letters
+Exec=/usr/games/pynagram
+Icon=pynagram
+Terminal=false
+Categories=Qt;Game;LogicGame;

Added: packages/pynagram/trunk/debian/pynagram.manpages
===================================================================
--- packages/pynagram/trunk/debian/pynagram.manpages	                        (rev 0)
+++ packages/pynagram/trunk/debian/pynagram.manpages	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1 @@
+debian/pynagram.6

Added: packages/pynagram/trunk/debian/pyversions
===================================================================
--- packages/pynagram/trunk/debian/pyversions	                        (rev 0)
+++ packages/pynagram/trunk/debian/pyversions	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1 @@
+2.4-

Added: packages/pynagram/trunk/debian/rules
===================================================================
--- packages/pynagram/trunk/debian/rules	                        (rev 0)
+++ packages/pynagram/trunk/debian/rules	2010-01-21 02:06:34 UTC (rev 4557)
@@ -0,0 +1,12 @@
+#!/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
+
+
+# Add here any variable or target overrides you need.
+
+binary-post-install/pynagram::
+	mv debian/pynagram/usr/bin/pynagram debian/pynagram/usr/games/


Property changes on: packages/pynagram/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list