From 945e90a56773fed93f192cafe2234483d1836441 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 26 Jan 2017 12:27:12 +1300 Subject: [PATCH] Updates to make lintian happy --- Makefile | 8 ++++---- debian/changelog | 5 ++++- debian/compat | 2 +- debian/control | 8 ++++---- debian/lintian/overrides/mythtv-status | 1 - debian/rules | 2 +- debian/source/lintian-overrides | 1 + 7 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 debian/source/lintian-overrides diff --git a/Makefile b/Makefile index e159bc3..b4270df 100755 --- a/Makefile +++ b/Makefile @@ -39,11 +39,11 @@ $(tarball): @mkdir -p $(@D) @git archive --format=tar --prefix=$(package)-$(version)/ $(version) `git ls-tree --name-only $(version) | egrep -v "(.gitignore|debian|Makefile|testing)"` | gzip > $(tarball) -build/$(release)/$(deb): +build/$(release)/$(deb): $(orig_tarball) @echo Building $(release) - @ssh -t build-$(release)-i386 "cd `pwd`; $(build)" - @ssh build-$(release)-i386 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true - #@ssh build-$(release)-i386 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true + @ssh -t build-$(release)-amd64 "cd `pwd`; $(build)" + @ssh build-$(release)-amd64 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true + #@ssh build-$(release)-amd64 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true @mkdir -p build/$(release) @cp ../$(deb) \ ../$(package)_$(deb_version)_*.changes \ diff --git a/debian/changelog b/debian/changelog index 3a75f72..b19353c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ mythtv-status (0.10.8-1) unstable; urgency=low * New upstream release. * Brazilian Portuguese debconf translation from Adriano Rafael Gomes. (Closes: #816938) + * Update standards version to 3.9.8. + * Bump debhelper compatibility to 10. + * Clean up some lintian errors and warnings, suppress VCS tags for now. - -- Andrew Ruthven Thu, 26 Jan 2017 09:17:10 +1300 + -- Andrew Ruthven Thu, 26 Jan 2017 12:25:45 +1300 mythtv-status (0.10.7-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 1e8b314..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +10 diff --git a/debian/control b/debian/control index e3c0551..0ca9095 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,21 @@ Source: mythtv-status Section: misc Priority: extra Maintainer: Andrew Ruthven -Build-Depends: debhelper (>= 6), po-debconf -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 10), po-debconf +Standards-Version: 3.9.8 Homepage: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html Vcs-Git: http://git.etc.gen.nz/mythtv-status.git Vcs-Browser: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?p=mythtv-status.git;a=summary Package: mythtv-status Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-libxml-perl, libdate-manip-perl, libmime-tools-perl, libconfig-auto-perl, libsys-sigaction-perl +Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-libxml-perl, libdate-manip-perl, libmime-tools-perl, libconfig-auto-perl, libsys-sigaction-perl, lsb-base (>= 3.0-6) Suggests: molly-guard (>= 0.4) Recommends: libmythtv-perl, libnet-upnp-perl Description: Show the status of a MythTV backend Shows the current status of a local or remote MythTV backend and up to the next 10 recordings for today and tomorrow. . - Also provides funtionality for updating the MOTD with this information, + Also provides functionality for updating the MOTD with this information, this can provide a good heads up on when you should avoid heavy CPU or I/O work on your MythTV backend. diff --git a/debian/lintian/overrides/mythtv-status b/debian/lintian/overrides/mythtv-status index c831ca4..4252487 100644 --- a/debian/lintian/overrides/mythtv-status +++ b/debian/lintian/overrides/mythtv-status @@ -1,4 +1,3 @@ mythtv-status: unused-debconf-template mythtv-status/host mythtv-status: unused-debconf-template mythtv-status/enable mythtv-status: unused-debconf-template mythtv-status/email - diff --git a/debian/rules b/debian/rules index ea28134..51ce17a 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ build-stamp: install: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Build architecture-independent files here. diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..2f79878 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1 @@ +mythtv-status source: vcs-field-uses-insecure-uri -- 2.30.2