This is an automated email from the git hooks/post-receive script. moeller pushed a commit to branch master in repository python-bd2k.
commit 07c19e537922d61a7c6088b086ddf8281095aab4 Author: Steffen Moeller <[email protected]> Date: Sat Jan 14 16:17:32 2017 +0100 Constrained tests to python2 --- debian/changelog | 8 +++++++- debian/patches/series | 1 + debian/rules | 9 +++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63ebaff..e7aa5c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +python-bd2k (1.14~alpha1.37-2) unstable; urgency=medium + + * Python3 package is not installable because of a syntax error + * Activated autotests for python2 only. + + -- Steffen Moeller <[email protected]> Sat, 14 Jan 2017 15:46:12 +0100 + python-bd2k (1.14~alpha1.37-1) unstable; urgency=medium * Initial release (Closes: #851341) - * Python3 package is not installable because of a syntax error -- Steffen Moeller <[email protected]> Fri, 13 Jan 2017 19:31:02 +0100 diff --git a/debian/patches/series b/debian/patches/series index a2e7d41..34b429f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ accept_any_boto.patch change_package_name_to_bd2k.patch setupcfg_pytest_section_name.patch +no_boto_test.patch diff --git a/debian/rules b/debian/rules index 08d122f..a36a7c7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,13 @@ #!/usr/bin/make -f -#export DH_VERBOSE = 1 - +export DH_VERBOSE = 1 export PYBUILD_NAME=bd2k-python-lib export PYBUILD_DESTDIR_python2=debian/python-bd2k/ #export PYBUILD_DESTDIR_python2-dbg=debian/python-bd2k-dbg/ export PYBUILD_DESTDIR_python3=debian/python3-bd2k/ #export PYBUILD_DESTDIR_python3-dbg=debian/python3-bd2k-dbg/ +export PYBUILD_DISABLE_python3=test + %: dh $@ --with python2 --buildsystem=pybuild @@ -24,5 +25,5 @@ override_dh_auto_clean: rm -rf src/bd2k.egg-info .cache .pybuild # boto (for AWS) failed - not followed up for this initial packaging -override_dh_auto_test: - echo "Not testing this time." +#override_dh_auto_test: +# echo "Not testing this time." -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-bd2k.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
