From 1c5b09a59d3069097a0d92104ec675eee946acb7 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 16 Jul 2023 00:21:03 +1200 Subject: [PATCH] Drop redundant patch --- debian/changelog | 1 + .../patches/50-mythtv-status-exit-code.patch | 21 ------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 debian/patches/50-mythtv-status-exit-code.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 -- 2.30.2