diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f7b7fd6..685d88e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmitool (1.8.16-3) UNRELEASED; urgency=medium +ipmitool (1.8.16-3) unstable; urgency=medium * debian/rules: - Use of USB only on Linux architectures (Closes: #820007). @@ -7,8 +7,10 @@ ipmitool (1.8.16-3) UNRELEASED; urgency=medium - use necessary source dialect to ensure getpass() availability (Closes: #819340). Thanks to Steve Langasek <steve.langasek@ubuntu.com>. + * debian/control: + - Bump Standards-Version to 3.9.8 (no changes required). - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 13 Apr 2016 03:05:48 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 13 Apr 2016 07:45:13 +0200 ipmitool (1.8.16-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1665fe1..697b17d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: libfreeipmi-dev [!hurd-i386], libreadline-dev, libssl-dev -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/ipmitool.git Homepage: https://sourceforge.net/projects/ipmitool/ |