Your message dated Tue, 21 Jun 2022 19:23:13 +0000 with message-id <[email protected]> and subject line Bug#1008702: Removed package(s) from unstable has caused the Debian Bug report #946203, regarding ketchup: fails with kernel 5.x.y to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 946203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946203 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---
--- Begin Message ---Version: 1.0.1+git20111228+e1c62066-2+rm Dear submitter, as the package ketchup has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1008702 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

