From: Andrew Ruthven Date: Thu, 8 Apr 2021 11:52:09 +0000 (+1200) Subject: Strip trailing whitespace X-Git-Tag: debian-sid-1.0.1-2~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdceb10883f4bb579f5fd73c89d4e2b185fd145;p=mythtv-status.git Strip trailing whitespace --- diff --git a/debian/changelog b/debian/changelog index b8bcc43..0601692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,7 @@ mythtv-status (1.0.0-1) unstable; urgency=medium * Ship a systemd service file (Closes: #772801) * Rename RUN and ARGS in /etc/default/mythtv-status to be more specific, since this file is used by a couple of different scripts. - * Switch from /var/run to /run. + * Switch from /var/run to /run. -- Andrew Ruthven Tue, 15 Jan 2019 00:10:52 +1300 @@ -48,7 +48,7 @@ mythtv-status (0.10.7-1) unstable; urgency=low mythtv-status (0.10.6-1) unstable; urgency=low * New upstream release. - * Brings in a minor change that was on master, but missed from the + * Brings in a minor change that was on master, but missed from the release-0.10 git branch. * Update standards version to 3.9.6. @@ -88,8 +88,8 @@ mythtv-status (0.10.2-3) unstable; urgency=low mythtv-status (0.10.2-2) unstable; urgency=low - * Handle a stale temp file more gracefully (Closes: #681684) - * base-files 6.11 in Wheezy uses /var/run/motd.dynamic (Closes: #688034) + * Handle a stale temp file more gracefully (Closes: #681684) + * base-files 6.11 in Wheezy uses /var/run/motd.dynamic (Closes: #688034) -- Andrew Ruthven Tue, 02 Oct 2012 21:50:10 +1300 @@ -109,7 +109,7 @@ mythtv-status (0.10.1-1) unstable; urgency=low 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) + * 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. @@ -186,7 +186,7 @@ mythtv-status (0.9.0-6) unstable; urgency=low mythtv-status (0.9.0-5) unstable; urgency=medium - * Update init.d with feedback from Adeodato Simó. + * Update init.d with feedback from Adeodato Simó. -- Andrew Ruthven Sat, 08 Nov 2008 10:49:01 +1300 @@ -402,13 +402,13 @@ mythtv-status (0.4-1) unstable; urgency=low mythtv-status (0.3-1) unstable; urgency=low - * Add additional recorder states and display if an encoder is not connected. + * Add additional recorder states and display if an encoder is not connected. -- Andrew Ruthven Fri, 16 Nov 2007 07:35:47 +1300 mythtv-status (0.2-1) unstable; urgency=low - * Minor changes to documentation. + * Minor changes to documentation. -- Andrew Ruthven Wed, 14 Nov 2007 21:50:24 +1300 diff --git a/debian/rules b/debian/rules index 51ce17a..579bb0f 100755 --- a/debian/rules +++ b/debian/rules @@ -13,20 +13,20 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - dh_clean + dh_clean debconf-updatepo build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp -build-stamp: +build-stamp: pod2man bin/mythtv-status > debian/mythtv-status.1 @touch build-stamp install: build-stamp dh_testdir dh_testroot - dh_prep + dh_prep dh_installdirs # Build architecture-independent files here. @@ -37,7 +37,7 @@ binary-indep: install dh_installdocs dh_installexamples dh_install - dh_installdebconf + dh_installdebconf # Make sure we start after mythtv-backend dh_installinit -- defaults 51 dh_installcron