Your message dated Thu, 26 Jul 2012 19:06:57 +0100
with message-id <[email protected]>
and subject line Re: Bug#682890: unblock: httpie/0.1.6+20120309git-2.1
has caused the Debian Bug report #682890,
regarding unblock: httpie/0.1.6+20120309git-2.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
682890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682890
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
On Thu, 2012-07-26 at 13:53 -0400, Scott Kitterman wrote:
> 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.
Unblocked; thanks.
Regards,
Adam
--- End Message ---