]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Updates to make lintian happy
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 25 Jan 2017 23:27:12 +0000 (12:27 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Wed, 25 Jan 2017 23:27:12 +0000 (12:27 +1300)
Makefile
debian/changelog
debian/compat
debian/control
debian/lintian/overrides/mythtv-status
debian/rules
debian/source/lintian-overrides [new file with mode: 0644]

index e159bc35961336aa9748be93100a7b68074c3841..b4270df773cd154a85108de4a4dbe85a3ec5204e 100755 (executable)
--- 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 \
index 3a75f72d380d73e19ee5e8b28e844e61cbc68d7b..b19353c8d9b974e7ffe140ae051d238254468edc 100644 (file)
@@ -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 <andrew@etc.gen.nz>  Thu, 26 Jan 2017 09:17:10 +1300
+ -- Andrew Ruthven <andrew@etc.gen.nz>  Thu, 26 Jan 2017 12:25:45 +1300
 
 mythtv-status (0.10.7-1) unstable; urgency=low
 
index 1e8b314962144c26d5e0e50fd29d2ca327864913..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-6
+10
index e3c0551adcc1140a6333bf6b74dd2ffd0f318bcf..0ca90955631ef0568cbee6c7d74e6e76a89800e4 100644 (file)
@@ -2,21 +2,21 @@ Source: mythtv-status
 Section: misc
 Priority: extra
 Maintainer: Andrew Ruthven <andrew@etc.gen.nz>
-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.
index c831ca4a92f351d8fb04338b96b85680f200b317..4252487915282986d2da69409d90d6cdd20872f3 100644 (file)
@@ -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
-
index ea28134bbc5f874c49801819f0edb486a8811e8c..51ce17ac7de94a3e6e8e45cdeeeb84be70dec92d 100755 (executable)
@@ -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 (file)
index 0000000..2f79878
--- /dev/null
@@ -0,0 +1 @@
+mythtv-status source: vcs-field-uses-insecure-uri