SHELL=/bin/sh
CC=gcc
-CFLAGS=-ansi -pedantic
+CFLAGS:=-ansi -pedantic $(CFLAGS)
FLAGS= # command-line macro
colorize: colorize.c
perl ./version.pl > version.h
- $(CC) $(CFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS)
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS)
check:
perl ./test.pl --regular
Priority: optional
Maintainer: Steven Schubiger <stsc@refcnt.org>
Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
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.
+Description: Colorizes 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.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: colorize
-Source: http://cgit.refcnt.org/colorize.git/snapshot/colorize-0.59.tar.gz
+Source: http://cgit.refcnt.org/colorize.git/
Files: *
Copyright: 2011-2016 Steven Schubiger <stsc@refcnt.org>