diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-12-31 19:39:21 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-12-31 19:39:21 +0100 |
commit | 3180102d0475ab9686cfe9c9c7501d4eec567db6 (patch) | |
tree | bc4708d57ce5e4c4b1a8100e76f962eea8298058 /debian/control | |
parent | 335d8c673c1251977c98bcd964cb2d6831c0c9f8 (diff) | |
download | colorize-3180102d0475ab9686cfe9c9c7501d4eec567db6.tar.gz colorize-3180102d0475ab9686cfe9c9c7501d4eec567db6.tar.bz2 |
Include debian/ directory
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..499c5e4 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: colorize +Section: utils +Priority: optional +Maintainer: Steven Schubiger <stsc@refcnt.org> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.5 +Vcs-Git: git://refcnt.org/colorize.git +Vcs-Browser: http://cgit.refcnt.org/colorize.git/ + +Package: colorize +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Colorize text on terminal with ANSI escape sequences + 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. |