diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 588498f..6d8bf92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ ipmitool (1.8.11-4) unstable; urgency=low * debian/control: - Add myself as co-maintainer. - Add Vcs entries. + - Update Architecture to any as ipmitool can be used for + remote devices. - -- Luk Claes <luk@debian.org> Mon, 19 Sep 2011 19:27:42 +0200 + -- Luk Claes <luk@debian.org> Mon, 19 Sep 2011 19:31:12 +0200 ipmitool (1.8.11-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 250dcad..5124296 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Git: git://anonscm.debian.org/git/collab-maint/ipmitool.git Standards-Version: 3.8.0 Package: ipmitool -Architecture: i386 amd64 ia64 powerpc sparc mipsel +Architecture: any Depends: ${shlibs:Depends}, lsb-base Suggests: openipmi Description: utility for IPMI control with kernel driver or LAN interface |