Run wrap-and-sort

This commit is contained in:
Laurent Bigonville 2016-07-18 17:46:23 +02:00
parent e01f1100e2
commit 5b5df2aac1
13 changed files with 118 additions and 105 deletions

72
debian/control vendored
View file

@ -3,25 +3,25 @@ Section: admin
Priority: optional
Maintainer: Arnaud Quette <aquette@debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: autotools-dev,
cdbs (>= 0.4.122~),
autotools-dev,
debhelper (>= 9),
dh-autoreconf,
dh-python,
dh-systemd (>= 1.14),
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386],
libneon27-gnutls-dev | libneon27-dev,
libnss3-dev,
libpowerman0-dev (>= 2.3.3),
libsnmp-dev | libsnmp9-dev,
libusb-dev (>= 0.1.8),
libneon27-gnutls-dev | libneon27-dev,
libpowerman0-dev (>= 2.3.3),
libwrap0-dev (>= 7.6),
python (>= 2.6.6-3~),
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386],
libnss3-dev
python (>= 2.6.6-3~)
Build-Depends-Indep: asciidoc (>= 8.6.3),
docbook-xsl,
dblatex (>= 0.2.5),
docbook-xsl,
libxml2-utils
Standards-Version: 3.9.8
Homepage: http://www.networkupstools.org/
@ -33,7 +33,7 @@ XS-Testsuite: autopkgtest
Package: nut
Architecture: all
Section: metapackages
Depends: ${misc:Depends}, nut-server, nut-client
Depends: nut-client, nut-server, ${misc:Depends}
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
@ -46,8 +46,13 @@ Description: network UPS tools - metapackage
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-ipmi, nut-xml
Depends: adduser,
lsb-base (>= 3.0-6),
nut-client (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${udev}
Suggests: nut-cgi, nut-ipmi, nut-snmp, nut-xml
Conflicts: nut-hal-drivers
Replaces: nut (<< 2.6.1-2~)
Breaks: nut (<< 2.6.1-2~)
@ -63,12 +68,12 @@ Description: network UPS tools - core system
Package: nut-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6)
Depends: adduser, lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends}
Provides: ups-monitor
Conflicts: ups-monitor
Recommends: bash-completion
Suggests: nut-monitor
Replaces: ups-monitor, nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~)
Replaces: nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~), ups-monitor
Breaks: nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~)
Description: network UPS tools - clients
Network UPS Tools (NUT) is a client/server monitoring system that
@ -82,7 +87,7 @@ Description: network UPS tools - clients
Package: nut-cgi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: apache2 | httpd-cgi
Suggests: nut
Description: network UPS tools - web interface
@ -97,7 +102,7 @@ Description: network UPS tools - web interface
Package: nut-snmp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
Depends: nut (>= 1.4.1-pre1), ${misc:Depends}, ${shlibs:Depends}
Description: network UPS tools - SNMP driver
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -110,8 +115,8 @@ Description: network UPS tools - SNMP driver
Manager interface to the core NUT system.
Package: nut-ipmi
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
Architecture: kfreebsd-any linux-any
Depends: nut (>= 1.4.1-pre1), ${misc:Depends}, ${shlibs:Depends}
Description: network UPS tools - IPMI driver
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -125,7 +130,7 @@ Description: network UPS tools - IPMI driver
Package: nut-xml
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 2.2.2)
Depends: nut (>= 2.2.2), ${misc:Depends}, ${shlibs:Depends}
Description: network UPS tools - XML/HTTP driver
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -140,7 +145,10 @@ Description: network UPS tools - XML/HTTP driver
Package: nut-powerman-pdu
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 2.4.0), powerman (>= 2.3.3)
Depends: nut (>= 2.4.0),
powerman (>= 2.3.3),
${misc:Depends},
${shlibs:Depends}
Description: network UPS tools - PowerMan PDU driver
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -168,7 +176,7 @@ Description: network UPS tools - documentation
Package: libupsclient4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: network UPS tools - client library
@ -183,7 +191,9 @@ Description: network UPS tools - client library
Package: libupsclient-dev
Section: libdevel
Architecture: any
Depends: libupsclient4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Depends: libupsclient4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libupsclient1-dev
Replaces: libupsclient1-dev
Description: network UPS tools - development files
@ -198,7 +208,7 @@ Description: network UPS tools - development files
Package: libnutclient0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: network UPS tools - new client library
@ -213,7 +223,9 @@ Description: network UPS tools - new client library
Package: libnutclient-dev
Section: libdevel
Architecture: any
Depends: libnutclient0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Depends: libnutclient0 (= ${binary:Version}),
${misc:Depends},
${shlibs: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
@ -226,7 +238,7 @@ Description: network UPS tools - development files
Package: python-nut
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, ${python:Depends}
Description: network UPS tools - Python bindings for NUT server
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -238,12 +250,12 @@ Description: network UPS tools - Python bindings for NUT server
Package: nut-monitor
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
Depends: python-glade2,
python-gobject,
python-gtk2,
python-glade2,
python-nut
python-nut,
${misc:Depends},
${python:Depends}
Description: network UPS tools - GUI application to monitor UPS status
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
@ -256,7 +268,7 @@ Description: network UPS tools - GUI application to monitor UPS status
Package: libups-nut-perl
Section: perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, ${perl:Depends}
Description: network UPS tools - Perl bindings for NUT server
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and