* Make this Architecture: amd64 i386 rather than all, since it depends on

gfxboot which is only supported on those architectures.
master
Colin Watson 19 years ago
parent 9029925500
commit 670d008546

7
debian/changelog vendored

@ -1,3 +1,10 @@
gfxboot-theme-ubuntu (0.1.1) UNRELEASED; urgency=low
* Make this Architecture: amd64 i386 rather than all, since it depends on
gfxboot which is only supported on those architectures.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 12 Dec 2005 16:41:26 +0000
gfxboot-theme-ubuntu (0.1.0) dapper; urgency=low
* Initial release, based on the SuSE theme in gfxboot 3.2.5. Notable

4
debian/control vendored

@ -2,11 +2,11 @@ Source: gfxboot-theme-ubuntu
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Build-Depends-Indep: debhelper (>= 4), gfxboot
Build-Depends: debhelper (>= 4), gfxboot
Standards-Version: 3.6.2
Package: gfxboot-theme-ubuntu
Architecture: all
Architecture: amd64 i386
Depends: gfxboot
Description: Ubuntu theme for gfxboot-compliant boot loaders
This is an Ubuntu theme for the gfxboot graphical boot loader extension. It

6
debian/rules vendored

@ -22,9 +22,7 @@ install: build
install -m755 keymapchars $(themedir)
install -m644 install/bootlogo.tar.gz $(themedir)
binary-arch:
binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
@ -36,6 +34,8 @@ binary-indep: build install
dh_md5sums
dh_builddeb
binary-indep:
binary: binary-arch binary-indep
.PHONY: build clean install binary-arch binary-indep binary

Loading…
Cancel
Save