[Python-modules-commits] [gtts] 02/06: Add homepage and fix descriptions
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Aug 2 20:42:40 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.
commit f8f890e60170a1438daeeac69aacd332c3fc9780
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Aug 2 14:51:39 2017 -0500
Add homepage and fix descriptions
---
debian/control | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 3f077da..68dcd0d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 10),
python3-setuptools,
python3-six
Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/gTTS
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gtts.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/gtts.git
@@ -23,19 +24,19 @@ Package: python-gtts
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
-Description: Create an mp3 file from spoken text via the Google TTS (Text-to-Speech) API
- This package contains the module for Python 2.x. A python
- interface for Google's Text to Speech API. Create an mp3
- file with the gTTS module. It allows unlimited lengths
- to be spoken by tokenizing long sentences where the
- speech would naturally pause.
+Description: A wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 2)
+ A Python interface for Google's Text to Speech API. Create an mp3
+ file with the gTTS module. It allows unlimited lengths to be spoken by
+ tokenizing long sentences where the speech would naturally pause.
+ .
+ This package contains the module for Python 2.
Package: python3-gtts
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Create an mp3 file from spoken text via the Google TTS (Text-to-Speech) API
- This package contains the module for Python 3.x. A python
- interface for Google's Text to Speech API. Create an mp3
- file with the gTTS module. It allows unlimited lengths
- to be spoken by tokenizing long sentences where the
- speech would naturally pause.
+Description: A wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
+ A Python interface for Google's Text to Speech API. Create an mp3
+ file with the gTTS module. It allows unlimited lengths to be spoken by
+ tokenizing long sentences where the speech would naturally pause.
+ .
+ This package contains the module for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gtts.git
More information about the Python-modules-commits
mailing list