debian/control: Do not build nut-ipmi on hurd-i386 as freeipmi is not available on that platform.
This commit is contained in:
parent
4c61ee613e
commit
8157c709a1
2 changed files with 10 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 8.1.3),
|
|||
libpowerman0-dev (>= 2.3.3),
|
||||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~),
|
||||
libfreeipmi-dev (>= 0.8.5),
|
||||
libipmimonitoring-dev (>= 1.1.5-2)
|
||||
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
|
||||
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386]
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
docbook-xsl,
|
||||
dblatex (>= 0.2.5),
|
||||
|
|
@ -107,7 +107,7 @@ Description: network UPS tools - SNMP driver
|
|||
Manager interface to the core NUT system.
|
||||
|
||||
Package: nut-ipmi
|
||||
Architecture: any
|
||||
Architecture: linux-any kfreebsd-any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
|
||||
Description: network UPS tools - IPMI driver
|
||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue