diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
commit | eb2632a84364899d0d9ce880802d259cf8814006 (patch) | |
tree | 2d162728079ec46e890784d68e622364305384f0 | |
parent | 3180102d0475ab9686cfe9c9c7501d4eec567db6 (diff) | |
download | colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.gz colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.bz2 |
Amend files to satisfy lintian
Thanks Axel Beckert
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 |
3 files changed, 8 insertions, 6 deletions
@@ -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 diff --git a/debian/control b/debian/control index 499c5e4..6aecb08 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/copyright b/debian/copyright index 7aa2d26..c0e3b97 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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> |