[Python-apps-commits] r4683 - in packages/pynagram/trunk/debian (6 files)

umang-guest at users.alioth.debian.org umang-guest at users.alioth.debian.org
Fri Feb 5 15:27:35 UTC 2010


    Date: Friday, February 5, 2010 @ 15:27:30
  Author: umang-guest
Revision: 4683

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pynagram/trunk/debian/watch
Modified:
  packages/pynagram/trunk/debian/changelog
  packages/pynagram/trunk/debian/control
  packages/pynagram/trunk/debian/copyright
  packages/pynagram/trunk/debian/pyversions
  packages/pynagram/trunk/debian/rules

Modified: packages/pynagram/trunk/debian/changelog
===================================================================
--- packages/pynagram/trunk/debian/changelog	2010-02-05 15:25:36 UTC (rev 4682)
+++ packages/pynagram/trunk/debian/changelog	2010-02-05 15:27:30 UTC (rev 4683)
@@ -1,11 +1,5 @@
-pynagram (0.3.4-1) unstable; urgency=low
+pynagram (0.3.4-2) unstable; urgency=low
 
-  * New upstream relase - 0.3.4
+  * Initial release (Closes: Bug #563920)
 
- -- Umang Varma <umang.me at gmail.com>  Wed, 03 Feb 2010 20:56:18 +0530
-
-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
+ -- Umang Varma <umang.me at gmail.com>  Fri, 05 Feb 2010 07:47:28 +0530

Modified: packages/pynagram/trunk/debian/control
===================================================================
--- packages/pynagram/trunk/debian/control	2010-02-05 15:25:36 UTC (rev 4682)
+++ packages/pynagram/trunk/debian/control	2010-02-05 15:27:30 UTC (rev 4683)
@@ -3,16 +3,19 @@
 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 (>= 2.4)
-Standards-Version: 3.8.3
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-support (>= 1.0), python (>= 2.4)
+Standards-Version: 3.8.4
 Homepage: https://launchpad.net/pynagram
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pynagram/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pynagram/trunk/
 
 Package: pynagram
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}, ${python:Depends}, python-qt4
-Description: simple anagram game
- Unjumble as many words as you can from seven jumbled letters. Find the longest
- word to qualify.
+Description: anagram word game
+ Pynagram is a simple word game in which the player is presented with seven
+ letters in a random order. Every word that is "solved" from the jumbled letters
+ earns the player points. If the player solves one or more seven letter words,
+ the score is carried over into the next game.
  .
- Pynagram was inspired from Anagramaram.
+ Pynagram was inspired from Anagramarama.

Modified: packages/pynagram/trunk/debian/copyright
===================================================================
--- packages/pynagram/trunk/debian/copyright	2010-02-05 15:25:36 UTC (rev 4682)
+++ packages/pynagram/trunk/debian/copyright	2010-02-05 15:27:30 UTC (rev 4683)
@@ -30,15 +30,17 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2009 Umang <umang.me at gmail.com>
+    Copyright (C) 2009, 2010 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):
+upto level 55. Many words from the list have also been deleted, such as words
+longer than seven letters, proper nouns, words with apostrophes, etc. 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 /usr/share/doc/pynagram/wordlist-README):
 
   Copyright 2000-2004 by Kevin Atkinson
 

Modified: packages/pynagram/trunk/debian/pyversions
===================================================================
--- packages/pynagram/trunk/debian/pyversions	2010-02-05 15:25:36 UTC (rev 4682)
+++ packages/pynagram/trunk/debian/pyversions	2010-02-05 15:27:30 UTC (rev 4683)
@@ -1 +1 @@
-2.4-
+2.4-2.6

Modified: packages/pynagram/trunk/debian/rules
===================================================================
--- packages/pynagram/trunk/debian/rules	2010-02-05 15:25:36 UTC (rev 4682)
+++ packages/pynagram/trunk/debian/rules	2010-02-05 15:27:30 UTC (rev 4683)
@@ -10,3 +10,6 @@
 
 binary-post-install/pynagram::
 	mv debian/pynagram/usr/bin/pynagram debian/pynagram/usr/games/
+	rm debian/pynagram/usr/bin/ -R
+	rm debian/pynagram/usr/share/pynagram/README
+	mv debian/pynagram/usr/share/pynagram/wordlist-README debian/pynagram/usr/share/doc/pynagram/wordlist-README  

Added: packages/pynagram/trunk/debian/watch
===================================================================
--- packages/pynagram/trunk/debian/watch	                        (rev 0)
+++ packages/pynagram/trunk/debian/watch	2010-02-05 15:27:30 UTC (rev 4683)
@@ -0,0 +1,3 @@
+version=3
+
+https://launchpad.net/pynagram/+download http://launchpad.net/pynagram/.*/pynagram-([0-9\.]*)\.tar\.gz




More information about the Python-apps-commits mailing list