From: Andrew Ruthven Date: Tue, 11 Dec 2007 19:04:30 +0000 (+1300) Subject: Update files due to lintian warnings. Also bump changelog to 0.6.0-1. X-Git-Tag: 0.6.0~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d382a9fcf24ff7ad812f87d6d4a518ddd615e173;p=mythtv-status.git Update files due to lintian warnings. Also bump changelog to 0.6.0-1. --- diff --git a/debian/changelog b/debian/changelog index 30c8db5..89d04ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mythtv-status (0.6.0-1) unstable; urgency=low + + * New upstream release. + * Remove empty usr/sbin from dirs, thanks lintian. + * Move the packaging rules into binary-indep (section 4.9) + + -- Andrew Ruthven Tue, 12 Dec 2007 06:46:56 +1300 + mythtv-status (0.5.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/dirs b/debian/dirs index ca882bb..e772481 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1 @@ usr/bin -usr/sbin diff --git a/debian/rules b/debian/rules index f184d95..ab5c236 100755 --- a/debian/rules +++ b/debian/rules @@ -28,10 +28,6 @@ install: build-stamp # Build architecture-independent files here. binary-indep: install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: install dh_testdir dh_testroot dh_installchangelogs ChangeLog @@ -51,5 +47,10 @@ binary-arch: install dh_md5sums dh_builddeb + +# Build architecture-dependent files here. +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