[Python-apps-commits] r4713 - in packages/pynagram/trunk/debian (5 files)

umang-guest at users.alioth.debian.org umang-guest at users.alioth.debian.org
Tue Feb 9 02:06:51 UTC 2010


    Date: Tuesday, February 9, 2010 @ 02:06:36
  Author: umang-guest
Revision: 4713

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pynagram/trunk/debian/pynagram.links
Modified:
  packages/pynagram/trunk/debian/changelog
  packages/pynagram/trunk/debian/pynagram.6
  packages/pynagram/trunk/debian/pyversions
  packages/pynagram/trunk/debian/rules

Modified: packages/pynagram/trunk/debian/changelog
===================================================================
--- packages/pynagram/trunk/debian/changelog	2010-02-08 23:17:41 UTC (rev 4712)
+++ packages/pynagram/trunk/debian/changelog	2010-02-09 02:06:36 UTC (rev 4713)
@@ -1,5 +1,5 @@
-pynagram (0.3.4-1) unstable; urgency=low
+pynagram (0.3.4-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: Bug#563920)
 
- -- Umang Varma <umang.me at gmail.com>  Mon, 08 Feb 2010 20:53:44 +0530
+ -- Umang Varma <umang.me at gmail.com>  Tue, 09 Feb 2010 06:42:15 +0530

Modified: packages/pynagram/trunk/debian/pynagram.6
===================================================================
--- packages/pynagram/trunk/debian/pynagram.6	2010-02-08 23:17:41 UTC (rev 4712)
+++ packages/pynagram/trunk/debian/pynagram.6	2010-02-09 02:06:36 UTC (rev 4713)
@@ -1,9 +1,11 @@
 .TH pynagram "6" "February 2010" "version 0.3.4"
 .SH NAME
-pynagram \- A simple anagram game
+pynagram \- anagram word game
 .SH DESCRIPTION
-Unjumble as many words as you can from seven jumbled letters. Find the longest
-word to qualify.
+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.
 .PP
 Pynagram was inspired from Anagramaram.
 .SH COPYRIGHT
@@ -11,12 +13,12 @@
 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.
-
+.PP
 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.
-
+.PP
 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.links
===================================================================
--- packages/pynagram/trunk/debian/pynagram.links	                        (rev 0)
+++ packages/pynagram/trunk/debian/pynagram.links	2010-02-09 02:06:36 UTC (rev 4713)
@@ -0,0 +1 @@
+usr/share/pynagram/main usr/games/pynagram

Modified: packages/pynagram/trunk/debian/pyversions
===================================================================
--- packages/pynagram/trunk/debian/pyversions	2010-02-08 23:17:41 UTC (rev 4712)
+++ packages/pynagram/trunk/debian/pyversions	2010-02-09 02:06:36 UTC (rev 4713)
@@ -1 +1 @@
-2.4-2.6
+2.4-

Modified: packages/pynagram/trunk/debian/rules
===================================================================
--- packages/pynagram/trunk/debian/rules	2010-02-08 23:17:41 UTC (rev 4712)
+++ packages/pynagram/trunk/debian/rules	2010-02-09 02:06:36 UTC (rev 4713)
@@ -4,12 +4,8 @@
 	dh $@
 
 override_dh_install:
-	dh_install 
-	rm debian/pynagram/usr/share/pynagram/wordlist/README
+	dh_install --exclude="wordlist/README"
 	mv debian/pynagram/usr/games/pynagram debian/pynagram/usr/share/pynagram/main
-	dh_link usr/share/pynagram/main usr/games/pynagram
-	dh_pysupport
-
 	
 override_dh_auto_build:
 	




More information about the Python-apps-commits mailing list