~ubuntu-branches/ubuntu/natty/debhelper/natty

« back to all changes in this revision

Viewing changes to dh_installwm

  • 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:
11
11
 
12
12
=head1 SYNOPSIS
13
13
 
14
 
B<dh_installwm> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] [S<I<wm ...>>]
 
14
B<dh_installwm> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] [S<I<wm> ...>]
15
15
 
16
16
=head1 DESCRIPTION
17
17
 
18
 
dh_installwm is a debhelper program that is responsible for
19
 
generating the postinst and postrm commands that register a window manager
 
18
B<dh_installwm> is a debhelper program that is responsible for
 
19
generating the F<postinst> and F<postrm> commands that register a window manager
20
20
with L<update-alternatives(8)>. The window manager's man page is also 
21
21
registered as a slave symlink (in v6 mode and up), if it is found in 
22
 
usr/share/man/man1/ in the package build directory.
 
22
F<usr/share/man/man1/> in the package build directory.
23
23
 
24
24
=head1 FILES
25
25
 
43
43
 
44
44
=item B<-n>, B<--noscripts>
45
45
 
46
 
Do not modify postinst/postrm scripts. Turns this command into a no-op.
 
46
Do not modify F<postinst>/F<postrm> scripts. Turns this command into a no-op.
47
47
 
48
 
=item I<wm ...>
 
48
=item I<wm> ...
49
49
 
50
50
Window manager programs to register.
51
51