[Python-apps-commits] r5805 - in packages/canto/trunk/debian (changelog control)

vlegout-guest at users.alioth.debian.org vlegout-guest at users.alioth.debian.org
Thu Jul 8 12:17:31 UTC 2010


    Date: Thursday, July 8, 2010 @ 12:17:24
  Author: vlegout-guest
Revision: 5805

Depend on python (>= 2.6) instead of python2.6

Modified:
  packages/canto/trunk/debian/changelog
  packages/canto/trunk/debian/control

Modified: packages/canto/trunk/debian/changelog
===================================================================
--- packages/canto/trunk/debian/changelog	2010-07-08 11:46:50 UTC (rev 5804)
+++ packages/canto/trunk/debian/changelog	2010-07-08 12:17:24 UTC (rev 5805)
@@ -7,6 +7,7 @@
   * debian/control:
     - Update Standards-Version to 3.9.0
     - Update Vcs-* fields
+    - Depend on python (>= 2.6) instead of python2.6
   * debian/copyright: Updated, use DEP5
   * debian/clean: Added
 

Modified: packages/canto/trunk/debian/control
===================================================================
--- packages/canto/trunk/debian/control	2010-07-08 11:46:50 UTC (rev 5804)
+++ packages/canto/trunk/debian/control	2010-07-08 12:17:24 UTC (rev 5805)
@@ -13,7 +13,7 @@
 Architecture: any
 Depends:
  ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-chardet, python-feedparser,
- python2.6 | python-multiprocessing
+ python (>= 2.6) | python-multiprocessing
 Description: flexible ncurses Atom/RSS newsreader for the console
  Canto is an Atom/RSS feed reader for the console that is meant to be quick,
  concise, and colorful. It provides a minimal, yet information packed interface




More information about the Python-apps-commits mailing list