mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 10:08:18 +00:00
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:
parent
5050fbabd2
commit
66eae74b1d
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user