[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFC] Removal of System.map files of kernel udebs



Hello,

Today Martin broght a question on IRC about System.map files being
installed on kernel udebs and thinking about it looks like it's
useless for us.

I've prepared the attached patch to remove it for future
uploads. Please complain if you see any useful use for it otherwise
I'll commit it.

Index: commands/install-files
===================================================================
--- commands/install-files	(revisão 52164)
+++ commands/install-files	(cópia de trabalho)
@@ -71,11 +71,6 @@
 	else {
 		die "could not find kernel image";
 	}
-	doit("install", "-D", "-m", 644,
-		"$sourcedir/boot/System.map-$installedname",
-		"debian/kernel-image-$kernelversion-$flavour-di/boot/System.map$extraname")
-	      if -e "$sourcedir/boot/System.map-$installedname" &&
-	         -e "$modlistdir/kernel-image";
 
 	# Include extra files to help the d-i build process build kernels
 	# for certain subarchitectures. This is powerpc-specific at the
Index: debian/changelog
===================================================================
--- debian/changelog	(revisão 52164)
+++ debian/changelog	(cópia de trabalho)
@@ -1,3 +1,9 @@
+kernel-wedge (2.43) UNRELEASED; urgency=low
+
+  * Do not install System.map files
+
+ -- Otavio Salvador <otavio@ossystems.com.br>  Mon, 24 Mar 2008 14:56:41 -0300
+
 kernel-wedge (2.42) unstable; urgency=low
 
   [ Otavio Salvador ]
-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."

Reply to: