debian/nut-server.lintian-overrides: Add overrides for udev-rule-missing-subsystem, the SUBSYSTEM check is at the top of the file
This commit is contained in:
parent
3cf6fe4225
commit
1b2fe33bfd
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -14,8 +14,10 @@ nut (2.7.4-6) UNRELEASED; urgency=medium
|
||||||
* Add python3-nut package
|
* Add python3-nut package
|
||||||
* debian/control: Bump Standards-Version to 4.1.3 and bump existing packages
|
* debian/control: Bump Standards-Version to 4.1.3 and bump existing packages
|
||||||
from the extra priority to optional as the former is deprecated
|
from the extra priority to optional as the former is deprecated
|
||||||
|
* debian/nut-server.lintian-overrides: Add overrides for
|
||||||
|
udev-rule-missing-subsystem, the SUBSYSTEM check is at the top of the file
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 12:40:56 +0100
|
-- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 12:51:31 +0100
|
||||||
|
|
||||||
nut (2.7.4-5.1) unstable; urgency=medium
|
nut (2.7.4-5.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
2
debian/nut-server.lintian-overrides
vendored
Normal file
2
debian/nut-server.lintian-overrides
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# SUBSYSTEM is tested at the begining of the file
|
||||||
|
nut-server: udev-rule-missing-subsystem lib/udev/rules.d/62-nut-usbups.rules:*
|
Loading…
Reference in a new issue