Fix some trivial lintian notes

Trailing White-spaces removed and such.

Signed-off-by: Tzafrir Cohen <tzafrir@debian.org>
This commit is contained in:
Tzafrir Cohen 2019-03-04 00:21:24 +02:00
parent 01c96f1dbe
commit a018543a58
6 changed files with 45 additions and 40 deletions

1
debian/changelog vendored
View File

@ -1298,4 +1298,3 @@ zaptel (0.cvs.20020624-1) unstable; urgency=low
* Initial Release (Closes: #150874)
-- Matt Zimmerman <mdz@debian.org> Mon, 17 Jun 2002 10:31:21 -0400

1
debian/control vendored
View File

@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 10),
autoconf,
automake,
cpio,
dh-autoreconf,
pkg-config,
dahdi-source (>= 1:2.7),
libnewt-dev,

View File

@ -1,4 +1,5 @@
libtonezone.so.2.0 libtonezone2.0 #MINVER#
* Build-Depends-Package: libtonezone-dev
builtin_zones@Base 1:2.2.1.1
dahdi_tools_version@Base 1:2.2.1.1
tone_zone_find@Base 1:2.2.1.1

View File

@ -11,7 +11,7 @@ will attempts load 'echo', that does not depend on dahdi, and hence
will not be unloaded by default. Thus upgrading to a newer version (of
a newer build) may break.
This change will not be commited upstream, as OSLEC is not used there.
This change will not be committed upstream, as OSLEC is not used there.
--- a/dahdi.init
+++ b/dahdi.init

View File

@ -1,3 +1,9 @@
From: Tzafrir Cohen <tzafrir@debian.org>
Subject: add extra digit to library SO name: 2.0
Asterisk and various other programs were already looking for that SO
name.
diff --git a/configure.ac b/configure.ac
index 826a7ec..2afe476 100644
--- a/configure.ac

4
debian/rules vendored
View File

@ -5,6 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
@ -47,7 +49,6 @@ override_dh_clean:
override_dh_auto_build:
$(MAKE) all docs
# FIXME: xpp/README.Astribank.html
cat dahdi.rules xpp/xpp.rules >debian/dahdi.udev
override_dh_auto_clean:
@ -75,4 +76,3 @@ get-orig-source:
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
@@echo Downloading $(UPFILENAME) from $(URL) ...
@@wget -nv -T10 -t3 --verbose -O ../tarballs/$(FILENAME) $(URL)