diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-01 15:42:35 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-01 15:42:35 +0100 |
commit | 1bbc31344e617018386b8607405629a16b0e4ca4 (patch) | |
tree | e167cae982937280fcd042dbe8fcf03413957c55 | |
parent | f74011f24e53c6611705232928d27989c0c7cd01 (diff) |
* Replaced obsolete dh_clean -k with dh_prep in rules.0.1-2
* Updated debhelper compatibility level from 5 to 7.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index deaae2f..8ef357a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ -acpitail (0.1-2) UNRELEASED; urgency=low +acpitail (0.1-2) unstable; urgency=low + * Replaced obsolete dh_clean -k with dh_prep in rules. * Changed maintainer to Debian Acpi Team. * Removed Homepage tag in control in favour of the new control field. * Added Vcs-Git and Vcs-Browser fields to control. - * Bumped Standards-Version to 3.8.0 + * Bumped Standards-Version to 3.8.0, no changes necessary. + * Updated debhelper compatibility level from 5 to 7. - -- Tobias Klauser <tklauser@access.unizh.ch> Sun, 19 Oct 2008 18:40:41 +0200 + -- Tobias Klauser <tklauser@distanz.ch> Thu, 01 Jan 2009 15:40:49 +0100 acpitail (0.1-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 64c2f7b..75c3283 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: acpitail Section: utils Priority: optional Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org> -Uploaders: Tobias Klauser <tklauser@access.unizh.ch> -Build-Depends: debhelper (>= 5), libacpi-dev +Uploaders: Tobias Klauser <tklauser@distanz.ch> +Build-Depends: debhelper (>= 7), libacpi-dev Standards-Version: 3.8.0 Homepage: http://www.vanheusden.com/acpitail/ Vcs-Git: git://git.debian.org/git/pkg-acpi/acpitail.git diff --git a/debian/rules b/debian/rules index ea5a1f2..090b681 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs usr/bin install -m755 -p acpitail $(CURDIR)/debian/acpitail/usr/bin/ |