[Python-modules-commits] [python-colour] 04/04: fix lintian warnings
Antoine Beaupré
anarcat at moszumanska.debian.org
Sat Dec 30 16:21:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
anarcat pushed a commit to branch master
in repository python-colour.
commit be44a9e882d401c339bc0b3bac8a135553812c5a
Author: Antoine Beaupré <anarcat at debian.org>
Date: Sat Dec 30 11:20:28 2017 -0500
fix lintian warnings
---
debian/control | 61 +++++++++++++++++++++++++++-------------------------------
1 file changed, 28 insertions(+), 33 deletions(-)
diff --git a/debian/control b/debian/control
index 63bbf93..f6adb35 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Antoine Beaupré <anarcat at debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 10), dh-python,
python-all,
python-setuptools,
python3-all,
@@ -23,22 +23,19 @@ Suggests: ${python:Suggests}
Description: converts and manipulates various color representation - Python 2.X
Converts and manipulates common color representation (RGB, HSL, web, ...)
.
- * Damn simple and pythonic way to manipulate color representation
- .
- * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
- color
- .
- * One object (Color) or bunch of single purpose function (rgb2hex,
- hsl2rgb, ...)
- .
- * web format that use the smallest representation between 6-digit
- (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
- (e.g. white), following W3C color naming for compatible CSS or HTML
- color specifications.
- .
- * smooth intuitive color scale generation choosing N color gradients.
- .
- * can pick colors for you to identify objects of your application.
+ Features:
+ .
+ * Damn simple and pythonic way to manipulate color representation
+ * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
+ color
+ * One object (Color) or bunch of single purpose function (rgb2hex,
+ hsl2rgb, ...)
+ * web format that use the smallest representation between 6-digit
+ (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
+ (e.g. white), following W3C color naming for compatible CSS or HTML
+ color specifications.
+ * smooth intuitive color scale generation choosing N color gradients.
+ * can pick colors for you to identify objects of your application.
Package: python3-colour
Architecture: all
@@ -48,19 +45,17 @@ Suggests: ${python3:Suggests}
Description: converts and manipulates various color representation - Python 2.X
Converts and manipulates common color representation (RGB, HSL, web, ...)
.
- * Damn simple and pythonic way to manipulate color representation
- .
- * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
- color
- .
- * One object (Color) or bunch of single purpose function (rgb2hex,
- hsl2rgb, ...)
- .
- * web format that use the smallest representation between 6-digit
- (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
- (e.g. white), following W3C color naming for compatible CSS or HTML
- color specifications.
- .
- * smooth intuitive color scale generation choosing N color gradients.
- .
- * can pick colors for you to identify objects of your application.
+ Features:
+ .
+ * Damn simple and pythonic way to manipulate color representation
+ * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
+ color
+ * One object (Color) or bunch of single purpose function (rgb2hex,
+ hsl2rgb, ...)
+ * web format that use the smallest representation between 6-digit
+ (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
+ (e.g. white), following W3C color naming for compatible CSS or HTML
+ color specifications.
+ * smooth intuitive color scale generation choosing N color gradients.
+ * can pick colors for you to identify objects of your application.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-colour.git
More information about the Python-modules-commits
mailing list