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