tags 663506 + patch tags 681316 + patch tags 682076 + patch thanks Dear maintainer,
I've prepared fixes for the three bugs and intent to NMU after getting an OK from the release team (but probably not before the weekend). Please tell me if you have any objections or want to handle it yourself. Regards. 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 <evg...@debian.org> 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. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org