From 5b2d5b76cf92d8c841e4abba7e4284d9530961d1 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 22 Jun 2024 13:37:33 -0400 Subject: j-m-p: try disabling version check --- jellyfin-media-player/debian/changelog | 6 ++++++ .../debian/patches/01-disable-version-check.patch | 22 ++++++++++++++++++++++ jellyfin-media-player/debian/patches/series | 1 + 3 files changed, 29 insertions(+) create mode 100644 jellyfin-media-player/debian/patches/01-disable-version-check.patch create mode 100644 jellyfin-media-player/debian/patches/series (limited to 'jellyfin-media-player/debian') diff --git a/jellyfin-media-player/debian/changelog b/jellyfin-media-player/debian/changelog index 16a812c..b059f74 100644 --- a/jellyfin-media-player/debian/changelog +++ b/jellyfin-media-player/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-media-player (1.11.1-2+stackrpms) unstable; urgency=medium + + * Disable upgrade-available notification. + + -- B. Stack Sat, 22 Jun 2024 13:30:47 -0400 + jellyfin-media-player (1.11.1-1+stackrpms) unstable; urgency=medium * Fork for stackrpms diff --git a/jellyfin-media-player/debian/patches/01-disable-version-check.patch b/jellyfin-media-player/debian/patches/01-disable-version-check.patch new file mode 100644 index 0000000..823745e --- /dev/null +++ b/jellyfin-media-player/debian/patches/01-disable-version-check.patch @@ -0,0 +1,22 @@ +Author: bgstack15 +Startdate: 2024-06-22-7 13:34 +Purpose: Remove the version check information so my build does not tell me about somebody else's build. +--- a/bundle/win/JMP.wxs ++++ b/bundle/win/JMP.wxs +@@ -42,16 +42,7 @@ + + + +- + +- + + + diff --git a/jellyfin-media-player/debian/patches/series b/jellyfin-media-player/debian/patches/series new file mode 100644 index 0000000..1361e4f --- /dev/null +++ b/jellyfin-media-player/debian/patches/series @@ -0,0 +1 @@ +01-disable-version-check.patch -- cgit