[Python-modules-commits] [ansi] 04/04: modify d/* files that were generated from py2dsp

Muri Nicanor muri-guest at moszumanska.debian.org
Sun Sep 10 10:21:07 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 e840286a419f57d17829ae16a30159e209ac67cd
Author: Muri Nicanor <muri at immerda.ch>
Date:   Sun Sep 10 11:44:56 2017 +0200

    modify d/* files that were generated from py2dsp
---
 debian/changelog |  2 +-
 debian/compat    |  2 +-
 debian/control   | 36 ++++++------------------------------
 debian/copyright | 10 ++++------
 debian/rules     |  2 +-
 5 files changed, 13 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48b2fc6..cb10eaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 ansi (0.1.3-1) unstable; urgency=low
 
-  * Initial release (closes: #NNNNNN)
+  * Initial release (closes: #869483)
 
  -- Muri Nicanor <muri at immerda.ch>  Sun, 10 Sep 2017 08:43:13 +0000
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6d350c3..4edc380 100644
--- a/debian/control
+++ b/debian/control
@@ -1,45 +1,21 @@
 Source: ansi
 Section: python
 Priority: optional
-Maintainer: Muri Nicanor <muri at immerda.ch>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
-               python-all,
+Build-Depends: debhelper (>= 10), dh-python,
+               python3-all,
 Standards-Version: 4.0.0
 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
+X-Python3-Version: >= 3.2
 
-Package: python-ansi
+Package: python3-ansi
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
-Description: cursor movement and graphics - Python 2.X
+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.
- .
- .
- Example
- -------
- .
- Print something in bold yellow on a red background::
- .
-     >>> from ansi.colour import fg, bg, reset
-     >>> print map(str, [bg.red, fg.yellow, 'Hello world!', reset])
-     ...
- .
- If you like syntactic sugar, you may also do::
- .
-     >>> print bg.red(fg.yellow('Hello world!'))
-     ...
- .
- Also, 256 RGB colors are supported::
- .
-     >>> from ansi.colour import rgb, reset
-     >>> print rgb(0xff, 0x80, 0x00) + 'hello world' + reset
-     ...
- .
- If you prefer to use American English in stead::
- .
-     >>> from ansi.color import ...
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 143bd62..62d4ac9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,15 +5,13 @@ Source: https://github.com/tehmaze/ansi/
 
 Files: *
 Copyright: (c) 2015 Wijnand Modderman-Lenstra <maze at pyth0n.org>
-License: 
+License: Expat
 
 Files: debian/*
 Copyright: 2017 © Muri Nicanor <muri at immerda.ch>
-License: 
+License: Expat
 
-License: 
- Copyright (c) 2015 Wijnand Modderman-Lenstra <maze at pyth0n.org>
- .
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
@@ -30,4 +28,4 @@ License:
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
\ No newline at end of file
+ SOFTWARE.
diff --git a/debian/rules b/debian/rules
index 8764ccb..b091c92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 
 export PYBUILD_NAME=ansi
 %:
-	dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
+	dh $@ --with python3 --buildsystem=pybuild

-- 
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