[kernel] r15889 - dists/sid/linux-2.6/debian/templates/temp.image.plain

Ben Hutchings benh at alioth.debian.org
Sat Jun 19 00:32:24 UTC 2010


Author: benh
Date: Sat Jun 19 00:32:23 2010
New Revision: 15889

Log:
Remove obsolete check for kernel-package bug

Modified:
   dists/sid/linux-2.6/debian/templates/temp.image.plain/postinst

Modified: dists/sid/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/sid/linux-2.6/debian/templates/temp.image.plain/postinst	Sat Jun 19 00:27:37 2010	(r15888)
+++ dists/sid/linux-2.6/debian/templates/temp.image.plain/postinst	Sat Jun 19 00:32:23 2010	(r15889)
@@ -110,12 +110,6 @@
 }
 
 
-# For some versions of kernel-package, we had this warning in the
-# postinst, but the rules did not really interpolate the value in.
-# Here is a sanity check.
-my $pattern = "=" . "I";
-$initrd=~ s/^$pattern$//;
-
 if ($link_in_boot) {
   $image_dest = $realimageloc;
 }



More information about the Kernel-svn-changes mailing list