i-nex / I-Nex

System information tool written in gambas3, python, bash
http://i-nex.linux.pl/
174 stars 24 forks source link

udev rules should be under /lib/udev/rules.d. #39

Closed shirishag75 closed 7 years ago

shirishag75 commented 7 years ago

lintian tells -

E: i-nex: udev-rule-in-etc etc/udev/rules.d/i2c_smbus.rules
N: 
N:    This package ships a udev rule and installs it under /etc/udev/rules.d,
N:    which is reserved for user-installed files. The correct directory for
N:    system rules is /lib/udev/rules.d.
N:    
N:    Refer to https://bugs.debian.org/559208 for details.
N:    
N:    Severity: important, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 

I guess the only change to be done here is fixing the path for udev rules.