debian/tests/control: Add psmisc to the dependencies as it's not installed by default in debian
This commit is contained in:
parent
c4835ea1a1
commit
e878bd34ba
3 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -5,8 +5,9 @@ nut (2.7.4-10) UNRELEASED; urgency=medium
|
|||
* debian/libnutclient0.symbols: Add new C++ template exported on arm64 and
|
||||
x32
|
||||
* debian/tests: Import changes from the ubuntu package, thanks to them.
|
||||
Add psmisc to the dependencies as it's not installed by default in debian
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 04 Aug 2019 20:51:34 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 04 Aug 2019 20:52:43 +0200
|
||||
|
||||
nut (2.7.4-9) unstable; urgency=medium
|
||||
|
||||
|
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
|
@ -1,3 +1,3 @@
|
|||
Tests: nut
|
||||
Depends: nut-server, nut-client, python, lsb-release, netcat
|
||||
Depends: nut-server, nut-client, python, lsb-release, netcat, psmisc
|
||||
Restrictions: needs-root
|
||||
|
|
2
debian/tests/test-nut.py
vendored
2
debian/tests/test-nut.py
vendored
|
@ -56,7 +56,7 @@
|
|||
http://www.networkupstools.org/nut-qa.html
|
||||
'''
|
||||
|
||||
# QRT-Packages: netcat-openbsd python
|
||||
# QRT-Packages: netcat-openbsd psmisc python
|
||||
# QRT-Alternates: nut-server nut
|
||||
# QRT-Alternates: nut-client nut
|
||||
# nut-dev is needed for the dummy driver on hardy
|
||||
|
|
Loading…
Reference in a new issue