Package: billiard Version: 3.3.0.13-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/rules: Fixup test execution to actually execute tests based on installed python versions. PYVERS just needed populating. Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-2-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
diff -Nru billiard-3.3.0.13/debian/changelog billiard-3.3.0.13/debian/changelog diff -Nru billiard-3.3.0.13/debian/rules billiard-3.3.0.13/debian/rules --- billiard-3.3.0.13/debian/rules 2013-12-18 09:45:57.000000000 +0000 +++ billiard-3.3.0.13/debian/rules 2014-01-13 15:31:28.000000000 +0000 @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +PYVERS := $(shell pyversions -i) + %: dh $@ --with python2,sphinxdoc --buildsystem=python_distutils