Split nut package into nut-client and nut-server, keep nut package as metapackage

This commit is contained in:
Laurent Bigonville 2011-05-16 13:58:32 +02:00
parent 1106c880a1
commit 910934027d
18 changed files with 57 additions and 28 deletions

34
debian/control vendored
View file

@ -20,13 +20,25 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/nut.git;a=summary
Vcs-Git: git://git.debian.org/git/collab-maint/nut.git
Package: nut
Architecture: all
Depends: ${misc:Depends}, nut-server, nut-client
Description: network UPS tools - metapackage
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 is a metapackage that install both nut-server and nut-client
Package: nut-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6), ${udev}
Recommends: bash-completion
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6), ${udev}, nut-client (= ${binary:Version})
Suggests: nut-cgi, nut-snmp, nut-dev, nut-xml
Provides: ups-monitor, nut-doc, nut-usb
Conflicts: ups-monitor, nut-doc, nut-hal-drivers, nut-usb (<< 2.1.0-3), nut-dev (<< 2.2.2)
Replaces: nut-doc
Replaces: nut-doc, nut (<< 2.6.1)
Breaks: nut (<< 2.6.1)
Description: network UPS tools - core system
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -38,6 +50,22 @@ Description: network UPS tools - core system
drivers. In most cases it is sufficient for a basic UPS monitoring
system.
Package: nut-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: bash-completion
Replaces: nut (<< 2.6.1)
Breaks: nut (<< 2.6.1)
Description: network UPS tools - clients
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 NUT's clients that allows the user to control
and monitor the UPS.
Package: nut-cgi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser