[Python-modules-commits] r16256 - in packages/tweepy/trunk/debian (control tweepyshell.rst)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Mon Mar 28 16:31:07 UTC 2011


    Date: Monday, March 28, 2011 @ 16:31:03
  Author: nomadium-guest
Revision: 16256

* Improve legibility of optional Depends on python-simplejson.
* Small fix in manpage.

Modified:
  packages/tweepy/trunk/debian/control
  packages/tweepy/trunk/debian/tweepyshell.rst

Modified: packages/tweepy/trunk/debian/control
===================================================================
--- packages/tweepy/trunk/debian/control	2011-03-28 16:03:20 UTC (rev 16255)
+++ packages/tweepy/trunk/debian/control	2011-03-28 16:31:03 UTC (rev 16256)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
- python-setuptools, python-sphinx, python-docutils
+ python-docutils, python-setuptools, python-sphinx
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/tweepy/trunk
@@ -13,7 +13,8 @@
 
 Package: python-tweepy
 Architecture: all
-Depends: ${python:Depends}, python-oauth, python-simplejson, ${misc:Depends}
+Depends: python-oauth, python-simplejson | python (>= 2.6), ${misc:Depends},
+ ${python:Depends}
 Suggests: python-tweepy-doc
 Description: Twitter library for Python
  Tweepy is a Twitter and Identi.ca library for Python

Modified: packages/tweepy/trunk/debian/tweepyshell.rst
===================================================================
--- packages/tweepy/trunk/debian/tweepyshell.rst	2011-03-28 16:03:20 UTC (rev 16255)
+++ packages/tweepy/trunk/debian/tweepyshell.rst	2011-03-28 16:31:03 UTC (rev 16256)
@@ -16,7 +16,7 @@
 SYNOPSIS
 ========
 
-  tweepyshell [options] <username> <password>
+tweepyshell [options] <username> <password>
 
 DESCRIPTION
 ===========




More information about the Python-modules-commits mailing list