Compare commits
6 commits
nll-2.8.0
...
debian-squ
Author | SHA1 | Date | |
---|---|---|---|
|
967650bf3d | ||
|
79c1db9081 | ||
|
0cff03445d | ||
|
502231e441 | ||
|
b50e87d3d7 | ||
|
a700f109ab |
5 changed files with 14 additions and 2 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,14 @@
|
||||||
|
nut (2.4.3-1.1squeeze1) testing-proposed-updates; urgency=low
|
||||||
|
|
||||||
|
* debian/control: Add myself as Uploaders
|
||||||
|
* debian/nut.manpages: Install manpage nut.conf.5 (Closes: #528222)
|
||||||
|
* Add debian/nut.links: Re-add /etc/init.d/ups-monitor that was lost for
|
||||||
|
some reasons (Closes: #592351)
|
||||||
|
* scripts/udev/nut-usbups.rules.in: Also set permission for "change" udev
|
||||||
|
ACTION (Closes: #557178)
|
||||||
|
|
||||||
|
-- Laurent Bigonville <bigon@debian.org> Mon, 27 Dec 2010 14:51:02 +0100
|
||||||
|
|
||||||
nut (2.4.3-1.1) unstable; urgency=low
|
nut (2.4.3-1.1) unstable; urgency=low
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -2,6 +2,7 @@ Source: nut
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Arnaud Quette <aquette@debian.org>
|
Maintainer: Arnaud Quette <aquette@debian.org>
|
||||||
|
Uploaders: Laurent Bigonville <bigon@debian.org>
|
||||||
Build-Depends: debhelper (>= 7), autoconf, automake, libtool, libgd2-xpm-dev | libgd2-noxpm-dev, libsnmp-dev | libsnmp9-dev, libusb-dev (>= 0.1.8), libhal-dev (>= 0.5.8), hal, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libneon27-gnutls-dev | libneon26-gnutls-dev | libneon-dev | libneon27-dev | libneon26-dev, libpowerman0-dev (>= 2.3.3), libwrap0-dev (>= 7.6)
|
Build-Depends: debhelper (>= 7), autoconf, automake, libtool, libgd2-xpm-dev | libgd2-noxpm-dev, libsnmp-dev | libsnmp9-dev, libusb-dev (>= 0.1.8), libhal-dev (>= 0.5.8), hal, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libneon27-gnutls-dev | libneon26-gnutls-dev | libneon-dev | libneon27-dev | libneon26-dev, libpowerman0-dev (>= 2.3.3), libwrap0-dev (>= 7.6)
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://www.networkupstools.org
|
Homepage: http://www.networkupstools.org
|
||||||
|
|
1
debian/nut.link → debian/nut.links
vendored
1
debian/nut.link → debian/nut.links
vendored
|
@ -1,2 +1 @@
|
||||||
etc/init.d/nut etc/init.d/ups-monitor
|
etc/init.d/nut etc/init.d/ups-monitor
|
||||||
|
|
1
debian/nut.manpages
vendored
1
debian/nut.manpages
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
debian/tmp/usr/share/man/man5/nut.conf.5
|
||||||
debian/tmp/usr/share/man/man5/ups.conf.5
|
debian/tmp/usr/share/man/man5/ups.conf.5
|
||||||
debian/tmp/usr/share/man/man5/upsd.conf.5
|
debian/tmp/usr/share/man/man5/upsd.conf.5
|
||||||
debian/tmp/usr/share/man/man5/upsd.users.5
|
debian/tmp/usr/share/man/man5/upsd.users.5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated and installed by the Network UPS Tools package.
|
# This file is generated and installed by the Network UPS Tools package.
|
||||||
|
|
||||||
ACTION!="add", GOTO="nut-usbups_rules_end"
|
ACTION!="add|change", GOTO="nut-usbups_rules_end"
|
||||||
SUBSYSTEM=="usb_device", GOTO="nut-usbups_rules_real"
|
SUBSYSTEM=="usb_device", GOTO="nut-usbups_rules_real"
|
||||||
SUBSYSTEM=="usb", GOTO="nut-usbups_rules_real"
|
SUBSYSTEM=="usb", GOTO="nut-usbups_rules_real"
|
||||||
BUS!="usb", GOTO="nut-usbups_rules_end"
|
BUS!="usb", GOTO="nut-usbups_rules_end"
|
||||||
|
|
Loading…
Reference in a new issue