From 2723868c3d3aea601a892f010b503224e0033255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Mon, 9 Feb 2026 00:09:53 -0600 Subject: [PATCH] yt-dlp: manually add Priority to debian/control --- helpers/make-yt-dlp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-yt-dlp b/helpers/make-yt-dlp index 30dbff9..5e02856 100644 --- a/helpers/make-yt-dlp +++ b/helpers/make-yt-dlp @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 EXTERNAL='deb-src http://deb.debian.org/debian sid main' REPOKEY=6ED0E7B82643E131 BACKPORTS=true @@ -32,6 +32,8 @@ sed -i "/Currently supported/s|are:|are at:|" debian/control [ "$SUPPORTED_SITES" != "$(tail -n2 debian/control|awk NF|sed 's|^ ||')" ] && \ echo -e ">>>Site replacement needs fixing, exiting...<<<\n" && exit +! grep -q "Priority:" debian/control && sed -i '/Section:/a Priority: optional' debian/control + apply_patch_changes changelog "Remove explicit site listing, redirecting to website author."