diff --git a/debian/changelog b/debian/changelog index a77e152..a5132d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index 64702ba..13edd3b 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: gfxboot-theme-ubuntu Section: utils Priority: optional Maintainer: Colin Watson -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 diff --git a/debian/rules b/debian/rules index 0f67ee9..4fda32a 100755 --- a/debian/rules +++ b/debian/rules @@ -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