Your message dated Sat, 13 Aug 2022 06:59:39 +0000 with message-id <[email protected]> and subject line Bug#575848: Removed package(s) from unstable has caused the Debian Bug report #402888, regarding dh-kpatches: [patch] "Kernel-version: all" is not allowed 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.) -- 402888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402888 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: dh-kpatches Version: 0.99.36 Severity: normal In dh-kpatches' document, Kernel-version As a special case, the value "all" is allowed, for patches that don't depend on a specific version (eg. if they just add a set of files). but "Kernel-version: all" is not allowed. For example kernel-patch-vd-unicon.kpatches.font > Patch-name: VD UNICON kernel fonts > Patch-id: vd_unicon-kernel-fonts > Path-strip-level: 1 > > Patch-file: vd_unicon-kernel-fonts-20040205.patch > Architecture: all > Kernel-version: all is not allowed. dh_installkpatches Malformed kernel version: `all' at /usr/bin/dh_installkpatches line 306. make: *** [binary-indep] Error 1 debuild: fatal error at line 1228: fakeroot debian/rules binary failed Here is fix patch for dh-kpatches.nw. Regards, dai -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.19 Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: LC_ALL set to ja_JP.EUC-JP) Versions of packages dh-kpatches depends on: ii debhelper 5.0.42 helper programs for debian/rules ii perl 5.8.8-7 Larry Wall's Practical Extraction dh-kpatches recommends no packages. -- no debconf information--- dh-kpatches-99/dh-kpatches.nw.orig 2005-06-09 07:40:11.000000000 +0900 +++ dh-kpatches-99/dh-kpatches.nw 2006-01-05 16:41:00.000000000 +0900 @@ -805,6 +805,8 @@ test below... die "Reverse-ordered range: `$kversion'" if $2 < $first; $kversion = [ $branch, $first, $2 ]; } + } elsif ($kv[0] eq 'all') { + ; } else { $kv[0] =~ $minimal_kversion_pattern or die "Malformed kernel version: `$kv[0]'"; }
--- End Message ---
--- Begin Message ---Version: 0.99.36+nmu4+rm Dear submitter, as the package dh-kpatches 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/575848 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 ---

