From eb2632a84364899d0d9ce880802d259cf8814006 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 6 Jan 2017 23:53:51 +0100 Subject: Amend files to satisfy lintian Thanks Axel Beckert --- Makefile | 4 ++-- debian/control | 8 +++++--- debian/copyright | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 381f11a..17031ba 100644 --- 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 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 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 -- cgit v1.2.3