- Include /usr/share/gfxboot/themes/Ubuntu/bootlogo.tar.gz, which can be

unpacked directly into /isolinux on a CD rather than having to unpack
    and repack cpio archives.
master
Colin Watson 19 years ago
parent 9122617e42
commit 67514fa375

@ -9,15 +9,16 @@ DEFAULT_LANG =
PIC_COMMON = back.jpg head{,_a}.jpg
FILES_INST = init languages $(TRANSLATIONS) 16x16.fnt kroete.dat \
$(PIC_COMMON)
FILES_CORE = init languages
FILES_BOOT = init languages $(TRANSLATIONS) 16x16.fnt \
$(PIC_COMMON)
INST_EXT = $(TRANSLATIONS) 16x16.fnt kroete.dat $(PIC_COMMON)
FILES_BOOT_EN = init languages en.tr 16x16.fnt $(PIC_COMMON)
FILES_INST = $(FILES_CORE) $(INST_EXT)
FILES_BOOT = $(FILES_CORE) $(TRANSLATIONS) 16x16.fnt \
$(PIC_COMMON)
INST_EXT = 16x16.fnt $(PIC_COMMON) kroete.dat *.tr
FILES_BOOT_EN = $(FILES_CORE) en.tr 16x16.fnt $(PIC_COMMON)
ifdef DEFAULT_LANG
FILES_INST += lang
@ -55,8 +56,8 @@ installdir: install.config $(INCLUDES)
ifdef DEFAULT_LANG
@echo $(DEFAULT_LANG) >install/lang
endif
@cd install && chmod +t $(INST_EXT)
@cd install && echo $(FILES_INST) | sed -e "s/ /\n/g" | cpio --quiet -o >bootlogo
@cd install && echo $(FILES_CORE) | sed -e "s/ /\n/g" | cpio --quiet -o >bootlogo
@tar -C install -czf install/bootlogo.tar.gz bootlogo $(INST_EXT)
font:
cat po/*.po >tmp.txt

3
debian/changelog vendored

@ -28,5 +28,8 @@ gfxboot-theme-ubuntu (0.1.0) dapper; urgency=low
- Use subtler boot menu selection colours in place of inverse-video.
- Change the font to GNU unifont, from the unifont package.
- Update language codes and names from localechooser 0.22ubuntu2.
- Include /usr/share/gfxboot/themes/Ubuntu/bootlogo.tar.gz, which can be
unpacked directly into /isolinux on a CD rather than having to unpack
and repack cpio archives.
-- Colin Watson <cjwatson@ubuntu.com> Sat, 10 Dec 2005 10:48:12 +0000

2
debian/control vendored

@ -2,7 +2,7 @@ Source: gfxboot-theme-ubuntu
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Build-Depends-Indep: debhelper (>= 4)
Build-Depends-Indep: debhelper (>= 4), gfxboot
Standards-Version: 3.6.2
Package: gfxboot-theme-ubuntu

2
debian/rules vendored

@ -4,6 +4,7 @@ tmp := $(CURDIR)/debian/gfxboot-theme-ubuntu
themedir := $(tmp)/usr/share/gfxboot/themes/Ubuntu
build:
$(MAKE)
clean:
dh_testdir
@ -19,6 +20,7 @@ install: build
install -m644 Makefile languages *.config *.dat *.fnt *.inc *.jpg \
$(themedir)
install -m755 keymapchars $(themedir)
install -m644 install/bootlogo.tar.gz $(themedir)
binary-arch:

Loading…
Cancel
Save