From d382a9fcf24ff7ad812f87d6d4a518ddd615e173 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 12 Dec 2007 08:04:30 +1300 Subject: [PATCH] Update files due to lintian warnings. Also bump changelog to 0.6.0-1. --- debian/changelog | 8 ++++++++ debian/dirs | 1 - debian/rules | 9 +++++---- 3 files changed, 13 insertions(+), 5 deletions(-) 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 -- 2.30.2