Add debian/patches/0002-fix_udev_action.patch: Also set permission for "change" udev ACTION (Closes: #557178)
This commit is contained in:
parent
00b3b334a9
commit
58a98cfddc
3 changed files with 14 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -8,8 +8,10 @@ nut (2.4.3-2) UNRELEASED; urgency=low
|
|||
that were applied directly in the source
|
||||
* Add debian/gbp.conf file
|
||||
* debian/watch: Bump version to 3
|
||||
* Add debian/patches/0002-fix_udev_action.patch: Also set permission for
|
||||
"change" udev ACTION (Closes: #557178)
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Tue, 21 Dec 2010 15:35:52 +0100
|
||||
-- Laurent Bigonville <bigon@debian.org> Wed, 22 Dec 2010 18:28:42 +0100
|
||||
|
||||
nut (2.4.3-1.1) unstable; urgency=low
|
||||
|
||||
|
|
10
debian/patches/0002-fix_udev_action.patch
vendored
Normal file
10
debian/patches/0002-fix_udev_action.patch
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- nut-2.4.3.orig/scripts/udev/nut-usbups.rules.in
|
||||
+++ nut-2.4.3/scripts/udev/nut-usbups.rules.in
|
||||
@@ -1,6 +1,6 @@
|
||||
# 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", GOTO="nut-usbups_rules_real"
|
||||
BUS!="usb", GOTO="nut-usbups_rules_end"
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
|||
0001-low_speed_usb_ups.patch
|
||||
0002-fix_udev_action.patch
|
||||
|
|
Loading…
Reference in a new issue