This is an automated email from the git hooks/post-receive script. irl-guest pushed a commit to branch master in repository python-fitbit.
commit 28d25305bb8449fad39c0c11950ece18e99dc322 Author: Iain R. Learmonth <[email protected]> Date: Tue Jun 3 18:50:38 2014 +0100 Updated dependancies in d/control and d/changelog --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 05330d1..3a47d4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-fitbit (0.1.0-1) UNRELEASED; urgency=medium + + * Updated for upstream release 0.1.0. + + -- Iain R. Learmonth <[email protected]> Tue, 03 Jun 2014 18:48:35 +0100 + python-fitbit (0.0.3-2) unstable; urgency=medium * Updated for upstream release 0.0.3. diff --git a/debian/control b/debian/control index 87753c9..6881e1a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, Iain R. Learmonth <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools, python-requests-oauthlib, python-oauth2, python-requests, python-dateutil, python-mock, python-sphinx (>= 1.0.7+dfsg-1~) , python-docutils +Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools, python-requests-oauthlib, python-dateutil, python-mock, python-sphinx (>= 1.0.7+dfsg-1~) , python-docutils, python-tox, python-coverage Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-fitbit.git Vcs-Git: git://anonscm.debian.org/debian-med/python-fitbit.git @@ -12,7 +12,7 @@ X-Python-Version: >= 2.6 Package: python-fitbit Architecture: all -Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, libjs-jquery, libjs-underscore +Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, libjs-jquery, libjs-underscore, python-dateutil, python-requests-oauthlib Description: FitBit REST API Client Implementation 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 -- 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
