From 3da81083ed0968cb20a50a5c4922e260b3a0d7b0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 31 Jan 2010 19:00:43 +0100 Subject: Change to dpkg-source 3.0 (quilt) format, simplify rules --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 49 +++++-------------------------------------------- debian/source/format | 1 + 4 files changed, 15 insertions(+), 45 deletions(-) create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index db62251..840cf08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +acpitail (0.1-4) unstable; urgency=low + + * Switch to dpkg-source 3.0 (quilt) format. + * Simplify rules file by using the dh command sequenzer. + * Update Standards-Version to 3.8.4, no changes necessary. + + -- Tobias Klauser Sun, 31 Jan 2010 18:41:56 +0100 + acpitail (0.1-3) unstable; urgency=low * Add ${misc:Depends} to Depends in control (this fixes a lintian warning). diff --git a/debian/control b/debian/control index dca5b0d..59e123a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Acpi Team Uploaders: Tobias Klauser Build-Depends: debhelper (>= 7), libacpi-dev -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: http://www.vanheusden.com/acpitail/ Vcs-Git: git://git.debian.org/git/pkg-acpi/acpitail.git Vcs-Browser: http://git.debian.org/?p=pkg-acpi/acpitail.git diff --git a/debian/rules b/debian/rules index 090b681..e59be58 100755 --- a/debian/rules +++ b/debian/rules @@ -1,49 +1,10 @@ #!/usr/bin/make -f -build: build-stamp -build-stamp: - dh_testdir +%: + dh ${@} - $(MAKE) +override_dh_auto_install: + install -m755 -D -p acpitail $(CURDIR)/debian/acpitail/usr/bin/acpitail - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - $(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs usr/bin - - install -m755 -p acpitail $(CURDIR)/debian/acpitail/usr/bin/ - -binary-indep: build install -# We have nothing to do by default. - -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_install +override_dh_installman: dh_installman debian/acpitail.1 - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3-54-g00ecf