diff --git a/debian/changelog b/debian/changelog index e241b37fe..fb158ebcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-2.6 (2.6.35-1~experimental.2) UNRELEASED; urgency=low + + * images: Nuke modules.devname on removal. + + -- maximilian attems Tue, 04 Aug 2010 20:21:16 +0200 + linux-2.6 (2.6.35-1~experimental.1) experimental; urgency=low * New upstream release: http://kernelnewbies.org/Linux_2_6_35 diff --git a/debian/templates/temp.image.plain/postrm b/debian/templates/temp.image.plain/postrm index 11ca80710..663ba0af7 100755 --- a/debian/templates/temp.image.plain/postrm +++ b/debian/templates/temp.image.plain/postrm @@ -277,7 +277,7 @@ my @files_to_remove = qw{ modules.symbols build source modules.ofmap modules.seriomap modules.alias.bin modules.dep.bin modules.symbols.bin - modules.softdep + modules.softdep modules.devname }; foreach my $extra_file (@files_to_remove) {