diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
commit | eb2632a84364899d0d9ce880802d259cf8814006 (patch) | |
tree | 2d162728079ec46e890784d68e622364305384f0 /debian/control | |
parent | 3180102d0475ab9686cfe9c9c7501d4eec567db6 (diff) | |
download | colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.gz colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.bz2 |
Amend files to satisfy lintian
Thanks Axel Beckert
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 499c5e4..6aecb08 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,14 @@ Section: utils Priority: optional Maintainer: Steven Schubiger <stsc@refcnt.org> Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.5 +Standards-Version: 3.9.8 Vcs-Git: git://refcnt.org/colorize.git Vcs-Browser: http://cgit.refcnt.org/colorize.git/ Package: colorize Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Colorize text on terminal with ANSI escape sequences - Colorizes text read from standard input stream or file by using ANSI escape sequences (and also vice versa, i.e. cleaning text from sequences) and prints resulting output to the terminal. +Description: Colorizes text on terminal with ANSI escape sequences + Colorizes text read from standard input stream or file by using ANSI + escape sequences (and also vice versa, i.e. cleaning text from sequences) + and prints resulting output to the terminal. |