[Python-modules-commits] r25074 - in packages/tweepy/trunk/debian (changelog control)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Thu Jul 4 02:00:27 UTC 2013


    Date: Thursday, July 4, 2013 @ 02:00:24
  Author: nomadium-guest
Revision: 25074

* Fix typo in changelog.
* Add missing Build-Depends on python-oauth.

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

Modified: packages/tweepy/trunk/debian/changelog
===================================================================
--- packages/tweepy/trunk/debian/changelog	2013-07-04 01:58:11 UTC (rev 25073)
+++ packages/tweepy/trunk/debian/changelog	2013-07-04 02:00:24 UTC (rev 25074)
@@ -8,6 +8,7 @@
   * Bump Standards-Version to 3.9.4. No changes were required.
   * Fix wrong paragraph separation in python-tweepy-doc
     description. (Closes: #703091).
+  * Add missing Build-Depends on python-oauth.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
@@ -15,9 +16,9 @@
   [ Ryan Kavanagh ]
   * Move tweepy/oauth.py out of the way during calls to setup.py (i.e., during
     clean and build). This bundled version is out of sync with Debian's copy
-    and was causing build build failures.
+    and was causing build failures.
 
- -- Miguel Landaeta <miguel at miguel.cc>  Sat, 29 Jun 2013 16:41:02 -0300
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 03 Jul 2013 22:18:05 -0300
 
 tweepy (1.7.1-2) unstable; urgency=low
 

Modified: packages/tweepy/trunk/debian/control
===================================================================
--- packages/tweepy/trunk/debian/control	2013-07-04 01:58:11 UTC (rev 25073)
+++ packages/tweepy/trunk/debian/control	2013-07-04 02:00:24 UTC (rev 25074)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
- python-docutils, python-setuptools, python-sphinx
+ python-docutils, python-setuptools, python-sphinx, python-oauth
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.4
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/tweepy/trunk/




More information about the Python-modules-commits mailing list