1DH_INSTALLUDEV(1) Debhelper DH_INSTALLUDEV(1)
2
3
4
6 dh_installudev - install udev rules files
7
9 dh_installudev [debhelperĀ options] [-n] [--name=name]
10 [--priority=priority]
11
13 dh_installudev is a debhelper program that is responsible for
14 installing udev rules files.
15
17 debian/package.udev
18 Installed into lib/udev/rules.d/ in the package build directory.
19
21 --name=name
22 When this parameter is used, dh_installudev looks for and installs
23 files named debian/package.name.udev instead of the usual
24 debian/package.udev.
25
26 --priority=priority
27 Sets the priority the file. Default is 60.
28
30 Note that this command is not idempotent. dh_prep(1) should be called
31 between invocations of this command. Otherwise, it may cause multiple
32 instances of the same text to be added to maintainer scripts.
33
35 debhelper(7)
36
37 This program is a part of debhelper.
38
40 Joey Hess <joeyh@debian.org>
41
42
43
4412.6.1 2019-10-08 DH_INSTALLUDEV(1)