[Python-apps-commits] r5396 - in packages/pynagram/trunk/debian (3 files)

umang-guest at users.alioth.debian.org umang-guest at users.alioth.debian.org
Mon Jun 14 14:36:11 UTC 2010


    Date: Monday, June 14, 2010 @ 14:35:51
  Author: umang-guest
Revision: 5396

New upstream relase
Modified dependencies to use json

Modified:
  packages/pynagram/trunk/debian/changelog
  packages/pynagram/trunk/debian/control
  packages/pynagram/trunk/debian/pynagram.6

Modified: packages/pynagram/trunk/debian/changelog
===================================================================
--- packages/pynagram/trunk/debian/changelog	2010-06-14 07:16:04 UTC (rev 5395)
+++ packages/pynagram/trunk/debian/changelog	2010-06-14 14:35:51 UTC (rev 5396)
@@ -1,3 +1,16 @@
+pynagram (1.0.0-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+        + Added multiple word list capabilities (LP: #581560)
+        + Fixed About window size as part of GPL licence was hidden
+  * Added python (>=2.6) | python-simplejson to Depends as new upstream
+    requires json from python stdlib or simplejson
+  * Added python-json to Conflicts as it provides a different API under the
+    same name
+  * removed version from pynagram.6 manpage to avoid bumping it every time
+
+ -- Umang Varma <umang.me at gmail.com>  Mon, 14 Jun 2010 19:58:18 +0530
+
 pynagram (0.4.2-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/pynagram/trunk/debian/control
===================================================================
--- packages/pynagram/trunk/debian/control	2010-06-14 07:16:04 UTC (rev 5395)
+++ packages/pynagram/trunk/debian/control	2010-06-14 14:35:51 UTC (rev 5396)
@@ -11,7 +11,8 @@
 
 Package: pynagram
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-qt4
+Depends: ${misc:Depends}, ${python:Depends}, python-qt4, python (>= 2.6) | python-simplejson
+Conflicts: python-json
 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

Modified: packages/pynagram/trunk/debian/pynagram.6
===================================================================
--- packages/pynagram/trunk/debian/pynagram.6	2010-06-14 07:16:04 UTC (rev 5395)
+++ packages/pynagram/trunk/debian/pynagram.6	2010-06-14 14:35:51 UTC (rev 5396)
@@ -1,4 +1,4 @@
-.TH pynagram "6" "February 2010" "version 0.3.4"
+.TH pynagram "6" "June 2010" 
 .SH NAME
 pynagram \- anagram word game
 .SH DESCRIPTION




More information about the Python-apps-commits mailing list