]> git.refcnt.org Git - colorize.git/commitdiff
Amend files to satisfy lintian
authorSteven Schubiger <stsc@refcnt.org>
Fri, 6 Jan 2017 22:53:51 +0000 (23:53 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 6 Jan 2017 22:53:51 +0000 (23:53 +0100)
Thanks Axel Beckert

Makefile
debian/control
debian/copyright

index 381f11aacc7366e2ec15221a59bb80688f0ceca9..17031ba11962618738966fc488473ff6d6427287 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,12 @@
 
 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
index 499c5e4fb1a40a899dfcf0b28d33028f2fec6b63..6aecb08ba0888f2cace458b871624fe27da0f71e 100644 (file)
@@ -3,12 +3,14 @@ Section: utils
 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.
index 7aa2d26f1bb7ae88f775bb780d2057bfdcbbd91c..c0e3b97f9736e25f1174341ccfb48ba9b3e06a17 100644 (file)
@@ -1,6 +1,6 @@
 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>