Dear release team, I'd like to NMU httpie with the debdiff below and would like to get a ACK before the upload, as it contains fixes for non-RC bugs too (the request dependecy tightness).
Regards Evgeni 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 18:09:23.000000000 +0100 +++ httpie-0.1.6+20120309git/debian/changelog 2012-07-19 15:58:44.000000000 +0200 @@ -1,3 +1,16 @@ +httpie (0.1.6+20120309git-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Add python-pkg-resources to Depends + Closes: #681316 + * Add explicit Depends on python-requests (>= 0.10.4-1), not only + Build-Depends. + Closes: #663506 + * Add *.egg-info to debian/clean, to fix FTBFS twice in a row. + Closes: #682076 + + -- Evgeni Golov <[email protected]> Thu, 19 Jul 2012 13:31:13 +0200 + 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 1970-01-01 01:00:00.000000000 +0100 +++ httpie-0.1.6+20120309git/debian/clean 2012-07-19 14:10:02.000000000 +0200 @@ -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 18:09:55.000000000 +0100 +++ httpie-0.1.6+20120309git/debian/control 2012-07-19 13:34:08.000000000 +0200 @@ -8,7 +8,7 @@ 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-1) 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. -- Bruce Schneier can read and understand Perl programs. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

