Generate PDF and html doc and install it in nut-doc package
This commit is contained in:
parent
63f12aa09f
commit
dfa7599f33
8 changed files with 98 additions and 4 deletions
23
debian/control
vendored
23
debian/control
vendored
|
|
@ -15,6 +15,9 @@ Build-Depends: debhelper (>= 8),
|
|||
libpowerman0-dev (>= 2.3.3),
|
||||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~)
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
dblatex (>= 0.2.5),
|
||||
libxml2-utils
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://www.networkupstools.org/
|
||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/nut.git;a=summary
|
||||
|
|
@ -37,9 +40,9 @@ Package: nut-server
|
|||
Architecture: any
|
||||
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, nut (<< 2.6.1)
|
||||
Provides: ups-monitor, nut-usb
|
||||
Conflicts: ups-monitor, nut-hal-drivers, nut-usb (<< 2.1.0-3), nut-dev (<< 2.2.2)
|
||||
Replaces: 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
|
||||
|
|
@ -127,6 +130,20 @@ Description: network UPS tools - PowerMan PDU driver
|
|||
This package provides powerman-pdu, which allows NUT clients to communicate
|
||||
with the PowerMan daemon to support PDUs.
|
||||
|
||||
Package: nut-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${misc:Depends}
|
||||
Suggests: doc-base
|
||||
Description: network UPS tools - documentation
|
||||
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 contains FAQ, user, developer and packager documentation.
|
||||
|
||||
Package: libupsclient1
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue