This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository python-fitbit.
commit e9e9733c8b54c107ac0ce72e5c19d39698a49cd1 Author: Dylan Aïssi <[email protected]> Date: Sun Feb 4 16:27:45 2018 +0100 Build new package python3-fitbit (Python 3) --- debian/changelog | 1 + debian/control | 27 +++++++++++++++++++++++++-- debian/rules | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dadb3dc..47e084e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-fitbit (0.3.0-2) UNRELEASED; urgency=medium * Move documentation into a new package python-fitbit-doc. * Bump Standards-Version: 4.1.3 (no changes needed). * Update debhelper compat to 11. + * Build new package python3-fitbit (Python 3). -- Dylan Aïssi <[email protected]> Sun, 04 Feb 2018 15:55:33 +0100 diff --git a/debian/control b/debian/control index 1f4876d..8c777e4 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,22 @@ Build-Depends: debhelper (>= 11~), python-requests-oauthlib (>= 0.7), python-dateutil, python-mock, - python-sphinx, python-docutils, python-nose, python-coverage, python-freezegun (>= 0.3.8), - python-requests-mock (>= 1.2.0) + python-requests-mock (>= 1.2.0), + python3, + python3-setuptools, + python3-requests-oauthlib (>= 0.7), + python3-dateutil, + python3-mock, + python3-sphinx, + python3-docutils, + python3-nose, + python3-coverage, + python3-freezegun (>= 0.3.8), + python3-requests-mock (>= 1.2.0) Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fitbit.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-fitbit.git @@ -34,6 +44,19 @@ Description: FitBit REST API Client Implementation - Python 2 . This package contains the Python 2 module. +Package: python3-fitbit +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-dateutil, + python3-requests-oauthlib +Description: FitBit REST API Client Implementation - Python 3 + A Python module containing an implementation of a client for the FitBit + REST API. It uses OAuth for authentication, it supports both US and SI + units. + . + This package contains the Python 3 module. + Package: python-fitbit-doc Section: doc Architecture: all diff --git a/debian/rules b/debian/rules index e057c81..04526c6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=fitbit %: - dh $@ --with python2,sphinxdoc --buildsystem=pybuild + dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
