From: Andrew Ruthven Date: Sat, 15 Jul 2023 12:21:03 +0000 (+1200) Subject: Drop redundant patch X-Git-Tag: 1.1.0~34 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5b09a59d3069097a0d92104ec675eee946acb7;p=mythtv-status.git Drop redundant patch --- diff --git a/debian/changelog b/debian/changelog index afb8a13..768ed38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mythtv-status (1.0.2-1) unstable; urgency=medium * New upstream release (very minor change). + * Drop 50-mythtv-status-exit-code.patch, applied upstream. -- Andrew Ruthven Sun, 06 Dec 2020 22:51:12 +1300 diff --git a/debian/patches/50-mythtv-status-exit-code.patch b/debian/patches/50-mythtv-status-exit-code.patch deleted file mode 100644 index 35f7d41..0000000 --- a/debian/patches/50-mythtv-status-exit-code.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Ensure that 50-mythtv-status has exit code 0 if no status file eixsts. -Author: Andrew Ruthven -Origin: upstream -Forwarded: not-needed -Applied-Upstream: 1.0.2 -Last-Update: 2021-04-08 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/update-motd.d/50-mythtv-status -+++ b/update-motd.d/50-mythtv-status -@@ -2,4 +2,9 @@ - # See: - # man mythtv-update-motd - # on how to disable this service if you don't want it to run. --[ -f /run/motd.mythtv-status ] && cat /run/motd.mythtv-status -+ -+if [ -f /run/motd.mythtv-status ]; then -+ cat /run/motd.mythtv-status -+else -+ exit 0 -+fi diff --git a/debian/patches/series b/debian/patches/series index fc588f2..72e4e43 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ test-files-search-path.patch -50-mythtv-status-exit-code.patch