File: control

package info (click to toggle)
colormake 0.9.20140504-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: perl: 101; sh: 64; makefile: 11; cpp: 5
file content (18 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: colormake
Section: devel
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/debian/colormake.git
Vcs-Browser: https://salsa.debian.org/debian/colormake
Homepage: https://github.com/pagekite/Colormake

Package: colormake
Architecture: all
Depends: perl, less, make, ${misc:Depends}
Description: simple wrapper around make to colorize output
 This package contains colormake.pl which parses the output of make to
 colorize it to make it easier read. In addition, there are two wrapper
 scripts included, colormake and clmake, which can be invoked instead of make
 with colorized output on-the-fly.