Add a grub-theme-starfield package containing the starfield theme.

This commit is contained in:
Colin Watson 2012-09-05 16:52:55 +01:00
parent d7102a6527
commit dd87df6bed
5 changed files with 13 additions and 2 deletions

1
debian/changelog vendored
View File

@ -34,6 +34,7 @@ grub2 (2.00-1) UNRELEASED; urgency=low
* Add per-platform *-dbg packages containing files needed to use GRUB's
GDB stub. These are relatively large and thus worth splitting out.
* Build-depend on ttf-dejavu-core for the starfield theme.
* Add a grub-theme-starfield package containing the starfield theme.
-- Christian Perrier <bubulle@debian.org> Sat, 02 Jun 2012 19:51:35 +0200

7
debian/control vendored
View File

@ -488,6 +488,13 @@ Description: GRand Unified Bootloader, version 2 (Yeeloong version)
This package contains a version of GRUB that has been built for use with
the Lemote Yeeloong laptop.
Package: grub-theme-starfield
Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel any-ia64
Depends: ${misc:Depends}, grub-common (= ${binary:Version})
Multi-Arch: foreign
Description: GRand Unified Bootloader, version 2 (starfield theme)
This is the default theme for GRUB's graphical menu.
Package: grub-mount-udeb
XC-Package-Type: udeb
Section: debian-installer

View File

@ -18,7 +18,9 @@ usr/bin/grub-script-check
usr/sbin/grub-mkconfig
usr/sbin/grub-mkdevicemap
usr/sbin/grub-probe
usr/share/grub
usr/share/grub/*.h
usr/share/grub/*.pf2
usr/share/grub/grub-mkconfig_lib
usr/share/locale
usr/share/man/man1/grub-editenv.1
usr/share/man/man1/grub-fstest.1

1
debian/grub-theme-starfield.install vendored Normal file
View File

@ -0,0 +1 @@
usr/share/grub/themes/starfield

2
debian/rules vendored
View File

@ -262,7 +262,7 @@ install/grub-common:
override_dh_install:
dh_install -pgrub2 -pgrub-linuxbios -pgrub-efi -pgrub-rescue-pc -pgrub-firmware-qemu
set -e; for package in grub-common grub2-common grub-mount-udeb; do \
set -e; for package in grub-common grub2-common grub-theme-starfield grub-mount-udeb; do \
dh_install -p$$package --sourcedir=debian/tmp-grub-$(COMMON_PLATFORM); \
done
rm -f debian/grub2-common/usr/share/info/dir*