* Move theme to /usr/share/gfxboot-theme-ubuntu, in line with other

gfxboot-theme-* packages.
* Use dh_install.
master
Colin Watson 18 years ago
parent 49945acbcf
commit da5765e457

3
debian/changelog vendored

@ -4,6 +4,9 @@ gfxboot-theme-ubuntu (0.2.0) UNRELEASED; urgency=low
* Rename identifier for "Install in text mode" from txt_menuitem_install
to txt_menuitem_install_text, to avoid clashing with "Install to the
hard disk" (closes: Malone #47615).
* Move theme to /usr/share/gfxboot-theme-ubuntu, in line with other
gfxboot-theme-* packages.
* Use dh_install.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 12 Jul 2006 13:13:53 +0100

@ -1 +0,0 @@
usr/share/gfxboot/themes/Ubuntu

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

8
debian/rules vendored

@ -1,8 +1,5 @@
#! /usr/bin/make -f
tmp := $(CURDIR)/debian/gfxboot-theme-ubuntu
themedir := $(tmp)/usr/share/gfxboot/themes/Ubuntu
build:
$(MAKE)
@ -16,10 +13,7 @@ install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
install -m644 Makefile langlist *.config *.fnt *.inc *.jpg \
$(themedir)
install -m644 install/bootlogo.tar.gz $(themedir)
dh_install
binary-arch: build install
dh_testdir

Loading…
Cancel
Save