~noskcaj/ubuntu/saucy/debhelper/saucy

« back to all changes in this revision

Viewing changes to dh_installudev

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-02-07 17:16:49 UTC
  • mfrom: (1.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110207171649-v8k6uowavom83cxt
Tags: 8.1.0ubuntu1
* Merge with Debian (LP: #714705); remaining changes:
  - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
  - Add various autoscripts for above: postinst-upstart,
    postinst-upstart-replace, postinst-upstart-restart,
    prerm-upstart, prerm-upstart-norestart, preinst-removeconffile.
  - dh_installudev: Change default init.d symlink priority to 40.
  - dh_installchangelogs: Do not install upstream changelog in compat level
    7. This floods packages with huge upstream changelogs which take
    precious CD space.
  - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
    triplet-strip from cross-binutils when cross-compiling; Debian #412118.
  - add dh_apparmor and autoscripts
  - debian/rules: override build target to set executable bit for
    dh_apparmor before actually running dh build, that is in order to get
    the manpage built for dh_apparmor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
=head1 DESCRIPTION
18
18
 
19
 
dh_installudev is a debhelper program that is responsible for
20
 
installing udev rules files.
 
19
B<dh_installudev> is a debhelper program that is responsible for
 
20
installing B<udev> rules files.
21
21
 
22
 
Code is added to the preinst and postinst to handle the upgrade from the
23
 
old udev rules file location.
 
22
Code is added to the F<preinst> and F<postinst> to handle the upgrade from the
 
23
old B<udev> rules file location.
24
24
 
25
25
=head1 FILES
26
26
 
28
28
 
29
29
=item debian/I<package>.udev
30
30
 
31
 
Installed into lib/udev/rules.d/ in the package build directory.
 
31
Installed into F<lib/udev/rules.d/> in the package build directory.
32
32
 
33
33
=back
34
34
 
38
38
 
39
39
=item B<--name=>I<name>
40
40
 
41
 
When this parameter is used, dh_installudev looks for and
 
41
When this parameter is used, B<dh_installudev> looks for and
42
42
installs files named debian/I<package>.I<name>.udev instead of the usual
43
43
debian/I<package>.udev.
44
44
 
45
45
=item B<--priority=>I<priority>
46
46
 
47
 
Sets the priority string of the rules.d symlink. Default is 40.
 
47
Sets the priority string of the F<rules.d> symlink. Default is 40.
48
48
 
49
49
=item B<-n>, B<--noscripts>
50
50
 
51
 
Do not modify postinst/postrm scripts.
 
51
Do not modify F<postinst>/F<postrm> scripts.
52
52
 
53
53
=back
54
54