[Python-modules-commits] [ansi] 04/05: update the standards version to 4.1.1; add python3-setuptools; run wrap-and-sort; extend the long description of the package

Muri Nicanor muri-guest at moszumanska.debian.org
Sun Nov 26 16:24:37 UTC 2017


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

muri-guest pushed a commit to branch master
in repository ansi.

commit 36d94cbfa5f8f754bd4a284f586e55634cd00dce
Author: Muri Nicanor <muri at immerda.ch>
Date:   Sun Nov 26 17:18:14 2017 +0100

    update the standards version to 4.1.1; add python3-setuptools; run
    wrap-and-sort; extend the long description of the package
---
 debian/control | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 08f36df..9b666c7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Muri Nicanor <muri at immerda.ch>
-Build-Depends: debhelper (>= 10), dh-python,
-               python3-all,
-Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
+Standards-Version: 4.1.1
 Homepage: https://github.com/tehmaze/ansi/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ansi.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/ansi.git
@@ -13,9 +12,12 @@ X-Python3-Version: >= 3.2
 
 Package: python3-ansi
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
 Description: cursor movement and graphics - Python 3.X
  Various ANSI escape codes, used in moving the cursor in a text console or
  rendering coloured text.
+ 256 RGB colours supported.
+ .
+ This package installs the library for Python 3.

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



More information about the Python-modules-commits mailing list