[Python-modules-commits] r21483 - in packages/python-cobe/trunk/debian (control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed May 2 00:40:05 UTC 2012
Date: Wednesday, May 2, 2012 @ 00:40:00
Author: eriol-guest
Revision: 21483
Tightened B-D and D fields
Modified:
packages/python-cobe/trunk/debian/control
Modified: packages/python-cobe/trunk/debian/control
===================================================================
--- packages/python-cobe/trunk/debian/control 2012-05-01 23:11:26 UTC (rev 21482)
+++ packages/python-cobe/trunk/debian/control 2012-05-02 00:40:00 UTC (rev 21483)
@@ -6,7 +6,7 @@
Build-Depends:
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3),
- python-coverage,
+ python-coverage (>= 3.4),
python-nose,
python-setuptools (>= 0.6b3)
Standards-Version: 3.9.3
@@ -20,10 +20,10 @@
Depends:
${misc:Depends},
${python:Depends},
- python (>= 2.7.3~rc2) | python-argparse (>= 1.1),
- python-irclib,
+ python (>= 2.7.3~rc2-1) | python-argparse (>= 1.1),
+ python-irclib (>= 0.4.6),
python-pkg-resources,
- python-stemmer
+ python-stemmer (>= 1.2)
Description: Markov chain based text generator library and chatbot
Cobe is a Markov chain based text generator. It provides a command line
learning/replying interface, an IRC client, and a low-level API for
More information about the Python-modules-commits
mailing list