Fix control file
This commit is contained in:
parent
1aa25b671d
commit
dafbfe8075
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -6,6 +6,7 @@ nut (2.6.3-2) unstable; urgency=low
|
||||||
* debian/nut.TODO.Debian, debian/Makefile.am: updated to reflect the above
|
* debian/nut.TODO.Debian, debian/Makefile.am: updated to reflect the above
|
||||||
* debian/rules: install nut-client.init, and update to reflect the above
|
* debian/rules: install nut-client.init, and update to reflect the above
|
||||||
* debian/control, debian/Makefile.am: updated to reflect the above
|
* debian/control, debian/Makefile.am: updated to reflect the above
|
||||||
|
* debian/control: add Breaks on nut-server (<< 2.6.3-1~)
|
||||||
* debian/nut-client.links: renamed from debian/nut-server.links, since
|
* debian/nut-client.links: renamed from debian/nut-server.links, since
|
||||||
ups-monitor is now provided by nut-client initscript
|
ups-monitor is now provided by nut-client initscript
|
||||||
* debian/nut.README.Debian: renamed from nut-server.README.Debian,
|
* debian/nut.README.Debian: renamed from nut-server.README.Debian,
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -60,7 +60,7 @@ 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
|
||||||
Replaces: nut (<< 2.6.1-2~)
|
Replaces: nut (<< 2.6.1-2~)
|
||||||
Breaks: nut (<< 2.6.1-2~)
|
Breaks: nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~)
|
||||||
Description: network UPS tools - clients
|
Description: network UPS tools - clients
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue