[med-svn] [python-fitbit] 03/05: Updates to d/changelog and d/control.
Iain Learmonth
irl-guest at moszumanska.debian.org
Fri Sep 26 19:26:19 UTC 2014
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 59903ad5d052ea95d63ed509326615d01595c325
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Fri Sep 26 20:07:34 2014 +0100
Updates to d/changelog and d/control.
* Changes to formatting of d/control for readability
* Update to Debian Standards Version 3.9.6
* New changelog entry
---
debian/changelog | 8 ++++++++
debian/control | 30 +++++++++++++++++++++++-------
2 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 606151d..45ad016 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-fitbit (0.1.2-1) UNRELEASED; urgency=medium
+
+ * Updated for upstream release 0.1.2.
+ * Update to Debian Standards Version 3.9.6.
+ * Update VCS browser URL for new VCS browser.
+
+ -- Iain R. Learmonth <irl at fsfe.org> Fri, 26 Sep 2014 20:01:09 +0100
+
python-fitbit (0.1.0-1) unstable; urgency=medium
* Updated for upstream release 0.1.0.
diff --git a/debian/control b/debian/control
index 6881e1a..d4b2a6c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,36 @@
Source: python-fitbit
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Iain R. Learmonth <irl at fsfe.org>
Section: python
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>, Iain R. Learmonth <irl at fsfe.org>
-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
+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.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fitbit.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-fitbit.git
Homepage: https://github.com/orcasgit/python-fitbit/
X-Python-Version: >= 2.6
Package: python-fitbit
Architecture: all
-Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, libjs-jquery, libjs-underscore, python-dateutil, python-requests-oauthlib
+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
units.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git
More information about the debian-med-commit
mailing list