]> git.refcnt.org Git - colorize.git/blob - debian/control
6c5f5f4a148dfc8acc968c1f9f1393f13413974a
[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.7.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.