Package: dh-kpatches Version: 0.99.35 Severity: normal Tags: patch Needs an update for kernel versions 2.6.11.1 - 2.6.11.9 (similar problem to Bug#274410). Patch attached.
I think a configuration file would have been better than hardwiring it into the source.. (will cause troubles later when using the released Sarge with newer kernels) Now it's too late.. sorry. norbi -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.11.2 Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2) Versions of packages dh-kpatches depends on: ii debhelper 4.2.32 helper programs for debian/rules ii perl 5.8.4-8 Larry Wall's Practical Extraction -- no debconf information
diff -Naur dh-kpatches-0.99.35/dh-kpatches.nw dh-kpatches-0.99.35.fixed/dh-kpatches.nw --- dh-kpatches-0.99.35/dh-kpatches.nw 2005-05-14 23:57:46.000000000 +0200 +++ dh-kpatches-0.99.35.fixed/dh-kpatches.nw 2004-10-24 17:32:10.000000000 +0200 @@ -529,11 +529,6 @@ my %irregular_kversions = ( "2.6" => { "8" => [ "8.1", "9" ] - "11" => [ "11.1", "11.2" ] - "11.2" => [ "11.3", "11.4" ] - "11.4" => [ "11.5", "11.6" ] - "11.6" => [ "11.7", "11.8" ] - "11.8" => [ "11.9", "12" ] } );