From ba9c4a4036a196350b613826db9c8e473af905b1 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 14 Jun 2012 12:46:34 +1200 Subject: [PATCH] Make lintian happy. --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 7 +++++-- debian/watch | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 9115951..759c71d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ mythtv-status (0.10.0-1) unstable; urgency=low * New upstream release. * Make sure we clean up /etc/default/mythtv-status on purge (Closes: #656224) * Dutch debconf translation from Jeroen Schot (Closes: #675450) + * Bump Standards-Version to 3.9.3. + * Add build-indep and build-arch to debian/rules. + * Add a watch file. - -- Andrew Ruthven Wed, 09 Jun 2012 21:39:48 +1200 + -- Andrew Ruthven Thu, 14 Jun 2012 12:45:37 +1200 mythtv-status (0.9.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 6b970f1..31417ea 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Andrew Ruthven DM-Upload-Allowed: yes Build-Depends: debhelper (>= 6), po-debconf -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 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 diff --git a/debian/rules b/debian/rules index eec6dfd..ea28134 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,10 @@ clean: dh_clean debconf-updatepo -build: +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: pod2man bin/mythtv-status > debian/mythtv-status.1 @touch build-stamp @@ -53,4 +56,4 @@ binary-arch: install # We have nothing to do by default. binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..03b4540 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-(\d.+)\.tar\.gz -- 2.30.2