diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-04-09 18:26:40 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-04-09 18:26:40 +0200 |
commit | 2ada29db9b62cbdf90e9953dc1b00905bb6c250d (patch) | |
tree | 611f990c24e1f0164fe243876b5d91e3874265cd | |
parent | 3da81083ed0968cb20a50a5c4922e260b3a0d7b0 (diff) |
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 840cf08..8386558 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,10 @@ 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. + * Update Standards-Version to 3.9.3, no changes necessary. + * Update debhelper compatibility level from 7 to 9. - -- Tobias Klauser <tklauser@distanz.ch> Sun, 31 Jan 2010 18:41:56 +0100 + -- Tobias Klauser <tklauser@distanz.ch> Mon, 09 Apr 2012 18:24:07 +0200 acpitail (0.1-3) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 59e123a..09f48aa 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: utils Priority: optional Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org> Uploaders: Tobias Klauser <tklauser@distanz.ch> -Build-Depends: debhelper (>= 7), libacpi-dev -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 9), libacpi-dev +Standards-Version: 3.9.3 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 |