Debian release 2.6.2-1
This commit is contained in:
parent
56b9da25f1
commit
18de36389b
5 changed files with 28 additions and 21 deletions
15
debian/changelog
vendored
15
debian/changelog
vendored
|
@ -1,3 +1,18 @@
|
||||||
|
nut (2.6.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release (Closes: #594989)
|
||||||
|
* debian/control:
|
||||||
|
- remove legacy Build-Depends for nut-hal-drivers on libdbus and libglib
|
||||||
|
- Build-Depends-Indep on docbook-xsl for offline document
|
||||||
|
generation (Closes: #635347)
|
||||||
|
* debian/nut-server.install: add apcsmart-old
|
||||||
|
* debian/nut-server.init:
|
||||||
|
- add udev as Required-Start/Stop (Closes: #642412)
|
||||||
|
- remove legacy support for /etc/default/nut (Closes: #638021)
|
||||||
|
* debian/nut.TODO.Debian: update and complete the TODO list
|
||||||
|
|
||||||
|
-- Arnaud Quette <aquette@debian.org> Thu, 29 Sep 2011 18:39:16 +0200
|
||||||
|
|
||||||
nut (2.6.1-2) unstable; urgency=low
|
nut (2.6.1-2) unstable; urgency=low
|
||||||
|
|
||||||
* debian/nut.README.Debian: Adjust udev rules naming for permissions override
|
* debian/nut.README.Debian: Adjust udev rules naming for permissions override
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -8,14 +8,12 @@ Build-Depends: debhelper (>= 8),
|
||||||
libgd2-xpm-dev | libgd2-noxpm-dev,
|
libgd2-xpm-dev | libgd2-noxpm-dev,
|
||||||
libsnmp-dev | libsnmp9-dev,
|
libsnmp-dev | libsnmp9-dev,
|
||||||
libusb-dev (>= 0.1.8),
|
libusb-dev (>= 0.1.8),
|
||||||
libdbus-1-dev,
|
|
||||||
libdbus-glib-1-dev,
|
|
||||||
libglib2.0-dev,
|
|
||||||
libneon27-gnutls-dev | libneon27-dev,
|
libneon27-gnutls-dev | libneon27-dev,
|
||||||
libpowerman0-dev (>= 2.3.3),
|
libpowerman0-dev (>= 2.3.3),
|
||||||
libwrap0-dev (>= 7.6),
|
libwrap0-dev (>= 7.6),
|
||||||
python (>= 2.6.6-3~)
|
python (>= 2.6.6-3~)
|
||||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||||
|
docbook-xsl,
|
||||||
dblatex (>= 0.2.5),
|
dblatex (>= 0.2.5),
|
||||||
libxml2-utils
|
libxml2-utils
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
|
|
10
debian/nut-server.init
vendored
10
debian/nut-server.init
vendored
|
@ -1,8 +1,8 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: nut
|
# Provides: nut
|
||||||
# Required-Start: $local_fs $syslog $network $remote_fs
|
# Required-Start: $local_fs $syslog $network $remote_fs udev
|
||||||
# Required-Stop: $local_fs $syslog $network $remote_fs
|
# Required-Stop: $local_fs $syslog $network $remote_fs udev
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Network UPS Tools initscript
|
# Short-Description: Network UPS Tools initscript
|
||||||
|
@ -17,7 +17,6 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||||
|
|
||||||
NAME=nut
|
NAME=nut
|
||||||
DESC="Network UPS Tools"
|
DESC="Network UPS Tools"
|
||||||
DEFAULT=/etc/default/nut
|
|
||||||
CONFIG=/etc/nut/nut.conf
|
CONFIG=/etc/nut/nut.conf
|
||||||
|
|
||||||
. /lib/lsb/init-functions
|
. /lib/lsb/init-functions
|
||||||
|
@ -28,11 +27,6 @@ UPSD_OPTIONS=""
|
||||||
# set upsmon specific options. use "man upsmon" for more info
|
# set upsmon specific options. use "man upsmon" for more info
|
||||||
UPSMON_OPTIONS=""
|
UPSMON_OPTIONS=""
|
||||||
|
|
||||||
# Include defaults if available (transition period)
|
|
||||||
if [ -f $DEFAULT ] ; then
|
|
||||||
. $DEFAULT
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Include NUT nut.conf
|
# Include NUT nut.conf
|
||||||
if [ -f $CONFIG ] ; then
|
if [ -f $CONFIG ] ; then
|
||||||
. $CONFIG
|
. $CONFIG
|
||||||
|
|
1
debian/nut-server.install
vendored
1
debian/nut-server.install
vendored
|
@ -12,6 +12,7 @@ debian/tmp/lib/nut/bestups
|
||||||
debian/tmp/lib/nut/bestfortress
|
debian/tmp/lib/nut/bestfortress
|
||||||
debian/tmp/lib/nut/usbhid-ups
|
debian/tmp/lib/nut/usbhid-ups
|
||||||
debian/tmp/lib/nut/apcsmart
|
debian/tmp/lib/nut/apcsmart
|
||||||
|
debian/tmp/lib/nut/apcsmart-old
|
||||||
debian/tmp/lib/nut/belkin
|
debian/tmp/lib/nut/belkin
|
||||||
debian/tmp/lib/nut/blazer_ser
|
debian/tmp/lib/nut/blazer_ser
|
||||||
debian/tmp/lib/nut/blazer_usb
|
debian/tmp/lib/nut/blazer_usb
|
||||||
|
|
19
debian/nut.TODO.Debian
vendored
19
debian/nut.TODO.Debian
vendored
|
@ -1,11 +1,10 @@
|
||||||
- address the /var/www issue with upstream
|
- split nut-server.init into nut-server.init + nut-client.init (upsmon)
|
||||||
- rewrite and enhance the init script (log output, LSB, ...)
|
- how to distribute the nut-scanner and its library? Ie, a single package,
|
||||||
- audit and solve the lintian reports...
|
or using the nut-{xml,snmp,...} packages.
|
||||||
- factorise install rules (possibly use CDBS)
|
this requires libusb (0.1), Net SNMP, FreeIPMi, Avahi, libupsclient and Neon!
|
||||||
- consider an SSL/TLS set of packages (ie nut-ssl, ...)
|
- consider an SSL/TLS set of packages (ie nut-ssl, ...)
|
||||||
or help the port to NSS
|
or help the port to NSS
|
||||||
- apply when available the NUT Packaging Standard (NPS)
|
- install the device-recorder.sh script (with libupsclient-dev or a more
|
||||||
ie create a nut-client package
|
generic nut-dev that depends?)
|
||||||
- install the device-recorder.sh script (with nut-client or nut-dev?)
|
- address the /var/www issue with upstream
|
||||||
- consider joining the powermgt effort:
|
- audit and solve the lintian reports...
|
||||||
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=55123
|
|
||||||
|
|
Loading…
Reference in a new issue