File: skip-udev-rule-installation.patch

package info (click to toggle)
solaar 1.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,840 kB
  • sloc: python: 26,906; sh: 444; xml: 157; makefile: 75
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Skip the udev rules installation
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,6 @@
         yield dirname(mo), [mo]
 
     yield "share/applications", ["share/applications/solaar.desktop"]
-    yield "lib/udev/rules.d", ["rules.d/42-logitech-unify-permissions.rules"]
     yield "share/metainfo", ["share/solaar/io.github.pwr_solaar.solaar.metainfo.xml"]