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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Jan 19 07:41:49 UTC 2013


    Date: Saturday, January 19, 2013 @ 07:41:48
  Author: eriol-guest
Revision: 23348

debian/control
  - Added python-chardet, python3-chardet to Build-Depends and moved
    them from Recommends to Depends

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

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2013-01-19 07:36:09 UTC (rev 23347)
+++ packages/requests/trunk/debian/changelog	2013-01-19 07:41:48 UTC (rev 23348)
@@ -2,6 +2,9 @@
 
   * New upstream release (Closes: #692602)
     - Thanks to Barry Warsaw for report
+  * debian/control
+    - Added python-chardet, python3-chardet to Build-Depends and moved
+      them from Recommends to Depends
   * debian/patches/01_do-not-use-python-certifi.patch
     - Removed because no longer necessary
   * debian/patches/02_do-not-use-embedded-python-six.patch

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2013-01-19 07:36:09 UTC (rev 23347)
+++ packages/requests/trunk/debian/control	2013-01-19 07:41:48 UTC (rev 23348)
@@ -6,8 +6,10 @@
 Build-Depends:
  debhelper (>= 7.0.50~),
  python-all (>= 2.6.6-3),
+ python-chardet,
  python-six,
  python3-all,
+ python3-chardet,
  python3-six
 Standards-Version: 3.9.3
 X-Python-Version: >= 2.6
@@ -22,9 +24,9 @@
  ${misc:Depends},
  ${python:Depends},
  ca-certificates,
- python-six
+ python-six,
+ python-chardet,
 Recommends:
- python-chardet,
  python-gevent,
  python-oauthlib
 Description: elegant and simple HTTP library for Python, built for human beings
@@ -52,8 +54,7 @@
  ${misc:Depends},
  ${python3:Depends},
  ca-certificates,
- python3-six
-Recommends:
+ python3-six,
  python3-chardet
 Description: elegant and simple HTTP library for Python3, built for human beings
  Requests allow you to send HTTP/1.1 requests. You can add headers, form data,




More information about the Python-modules-commits mailing list