Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package httpie Fixes bugs 663506 681316 682076. One is RC and the other two are important for maintainability and usability of the package with trivial diffs and no risk of regression. unblock httpie/0.1.6+20120309git-2.1
diff -Nru httpie-0.1.6+20120309git/debian/changelog httpie-0.1.6+20120309git/debian/changelog --- httpie-0.1.6+20120309git/debian/changelog 2012-03-24 13:09:23.000000000 -0400 +++ httpie-0.1.6+20120309git/debian/changelog 2012-07-26 13:38:00.000000000 -0400 @@ -1,3 +1,20 @@ +httpie (0.1.6+20120309git-2.1) unstable; urgency=low + + [ Evgeni Golov ] + * Non-maintainer upload. + * Add python-pkg-resources to Depends + Closes: #681316 + * Add explicit Depends on python-requests (>= 0.10.4), not only + Build-Depends. + Closes: #663506 + * Add *.egg-info to debian/clean, to fix FTBFS twice in a row. + Closes: #682076 + + [ Scott Kitterman ] + * Dropped unneeded revision from python-requests depends + + -- Scott Kitterman <[email protected]> Thu, 26 Jul 2012 13:37:28 -0400 + httpie (0.1.6+20120309git-2) unstable; urgency=low * Depends on exact version of python-requests (Closes: #663506) diff -Nru httpie-0.1.6+20120309git/debian/clean httpie-0.1.6+20120309git/debian/clean --- httpie-0.1.6+20120309git/debian/clean 1969-12-31 19:00:00.000000000 -0500 +++ httpie-0.1.6+20120309git/debian/clean 2012-07-26 13:35:45.000000000 -0400 @@ -0,0 +1 @@ +*.egg-info/* diff -Nru httpie-0.1.6+20120309git/debian/control httpie-0.1.6+20120309git/debian/control --- httpie-0.1.6+20120309git/debian/control 2012-03-24 13:09:55.000000000 -0400 +++ httpie-0.1.6+20120309git/debian/control 2012-07-26 13:38:26.000000000 -0400 @@ -2,13 +2,13 @@ Section: web Priority: extra Maintainer: Bartosz Fenski <[email protected]> -Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-pygments, python-requests (>= 0.10.4-1), python-argparse, python-pkg-resources, python-all +Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-pygments, python-requests (>= 0.10.4), python-argparse, python-pkg-resources, python-all Standards-Version: 3.9.2 Homepage: http://httpie.org Package: httpie Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-requests (>= 0.10.4) Description: CLI, cURL-like tool for humans HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based services as human-friendly as possible.

