]> git.refcnt.org Git - colorize.git/blob - debian/control
0cc39247c64e13a280aa7ac3ceb1d3ee4843a169
[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: 3.9.8
7 Homepage: http://cgit.refcnt.org/colorize.git/tree/README
8 Vcs-Git: git://refcnt.org/colorize.git
9 Vcs-Browser: http://cgit.refcnt.org/colorize.git/
10
11 Package: colorize
12 Conflicts: forensics-colorize
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: Colorizes text on terminal with ANSI escape sequences
16 Colorizes text read from standard input stream or file by using ANSI
17 escape sequences (and also vice versa, i.e. cleaning text from sequences)
18 and prints resulting output to the terminal.