[Python-modules-commits] [gtts-token] 01/01: Change uploaders

Ethan Ward ethanward-guest at moszumanska.debian.org
Thu Jul 27 20:37:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository gtts-token.

commit 0ca8e3ccb1cbff421f7db658c5f5890b9a280c83
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Thu Jul 27 15:35:22 2017 -0500

    Change uploaders
---
 debian/changelog |  2 +-
 debian/control   | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40d7173..9256ea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ gtts-token (1.1.1-1) UNRELEASED; urgency=medium
 
   * Initial Debian release (closes: #869103)
 
- -- Mycroft Devs <devops at mycroft.ai>  Mon, 17 Jul 2017 10:00:40 -0500
+ -- Ethan Ward <ethan.ward at mycroft.ai>  Mon, 17 Jul 2017 10:00:40 -0500
diff --git a/debian/control b/debian/control
index 0c569a7..179d7f6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gtts-token
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Mycroft Devs <devops at mycroft.ai>
+Uploaders: Ethan Ward <ethan.ward at mycroft.ai>
 Build-Depends: debhelper (>= 10),
                dh-python,
                python-all,
@@ -19,13 +19,15 @@ Package: python-gtts-token
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Calculates a token to run the Google Translate text to speech
- This package contains the module for Python 2.x. A python
- implementation of the token validation of Google Translate.
+Description: Python 2 - calculates a token to run the Google Translate text to speech
+ This package contains the module for Python 2.x. A Python implementation
+ of the token validation of Google Translate. This can be used to authenticate
+ with their TTS engine and then use it (as in python-gtts).
 
 Package: python3-gtts-token
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Calculates a token to run the Google Translate text to speech
- This package contains the module for Python 3.x. A python
- implementation of the token validation of Google Translate.
+Description: Python 3 - calculates a token to run the Google Translate text to speech
+ This package contains the module for Python 2.x. A Python implementation
+ of the token validation of Google Translate. This can be used to authenticate
+ with their TTS engine and then use it (as in python3-gtts).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gtts-token.git



More information about the Python-modules-commits mailing list