Bug#823071: [PKG-Openstack-devel] Bug#823071: python-pbr: diff for NMU version 1.8.0-4.1

2016-05-08 Thread Thomas Goirand
On 05/06/2016 11:50 PM, Stefano Rivera wrote:
> Control: tags 823071 + patch
> Control: tags 823071 + pending
> 
> Dear maintainer,
> 
> I've prepared an NMU for python-pbr (versioned as 1.8.0-4.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.
> 
> Regards.

Hi Stefano,

For this kind of issue (and for any issue in general if you know what
you're doing), I don't mind non-delayed NMUs. In this case, I missed
this bug because I was in the OpenStack summit, then got sick for a
week. Anyway, feel free to re-upload again now in the non-delayed queue.

Cheers,

Thomas Goirand (zigo)



Bug#823071: python-pbr: diff for NMU version 1.8.0-4.1

2016-05-06 Thread Stefano Rivera
Control: tags 823071 + patch
Control: tags 823071 + pending

Dear maintainer,

I've prepared an NMU for python-pbr (versioned as 1.8.0-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru python-pbr-1.8.0/debian/changelog python-pbr-1.8.0/debian/changelog
--- python-pbr-1.8.0/debian/changelog	2015-10-24 01:36:49.0 +0200
+++ python-pbr-1.8.0/debian/changelog	2016-05-06 23:41:16.0 +0200
@@ -1,3 +1,10 @@
+python-pbr (1.8.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on python{3,}-pkg-resources (Closes: #823071)
+
+ -- Stefano Rivera   Fri, 06 May 2016 23:41:16 +0200
+
 python-pbr (1.8.0-4) unstable; urgency=medium
 
   * override_dh_python3 to fix Py3 shebang.
diff -Nru python-pbr-1.8.0/debian/control python-pbr-1.8.0/debian/control
--- python-pbr-1.8.0/debian/control	2015-10-24 01:36:49.0 +0200
+++ python-pbr-1.8.0/debian/control	2016-05-06 23:39:46.0 +0200
@@ -45,7 +45,8 @@
 
 Package: python-pbr
 Architecture: all
-Depends: python-six (>= 1.9.0),
+Depends: python-pkg-resources,
+ python-six (>= 1.9.0),
  ${misc:Depends},
  ${python:Depends},
 Recommends: ${python:Recommends},
@@ -74,7 +75,8 @@
 
 Package: python3-pbr
 Architecture: all
-Depends: python3-six (>= 1.9.0),
+Depends: python3-pkg-resources,
+ python3-six (>= 1.9.0),
  ${misc:Depends},
  ${python3:Depends},
 Recommends: ${python3:Recommends},