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
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
nut (2.6.5-4) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* debian/control: Do not build nut-ipmi on hurd-i386 as freeipmi is not
|
||||||
|
available on that platform.
|
||||||
|
|
||||||
|
-- Laurent Bigonville <bigon@debian.org> Thu, 11 Jul 2013 12:12:51 +0200
|
||||||
|
|
||||||
nut (2.6.5-3) unstable; urgency=low
|
nut (2.6.5-3) unstable; urgency=low
|
||||||
|
|
||||||
[ Laurent Bigonville ]
|
[ Laurent Bigonville ]
|
||||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 8.1.3),
|
||||||
libpowerman0-dev (>= 2.3.3),
|
libpowerman0-dev (>= 2.3.3),
|
||||||
libwrap0-dev (>= 7.6),
|
libwrap0-dev (>= 7.6),
|
||||||
python (>= 2.6.6-3~),
|
python (>= 2.6.6-3~),
|
||||||
libfreeipmi-dev (>= 0.8.5),
|
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
|
||||||
libipmimonitoring-dev (>= 1.1.5-2)
|
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386]
|
||||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||||
docbook-xsl,
|
docbook-xsl,
|
||||||
dblatex (>= 0.2.5),
|
dblatex (>= 0.2.5),
|
||||||
|
@ -107,7 +107,7 @@ Description: network UPS tools - SNMP driver
|
||||||
Manager interface to the core NUT system.
|
Manager interface to the core NUT system.
|
||||||
|
|
||||||
Package: nut-ipmi
|
Package: nut-ipmi
|
||||||
Architecture: any
|
Architecture: linux-any kfreebsd-any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
|
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
|
||||||
Description: network UPS tools - IPMI driver
|
Description: network UPS tools - IPMI driver
|
||||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||||
|
|
Loading…
Reference in New Issue
Block a user