Sorry, the patch attached was bad. Here's the right one.
norbi
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 2004-10-24 17:32:10.000000000 +0200
+++ dh-kpatches-0.99.35.fixed/dh-kpatches.nw 2005-05-15 00:09:42.000000000
+0200
@@ -528,7 +528,12 @@
# contains the irregular version itself and the successor.)
my %irregular_kversions = (
"2.6" => {
- "8" => [ "8.1", "9" ]
+ "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" ]
}
);