debian/control, debian/rules, debian/libnutscan1.install,
debian/libnutscan-dev.install: distribute nut-scanner. (Closes: #921379) Signed-off-by: Arnaud Quette <ArnaudQuette@Eaton.com>
This commit is contained in:
parent
740190eb6a
commit
08288b6a7f
6 changed files with 46 additions and 1 deletions
28
debian/control
vendored
28
debian/control
vendored
|
|
@ -233,6 +233,34 @@ Description: network UPS tools - development files
|
|||
.
|
||||
This package provides the development files for the new client library.
|
||||
|
||||
Package: libnutscan1
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Description: network UPS tools - scanner library
|
||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||
allows computers to share uninterruptible power supply (UPS) and
|
||||
power distribution unit (PDU) hardware. Clients access the hardware
|
||||
through the server, and are notified whenever the power status
|
||||
changes.
|
||||
.
|
||||
This package provides the shared client library.
|
||||
|
||||
Package: libnutscan-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libnutscan1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: network UPS tools - development files
|
||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||
allows computers to share uninterruptible power supply (UPS) and
|
||||
power distribution unit (PDU) hardware. Clients access the hardware
|
||||
through the server, and are notified whenever the power status
|
||||
changes.
|
||||
.
|
||||
This package provides the development files.
|
||||
|
||||
Package: python-nut
|
||||
Section: python
|
||||
Architecture: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue