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:
Colin Watson 2011-05-17 01:35:57 +01:00
parent 6892a52125
commit a9539a649a
2 changed files with 11 additions and 0 deletions

8
debian/changelog vendored
View File

@ -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
View File

@ -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)