[kernel] r14320 - dists/trunk/linux-2.6/debian/templates/temp.image.plain

Maximilian Attems maks at alioth.debian.org
Sun Oct 4 16:42:26 UTC 2009


Author: maks
Date: Sun Oct  4 16:42:25 2009
New Revision: 14320

Log:
postinst, preinst: nuke unused variable

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

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Sun Oct  4 16:42:21 2009	(r14319)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Sun Oct  4 16:42:25 2009	(r14320)
@@ -49,7 +49,6 @@
 my $arch              = "=A"; #  should be same as dpkg --print-installation-architecture
 my $kernel_arch       = "=B";
 my $ramdisk           = "=MK";  # List of tools to create initial ram fs.
-my $initrddep         = "=MD";  # List of dependencies for such tools
 my $package_name      = "=ST-image-$version";
 my $explicit_do_loader = '';
 

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst	Sun Oct  4 16:42:21 2009	(r14319)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst	Sun Oct  4 16:42:25 2009	(r14320)
@@ -41,7 +41,6 @@
 my $arch              = "=A";  #  should be same as dpkg --print-installation-architecture
 my $kernel_arch       = "=B";
 my $ramdisk           = "=MK";  # List of tools to create initial ram fs.
-my $initrddep         = "=MD";  # List of dependencies for such tools
 my $package_name    = "=ST-image-$version";
 
 #known variables



More information about the Kernel-svn-changes mailing list