On Thursday, July 26, 2012 12:45:47 PM Evgeni Golov wrote:
> Go ahead. I'm on vacation and cannot upload anything until next monday
> anyways (i hoped to get OK from release team before leaving, but didnt, the
> guys seem busy ;))

OK.  Uploading.  The only change I made was to drop the -1 revisions from the 
python-requests build-dep/depends since they aren't needed/cause lintian to 
whine.

NMU diff attached.

Scott K
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 <sc...@kitterman.com>  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 <fe...@debian.org>
-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.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to