From 2b9dfe1af5f493f1be37ebb3b61fa4fdd6de73ea Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 18 May 2011 17:33:15 +0100 Subject: [PATCH] Stop trying to install the non-existent grub-ofpathname(8) on sparc for now. It will exist in the next upstream snapshot. --- debian/changelog | 2 ++ debian/grub-common.install.sparc.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c39b47d0..55b84c578 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ grub2 (1.99-4) UNRELEASED; urgency=low grub2-common, and add grub2-common dependencies to grub-. This ensures that grub--bin packages are coinstallable with grub-legacy, making it easier to use them as build-dependencies. + * Stop trying to install the non-existent grub-ofpathname(8) on sparc for + now. It will exist in the next upstream snapshot. -- Colin Watson Wed, 18 May 2011 17:22:38 +0100 diff --git a/debian/grub-common.install.sparc.in b/debian/grub-common.install.sparc.in index 849845c4d..73e459254 100644 --- a/debian/grub-common.install.sparc.in +++ b/debian/grub-common.install.sparc.in @@ -1,2 +1,3 @@ usr/sbin/grub-ofpathname -usr/share/man/man8/grub-ofpathname.8 +# Restore this in the next upstream snapshot: +#usr/share/man/man8/grub-ofpathname.8