Add dependency against adduser and lsb-base on nut-client package
This commit is contained in:
parent
04703f7239
commit
5d4e219ae8
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -15,8 +15,9 @@ nut (2.6.4-3) UNRELEASED; urgency=low
|
||||||
* Drop /etc/default/nut → /etc/nut/nut.conf migration code, migration
|
* Drop /etc/default/nut → /etc/nut/nut.conf migration code, migration
|
||||||
happends before squeeze release and this was against policy to have a
|
happends before squeeze release and this was against policy to have a
|
||||||
maintainer script modifying a conffile in the first place (Closes: #684392)
|
maintainer script modifying a conffile in the first place (Closes: #684392)
|
||||||
|
* Add dependency against adduser and lsb-base on nut-client package
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Thu, 09 Aug 2012 21:32:09 +0200
|
-- Laurent Bigonville <bigon@debian.org> Sat, 11 Aug 2012 17:06:27 +0200
|
||||||
|
|
||||||
nut (2.6.4-2) unstable; urgency=low
|
nut (2.6.4-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -59,7 +59,7 @@ Description: network UPS tools - core system
|
||||||
|
|
||||||
Package: nut-client
|
Package: nut-client
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6)
|
||||||
Provides: ups-monitor
|
Provides: ups-monitor
|
||||||
Conflicts: ups-monitor, nut-server (<< 2.6.3-1)
|
Conflicts: ups-monitor, nut-server (<< 2.6.3-1)
|
||||||
Recommends: bash-completion
|
Recommends: bash-completion
|
||||||
|
|
Loading…
Reference in a new issue