* Include po/ in the binary package for consistency with gfxboot-theme-*,

although you should generally just use bootlogo.tar.gz rather than
  building the theme afresh (LP: #39930).
master
Colin Watson 17 years ago
parent 5cda22f391
commit 87eb8f48d2

3
debian/changelog vendored

@ -14,6 +14,9 @@ gfxboot-theme-ubuntu (0.5.2) UNRELEASED; urgency=low
preference to isolinux.cfg. The gfxboot-foreground, gfxboot-background,
and gfxboot-access-options keywords in isolinux.cfg are now deprecated
and support for them will be removed after Ubuntu 8.04.
* Include po/ in the binary package for consistency with gfxboot-theme-*,
although you should generally just use bootlogo.tar.gz rather than
building the theme afresh (LP: #39930).
-- Colin Watson <cjwatson@ubuntu.com> Sun, 03 Feb 2008 18:09:54 +0000

@ -1 +1 @@
Makefile langlist *.config *.fnt *.inc *.jpg install/bootlogo.tar.gz usr/share/gfxboot-theme-ubuntu
Makefile langlist *.config *.fnt *.inc *.jpg install/bootlogo.tar.gz po usr/share/gfxboot-theme-ubuntu

2
debian/rules vendored

@ -13,7 +13,7 @@ install: build
dh_testdir
dh_testroot
dh_clean -k
dh_install
dh_install -X en.tr -X text.inc
binary-arch: build install
dh_testdir

Loading…
Cancel
Save