]> git.proxmox.com Git - grub2.git/commitdiff
Rename the lintian override for kernel.elf to kernel.img.
authorfzielcke-guest <fzielcke-guest@localhost>
Sun, 19 Jul 2009 09:02:19 +0000 (09:02 +0000)
committerfzielcke-guest <fzielcke-guest@localhost>
Sun, 19 Jul 2009 09:02:19 +0000 (09:02 +0000)
debian/changelog
debian/rules

index bfabd4bddbdef69710b04c583ef7999dc4c2ea6c..d514a5eec9c24189f62bb4ee2fcfcb27f6366ef3 100644 (file)
@@ -10,8 +10,9 @@ grub2 (1.96+20090711-1) unstable; urgency=low
     (Closes: #536783)
   * Don't build grub-efi-amd64 on kfreebsd-i386. It lacks 64bit compiler
     support.
+  * Rename the lintian override for kernel.elf to kernel.img.
 
- -- Felix Zielcke <fzielcke@z-51.de>  Fri, 17 Jul 2009 12:44:05 +0200
+ -- Felix Zielcke <fzielcke@z-51.de>  Sun, 19 Jul 2009 11:02:57 +0200
 
 grub2 (1.96+20090709-1) unstable; urgency=low
 
index d9af538e5d17dfd16ed1d77c7ae683c5f42bca9d..4b52a1e4affb66314b17a7200d0b0d5384325c23 100644 (file)
@@ -104,7 +104,7 @@ install/grub-pc install/grub-efi-ia32 install/grub-efi-amd64 install/grub-ieee12
        cd $(CURDIR)/debian/$(subst install/,,$@) && find ./usr/lib/grub -name \*.mod \
                | sed -e "s%.*%$(subst install/,,$@): unstripped-binary-or-object &%g" \
        > $(CURDIR)/debian/$(subst install/,,$@)/usr/share/lintian/overrides/$(subst install/,,$@)
-       cd $(CURDIR)/debian/$(subst install/,,$@) && find ./usr/lib/grub -name kernel.elf \
+       cd $(CURDIR)/debian/$(subst install/,,$@) && find ./usr/lib/grub -name kernel.img \
                | sed -e "s%.*%$(subst install/,,$@): statically-linked-binary &%g" \
        >> $(CURDIR)/debian/$(subst install/,,$@)/usr/share/lintian/overrides/$(subst install/,,$@)