diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 44333d2..7f229d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ wallet (0.9-1) unstable; urgency=low      - kasetkey supports enable, disable, and examine.      - Stop setting Stanford-specific server defaults.    * The test suite no longer needs libio-string-perl. +  * Update debhelper compatibility level to V5 (no changes required).   -- Russ Allbery <rra@debian.org>  Thu, 24 Apr 2008 16:09:19 -0700 diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 2535c19..cfd2669 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wallet  Section: net  Priority: extra  Maintainer: Russ Allbery <rra@debian.org> -Build-Depends: debhelper (>= 4.0.0), libdbi-perl, libdbd-sqlite3-perl, +Build-Depends: debhelper (>= 5), libdbi-perl, libdbd-sqlite3-perl,   libkrb5-dev, libremctl-dev, libtest-pod-perl, perl,   libopenafs-dev [i386 powerpc sparc alpha s390 ia64 hppa amd64 ppc64]  Standards-Version: 3.7.3 | 
