Don't strip debug symbols from grub-emu. It's meant for debugging

and with them it's much more useful.
This commit is contained in:
Felix Zielcke 2009-11-13 19:14:46 +01:00
parent 5050fbabd2
commit 66eae74b1d
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -12,12 +12,14 @@ grub2 (1.97+20091109-1) unstable; urgency=low
in recent upstream trunk.
* rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
* Pass --force to grub-install in the postinst. (Closes: #553415)
* Don't strip debug symbols from grub-emu. It's meant for debugging
and with them it's much more useful.
[ Robert Millan ]
* copyright: Document mkisofs.
* control: Update Vcs- fields (moved to Bazaar).
-- Felix Zielcke <fzielcke@z-51.de> Tue, 10 Nov 2009 15:55:34 +0100
-- Felix Zielcke <fzielcke@z-51.de> Fri, 13 Nov 2009 19:13:48 +0100
grub2 (1.97-1) unstable; urgency=low

2
debian/rules vendored
View File

@ -5,6 +5,8 @@ package := grub2
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null)
DEB_STRIP_EXCLUDE := /usr/sbin/grub-emu
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk