]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Strip trailing whitespace
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 8 Apr 2021 11:52:09 +0000 (23:52 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 8 Apr 2021 11:52:09 +0000 (23:52 +1200)
debian/changelog
debian/rules

index b8bcc43d63de849f897e4a8d83e9c0d4d229094f..06016928896af8a0d324e26f0ecbc2b394e9cb86 100644 (file)
@@ -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 <andrew@etc.gen.nz>  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 <andrew@etc.gen.nz>  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 <andrew@etc.gen.nz>  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 <andrew@etc.gen.nz>  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 <andrew@etc.gen.nz>  Wed, 14 Nov 2007 21:50:24 +1300
 
index 51ce17ac7de94a3e6e8e45cdeeeb84be70dec92d..579bb0f281ac9bd2822c6d45ca5d6ab71f1aadd4 100755 (executable)
@@ -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