tags 681903 + patch
tags 681903 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-melangeclient (versioned as 0.1-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Arik Brauer: Sein Köpferl im Sand
diff -Nru python-melangeclient-0.1/debian/changelog python-melangeclient-0.1/debian/changelog
--- python-melangeclient-0.1/debian/changelog	2012-04-05 17:41:20.000000000 +0200
+++ python-melangeclient-0.1/debian/changelog	2012-08-19 18:46:12.000000000 +0200
@@ -1,3 +1,16 @@
+python-melangeclient (0.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "missing dependency on python-pkg-resources":
+    - add dependency on python-pkg-resources to melange-client
+    - add patch python-melangeclient-namespace.diff and
+    - bump build-dependency on python-all to (>= 2.6.6-14~)
+    Thanks to Jakub Wilk for the bug report and the fixes that I'm
+    putting together here.
+    (Closes: #681903)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 19 Aug 2012 18:43:39 +0200
+
 python-melangeclient (0.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru python-melangeclient-0.1/debian/control python-melangeclient-0.1/debian/control
--- python-melangeclient-0.1/debian/control	2012-04-05 17:37:09.000000000 +0200
+++ python-melangeclient-0.1/debian/control	2012-08-19 18:40:13.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
 Uploaders: Ghe Rivero <ghe.riv...@stackops.com>
-Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~),
+Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-14~),
  python-setuptools
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.6
@@ -25,6 +25,7 @@
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
- python-melangeclient
+ python-melangeclient,
+ python-pkg-resources
 Description: Melange client
  Python melange CLI for interacting with OpenStack melange.
diff -Nru python-melangeclient-0.1/debian/patches/python-melangeclient-namespace.diff python-melangeclient-0.1/debian/patches/python-melangeclient-namespace.diff
--- python-melangeclient-0.1/debian/patches/python-melangeclient-namespace.diff	1970-01-01 01:00:00.000000000 +0100
+++ python-melangeclient-0.1/debian/patches/python-melangeclient-namespace.diff	2012-08-19 18:33:06.000000000 +0200
@@ -0,0 +1,16 @@
+Description: fix "ImportError: No module named melange.client.cli"
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/681903
+Forwarded: no
+Author: Jakub Wilk <jw...@debian.org>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-08-19
+
+--- a/setup.py
++++ b/setup.py
+@@ -54,4 +54,5 @@
+       install_requires=install_requires,
+       entry_points = {"console_scripts": console_scripts},
+       zip_safe=False,
++      namespace_packages=['melange'],
+ )
diff -Nru python-melangeclient-0.1/debian/patches/series python-melangeclient-0.1/debian/patches/series
--- python-melangeclient-0.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ python-melangeclient-0.1/debian/patches/series	2012-08-19 18:28:16.000000000 +0200
@@ -0,0 +1 @@
+python-melangeclient-namespace.diff

Attachment: signature.asc
Description: Digital signature

Reply via email to