]> git.refcnt.org Git - colorize.git/blob - debian/control
Include debian/ directory
[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.5
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: Colorize text on terminal with ANSI escape sequences
14 Colorizes text read from standard input stream or file by using ANSI escape sequences (and also vice versa, i.e. cleaning text from sequences) and prints resulting output to the terminal.