Package: python-zaqarclient
Version: 0.1.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS due to missing dependency on openstack-pkg-tools.

As the tarball is generated for git, it lacks to required sdist version info, 
so FTBFS in environments where openstack-pkg-tools is not installed, leaving 
OSLO_VERSION unset.

Thanks for considering the patch.


-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), 
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-20-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-zaqarclient-0.1.0/debian/control python-zaqarclient-0.1.0/debian/control
--- python-zaqarclient-0.1.0/debian/control	2015-02-24 21:25:34.000000000 +0000
+++ python-zaqarclient-0.1.0/debian/control	2015-06-11 17:11:33.000000000 +0100
@@ -5,6 +5,7 @@
 Uploaders: Thomas Goirand <z...@debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
+               openstack-pkg-tools,
                python-all (>= 2.6.6-3~),
                python-setuptools
 Build-Depends-Indep: python-coverage (>= 3.6),
diff -Nru python-zaqarclient-0.1.0/debian/rules python-zaqarclient-0.1.0/debian/rules
--- python-zaqarclient-0.1.0/debian/rules	2015-02-24 21:25:34.000000000 +0000
+++ python-zaqarclient-0.1.0/debian/rules	2015-06-11 17:06:48.000000000 +0100
@@ -4,7 +4,7 @@
 #PYTHON3S:=$(shell py3versions -vr)
 
 UPSTREAM_GIT = git://github.com/openstack/python-zaqarclient.git
--include /usr/share/openstack-pkg-tools/pkgos.make
+include /usr/share/openstack-pkg-tools/pkgos.make
 
 export OSLO_PACKAGE_VERSION=$(VERSION)
 

Reply via email to