diff options
author | Matthew Johnson <mjj29@adonis.matthew.ath.cx> | 2007-12-13 12:09:51 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@adonis.matthew.ath.cx> | 2007-12-13 12:09:51 +0000 |
commit | cedea1572839b91766a6c4040850fa3defc981a8 (patch) | |
tree | 8d6ba2768b36bcd31bd3a1a86ee3fb7e8e066828 | |
parent | e26c0906b6da8b69ce451ddda695a24b8c606acf (diff) |
aoeu
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 77979da..9f43045 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ipmitool (1.8.9-1) unstable; urgency=low * Add patch to fix isol (Closes: #412816) * Add watch file * Move from DH_COMPAT to debian/compat + * Bump to dephelper v5 -- Matthew Johnson <mjj29@debian.org> Thu, 13 Dec 2007 10:25:22 +0000 diff --git a/debian/control b/debian/control index b937781..5a55d95 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Matthew Johnson <mjj29@debian.org> Uploaders: -Build-Depends: debhelper (>> 4.0.0), libreadline5-dev | libreadline-dev, libssl-dev, dpatch +Build-Depends: debhelper (>> 5.0.0), libreadline5-dev | libreadline-dev, libssl-dev, dpatch Standards-Version: 3.7.2 Package: ipmitool |