Package: ketchup
Version: 1.0.1+git20111228+e1c62066-2
Severity: normal
Tags: patch
Dear Maintainer,
Ketchup as in Debian Buster does not support kernel versions 5.x.y.
For basic support this short patch is sufficient:
#############################
--- /usr/bin/ketchup 2017-01-23 07:55:18.000000000 +0100
+++ ./bin/ketchup 2019-12-05 10:28:49.000000001 +0100
@@ -103,7 +103,7 @@
return args
# Default values
-kernel_url = 'http://www.kernel.org/pub/linux/kernel'
+kernel_url = 'https://cdn.kernel.org/pub/linux/kernel'
archive = os.environ["HOME"] + "/.ketchup"
rename_prefix = 'linux-'
rename_with_localversion = False
@@ -982,6 +982,10 @@
["%(kernel_url)s" + "/v4.x" + "/patch-%(prebase)s.xz"],
r'patch-(.*?).xz',
1, "current stable kernel series"),
+ '5': (latest_dir,
+ ["%(kernel_url)s" + "/v5.x" + "/patch-%(prebase)s.xz"],
+ r'patch-(.*?).xz',
+ 1, "current stable kernel series"),
}
#############################
Best regards,
Andreas Hirczy
-- System Information:
Debian Release: 10.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.4.1 (SMP w/12 CPU cores; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages ketchup depends on:
ii bzip2 1.0.6-9.2~deb10u1
ii patch 2.7.6-3+deb10u1
ii python 2.7.16-1
ii xz-utils 5.2.4-1
ketchup recommends no packages.
ketchup suggests no packages.
-- no debconf information