debian/control: Fix duplicate package descriptions to please lintian
This commit is contained in:
parent
68880dfdfd
commit
c4e9d7ecff
2 changed files with 6 additions and 5 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -16,8 +16,9 @@ nut (2.7.4-9) UNRELEASED; urgency=medium
|
||||||
* debian/control: Add libnss3-dev to the dependencies of libupsclient-dev
|
* debian/control: Add libnss3-dev to the dependencies of libupsclient-dev
|
||||||
* debian/tests/control: Drop python-unit and depend against python package
|
* debian/tests/control: Drop python-unit and depend against python package
|
||||||
instead (Closes: #908963)
|
instead (Closes: #908963)
|
||||||
|
* debian/control: Fix duplicate package descriptions to please lintian
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Tue, 09 Jul 2019 15:27:18 +0200
|
-- Laurent Bigonville <bigon@debian.org> Tue, 09 Jul 2019 15:59:26 +0200
|
||||||
|
|
||||||
nut (2.7.4-8) unstable; urgency=medium
|
nut (2.7.4-8) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -226,7 +226,7 @@ Architecture: any
|
||||||
Depends: libnutclient0 (= ${binary:Version}),
|
Depends: libnutclient0 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Description: network UPS tools - development files
|
Description: network UPS tools - development files for the new client library
|
||||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||||
allows computers to share uninterruptible power supply (UPS) and
|
allows computers to share uninterruptible power supply (UPS) and
|
||||||
power distribution unit (PDU) hardware. Clients access the hardware
|
power distribution unit (PDU) hardware. Clients access the hardware
|
||||||
|
@ -248,20 +248,20 @@ Description: network UPS tools - scanner library
|
||||||
through the server, and are notified whenever the power status
|
through the server, and are notified whenever the power status
|
||||||
changes.
|
changes.
|
||||||
.
|
.
|
||||||
This package provides the shared client library.
|
This package provides the shared scanner library.
|
||||||
|
|
||||||
Package: libnutscan-dev
|
Package: libnutscan-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libnutscan1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
Depends: libnutscan1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: network UPS tools - development files
|
Description: network UPS tools - development files for the scanner library
|
||||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||||
allows computers to share uninterruptible power supply (UPS) and
|
allows computers to share uninterruptible power supply (UPS) and
|
||||||
power distribution unit (PDU) hardware. Clients access the hardware
|
power distribution unit (PDU) hardware. Clients access the hardware
|
||||||
through the server, and are notified whenever the power status
|
through the server, and are notified whenever the power status
|
||||||
changes.
|
changes.
|
||||||
.
|
.
|
||||||
This package provides the development files.
|
This package provides the development files for the scanner library.
|
||||||
|
|
||||||
Package: python-nut
|
Package: python-nut
|
||||||
Section: python
|
Section: python
|
||||||
|
|
Loading…
Reference in a new issue