]> git.refcnt.org Git - colorize.git/blob - debian/control
print_version(): const version string pointer
[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.2
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.