[Python-modules-commits] [gtts-token] 01/01: Fix syntax issues
Ethan Ward
ethanward-guest at moszumanska.debian.org
Fri Jul 28 18:05:38 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 6f83da51b9ea7c47bb65778c98884b8a10e6583f
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Fri Jul 28 13:03:20 2017 -0500
Fix syntax issues
---
debian/changelog | 2 +-
debian/control | 12 +++++-------
debian/rules | 1 -
3 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9256ea0..8d761dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
gtts-token (1.1.1-1) UNRELEASED; urgency=medium
- * Initial Debian release (closes: #869103)
+ * Initial Debian release (Closes: #869103)
-- Ethan Ward <ethan.ward at mycroft.ai> Mon, 17 Jul 2017 10:00:40 -0500
diff --git a/debian/control b/debian/control
index e05d081..239749c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 10),
python3-requests,
python3-setuptools
Standards-Version: 4.0.0
-Testsuite: autopkgtest
Homepage: https://pypi.python.org/pypi/gTTS-token
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gtts-token.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/gtts-token.git
@@ -20,20 +19,19 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/gtts-token.g
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 (Python 2)
A Python implementation of the token validation of Google Translate.
- This can be used to authenticate with their TTS engine and then use it
+ This can be used to authenticate with their TTS engine and then use it
(as in python-gtts).
.
- This package contains the module for Python 2
+ This package contains the module for Python 2.
Package: python3-gtts-token
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Calculates a token to run the Google Translate text to speeech (Python 3)
+Description: Calculates a token to run the Google Translate text to speech (Python 3)
A Python implementation of the token validation of Google Translate.
- This can be used to authenticate with their TTS engine and then use it
+ This can be used to authenticate with their TTS engine and then use it
(as in python-gtts).
.
- This package contains the module for Python 3
+ This package contains the module for Python 3.
diff --git a/debian/rules b/debian/rules
index 701d622..51b2609 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
export PYBUILD_NAME=gtts-token
%:
--
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