mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 21:52:43 +00:00
Include both old and new Lintian override styles for
statically-linked-binary tag, since ftp-master has not yet been updated to 2.5.0~rc1.
This commit is contained in:
parent
6892a52125
commit
a9539a649a
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
grub2 (1.99-2) UNRELEASED; urgency=low
|
||||
|
||||
* Include both old and new Lintian override styles for
|
||||
statically-linked-binary tag, since ftp-master has not yet been updated
|
||||
to 2.5.0~rc1.
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Tue, 17 May 2011 01:34:50 +0100
|
||||
|
||||
grub2 (1.99-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -196,6 +196,9 @@ install/grub-pc install/grub-efi-ia32 install/grub-efi-amd64 install/grub-ieee12
|
||||
cd debian/tmp-$(package) && find usr/lib/grub -name kernel.img \
|
||||
| sed -e "s%.*%$(package_bin): statically-linked-binary &%g" \
|
||||
>> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin)
|
||||
cd debian/tmp-$(package) && find ./usr/lib/grub -name kernel.img \
|
||||
| sed -e "s%.*%$(package_bin): statically-linked-binary &%g" \
|
||||
>> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin)
|
||||
cd debian/tmp-$(package) && find usr/lib/grub -name kernel.img \
|
||||
| sed -e "s%.*%$(package_bin): unstripped-binary-or-object &%g" \
|
||||
>> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin)
|
||||
|
Loading…
Reference in New Issue
Block a user