Package: python-mistralclient Version: 1:1.0.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: * d/control: Drop python-nose-exclude from BDs, and add ${sphinxdoc:Depends} to Depends. * d/rules: Run functional tests during build, and skip tests that require tempest. Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.0-26-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
=== removed file '.pc/applied-patches' === modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2015-07-30 14:08:47 +0000 +++ debian/control 2015-08-21 21:54:28 +0000 @@ -1,7 +1,8 @@ Source: python-mistralclient Section: python Priority: extra Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org> Uploaders: Thomas Goirand <z...@debian.org> Build-Depends: debhelper (>= 9), dh-python, @@ -16,7 +17,6 @@ python-keystoneclient (>= 1:1.6.0), python-mock, python-nose, - python-nose-exclude, python-requests (>= 2.5.2), python-tempest-lib (>= 0.4.0), python-testtools (>= 1.4.0), @@ -36,6 +36,7 @@ python-yaml, ${misc:Depends}, ${python:Depends}, + ${sphinxdoc:Depends}, Description: OpenStack Workflow as a Service client - Python 2.x Mistral is a task management service. It is also known as Workflow as a Service. Most business processes consist of multiple distinct interconnected === modified file 'debian/rules' --- debian/rules 2015-05-04 20:11:37 +0000 +++ debian/rules 2015-08-21 21:42:38 +0000 @@ -24,7 +24,7 @@ override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) - nosetests -v --exclude-dir=mistralclient/tests/functional + nosetests -v -I cli_multi_tenancy_tests.py -I cli_tests_v2.py # set -e ; for i in $(PYTHONS) $(PYTHON3S) ; do \ # PYMAJOR=`echo $$i | cut -d'.' -f1` ; \ # echo "===> Testing with python$$i (python$$PYMAJOR)" ; \