Upgrade to debhelper v7.

master
Colin Watson 15 years ago
parent 3fdac126e6
commit 7a0631cd2c

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.8.2) UNRELEASED; urgency=low
* Upgrade to debhelper v7.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 10 Aug 2009 21:31:21 +0100
gfxboot-theme-ubuntu (0.8.1) karmic; urgency=low
* Make menu columns variable-width, to make it easier to fit more

2
debian/compat vendored

@ -1 +1 @@
4
7

4
debian/control vendored

@ -2,13 +2,13 @@ Source: gfxboot-theme-ubuntu
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Build-Depends: debhelper (>= 4), gfxboot (>= 3.3.28)
Build-Depends: debhelper (>= 7.0.0), gfxboot (>= 3.3.28)
Standards-Version: 3.6.2
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/gfxboot-theme-ubuntu/mainline
Package: gfxboot-theme-ubuntu
Architecture: amd64 i386 lpia
Depends: gfxboot (>= 3.3.28)
Depends: ${misc:Depends}, gfxboot (>= 3.3.28)
Description: Ubuntu theme for gfxboot-compliant boot loaders
This is an Ubuntu theme for the gfxboot graphical boot loader extension. It
should be suitable for Ubuntu derivatives as well as Ubuntu itself.

35
debian/rules vendored

@ -1,34 +1,3 @@
#! /usr/bin/make -f
build:
$(MAKE)
clean:
dh_testdir
dh_testroot
$(MAKE) clean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_install
binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
dh_installchangelogs
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
binary-indep:
binary: binary-arch binary-indep
.PHONY: build clean install binary-arch binary-indep binary
%:
dh $@

Loading…
Cancel
Save