[Python-modules-commits] r20524 - in packages/requests/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Feb 21 19:17:28 UTC 2012


    Date: Tuesday, February 21, 2012 @ 19:17:24
  Author: piotr
Revision: 20524

Fix typo in python3-requests' ${python3:Depends}

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

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2012-02-21 13:42:38 UTC (rev 20523)
+++ packages/requests/trunk/debian/changelog	2012-02-21 19:17:24 UTC (rev 20524)
@@ -1,3 +1,9 @@
+requests (0.10.1-2) UNRELEASED; urgency=low
+
+  * Fix typo in python3-requests' ${python3:Depends}
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 21 Feb 2012 20:10:52 +0100
+
 requests (0.10.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2012-02-21 13:42:38 UTC (rev 20523)
+++ packages/requests/trunk/debian/control	2012-02-21 19:17:24 UTC (rev 20524)
@@ -48,7 +48,7 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
  ca-certificates
 Description: elegant and simple HTTP library for Python3, built for human beings
  Requests allow you to send GET, HEAD, PUT, POST, and DELETE




More information about the Python-modules-commits mailing list