From a9539a649ac97337d8229f7d4752d0b3928b60e6 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 17 May 2011 01:35:57 +0100 Subject: [PATCH] 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. --- debian/changelog | 8 ++++++++ debian/rules | 3 +++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06ad0dcc0..ae8a09ee7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 17 May 2011 01:34:50 +0100 + grub2 (1.99-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 7bca9182a..01bc62b26 100755 --- a/debian/rules +++ b/debian/rules @@ -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)