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 10ea74e41d62712f45585499d38a75cfb78dec0b Author: Dylan Aïssi <[email protected]> Date: Wed Dec 7 23:37:42 2016 +0100 Update debhelper compat to 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d8dd65b..28b1ace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-fitbit (0.2.4-1) UNRELEASED; urgency=medium * Update d/copyright. * Remove obsolete X-Python-Version field. * Update watch file to v4. + * Update debhelper compat to 10. -- Dylan Aïssi <[email protected]> Wed, 07 Dec 2016 23:12:44 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index a7edb1d..721bdd7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Dylan Aïssi <[email protected]> Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-python, python, python-setuptools, -- 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
