[Python-apps-commits] r768 - in packages/phenny/trunk/debian	(control)
    nslater-guest at users.alioth.debian.org 
    nslater-guest at users.alioth.debian.org
       
    Thu Mar  6 00:31:39 UTC 2008
    
    
  
    Date: Thursday, March 6, 2008 @ 00:31:37
  Author: nslater-guest
Revision: 768
Altered python dependancies
Modified:
  packages/phenny/trunk/debian/control
Modified: packages/phenny/trunk/debian/control
===================================================================
--- packages/phenny/trunk/debian/control	2008-03-05 21:01:16 UTC (rev 767)
+++ packages/phenny/trunk/debian/control	2008-03-06 00:31:37 UTC (rev 768)
@@ -4,15 +4,15 @@
 Maintainer: Noah Slater <nslater at bytesexual.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Standards-Version: 3.7.3
-Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2)
-Build-Depends-Indep: help2man, python-support (>= 0.6.4), python
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python (>= 2.5) | python2.5
+Build-Depends-Indep: help2man, python-support (>= 0.6.4)
 Homepage: http://inamidst.com/phenny/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/phenny/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/phenny/trunk/?op=log
 
 Package: phenny
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5) | python2.5
 Description: extensible IRC bot written in Python
  Phenny is a lightweight IRC bot with the usual facilities that one expects such
  as a Wordnet interface and thesaurus lookups. Modularly extensible with Python
    
    
More information about the Python-apps-commits
mailing list