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 | |
parent | 3180102d0475ab9686cfe9c9c7501d4eec567db6 (diff) | |
download | colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.gz colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.bz2 |
Amend files to satisfy lintian
Thanks Axel Beckert
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 6 insertions, 4 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. diff --git a/debian/copyright b/debian/copyright index 7aa2d26..c0e3b97 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: colorize -Source: http://cgit.refcnt.org/colorize.git/snapshot/colorize-0.59.tar.gz +Source: http://cgit.refcnt.org/colorize.git/ Files: * Copyright: 2011-2016 Steven Schubiger <stsc@refcnt.org> |