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