[Python-apps-commits] r6456 - in packages/ibid/trunk/debian (control)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Jan 3 17:32:17 UTC 2011


    Date: Monday, January 3, 2011 @ 17:32:10
  Author: stefanor-guest
Revision: 6456

Wrap debian/control after every dependency

Modified:
  packages/ibid/trunk/debian/control

Modified: packages/ibid/trunk/debian/control
===================================================================
--- packages/ibid/trunk/debian/control	2011-01-03 17:29:38 UTC (rev 6455)
+++ packages/ibid/trunk/debian/control	2011-01-03 17:32:10 UTC (rev 6456)
@@ -3,11 +3,23 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7.0.50~), python-central (>= 0.6.7~),
- python-all, python-beautifulsoup, python-configobj (>= 4.7), python-dateutil,
- python-html5lib, python-jinja, python-pkg-resources, python-setuptools,
- python-simplejson, python-soappy, python-sphinx, python-sqlalchemy (>= 0.5),
- python-twisted-core, python-twisted-web
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all,
+ python-beautifulsoup,
+ python-central (>= 0.6.7~),
+ python-configobj (>= 4.7),
+ python-dateutil,
+ python-html5lib,
+ python-jinja,
+ python-pkg-resources,
+ python-setuptools,
+ python-simplejson,
+ python-soappy,
+ python-sphinx,
+ python-sqlalchemy (>= 0.5),
+ python-twisted-core,
+ python-twisted-web
 Standards-Version: 3.8.4
 Homepage: http://ibid.omnia.za.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/ibid/trunk/
@@ -17,19 +29,56 @@
 Package: ibid
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends},
- libjs-jquery, python (>= 2.6) | python-simplejson, python-beautifulsoup,
- python-chardet, python-configobj (>= 4.7), python-dateutil, python-html5lib,
- python-jinja, python-pkg-resources,
- python-pysqlite2 | python-mysqldb | python-psycopg2, python-soappy,
- python-sqlalchemy (>= 0.5), python-twisted-core, python-twisted-web,
- python-twisted-words, python-zope.interface | python-zopeinterface
-Recommends: fortune, ipcalc, iputils-ping, iputils-tracepath, man-db,
- python-dictclient, python-dnspython, python-feedparser, python-html2text,
- python-imdbpy, python-twisted-mail, python-wokkel (>= 0.6.3), units
-Suggests: apt-file, aptitude, bc, bzr, caca-utils, dictd, nmap, python-aalib,
- python-dbus, python-imaging, python-matplotlib, python-numpy, python-objgraph,
- python-pyfiglet, python-silc, python-svn
+Depends:
+ libjs-jquery,
+ python (>= 2.6) | python-simplejson,
+ python-beautifulsoup,
+ python-chardet,
+ python-configobj (>= 4.7),
+ python-dateutil,
+ python-html5lib,
+ python-jinja,
+ python-pkg-resources,
+ python-pysqlite2 | python-mysqldb | python-psycopg2,
+ python-soappy,
+ python-sqlalchemy (>= 0.5),
+ python-twisted-core,
+ python-twisted-web,
+ python-twisted-words,
+ python-zope.interface | python-zopeinterface,
+ ${misc:Depends},
+ ${python:Depends}
+Recommends:
+ fortune,
+ ipcalc,
+ iputils-ping,
+ iputils-tracepath,
+ man-db,
+ python-dictclient,
+ python-dnspython,
+ python-feedparser,
+ python-html2text,
+ python-imdbpy,
+ python-twisted-mail,
+ python-wokkel (>= 0.6.3),
+ units
+Suggests:
+ apt-file,
+ aptitude,
+ bc,
+ bzr,
+ caca-utils,
+ dictd,
+ nmap,
+ python-aalib,
+ python-dbus,
+ python-imaging,
+ python-matplotlib,
+ python-numpy,
+ python-objgraph,
+ python-pyfiglet,
+ python-silc,
+ python-svn
 Description: easily extensible Python IM bot for IRC, Jabber, SILC, campfire, etc.
  Ibid is a multi-protocol, general purpose, instant messaging chat bot written
  in Python. It aims for a naturalistic interface rather than strict-syntax




More information about the Python-apps-commits mailing list