]> git.refcnt.org Git - colorize.git/blob - debian/control
05502dbf43d41c61484464fa340212186c9c892f
[colorize.git] / debian / control
1 Source: colorize
2 Section: utils
3 Priority: optional
4 Maintainer: Steven Schubiger <stsc@refcnt.org>
5 Build-Depends: debhelper-compat (= 13)
6 Standards-Version: 4.5.0
7 Rules-Requires-Root: no
8 Homepage: http://cgit.refcnt.org/colorize.git/about/
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.