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