]> git.refcnt.org Git - colorize.git/blob - debian/control
c17e04ba98bb8d42daa5826845b09718f3af04cb
[colorize.git] / debian / control
1 Source: colorize
2 Section: utils
3 Priority: optional
4 Maintainer: Steven Schubiger <stsc@refcnt.org>
5 Build-Depends: debhelper (>= 9)
6 Standards-Version: 4.1.4
7 Rules-Requires-Root: no
8 Homepage: http://cgit.refcnt.org/colorize.git/tree/README
9 Vcs-Git: git://refcnt.org/colorize.git
10 Vcs-Browser: http://cgit.refcnt.org/colorize.git/
11
12 Package: colorize
13 Conflicts: forensics-colorize
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Description: Colorizes text on terminal with ANSI escape sequences
17 Colorizes text read from standard input stream or file by using ANSI
18 escape sequences (and also vice versa, i.e. cleaning text from sequences)
19 and prints resulting output to the terminal.