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

« back to all changes in this revision

Viewing changes to dh_installwm

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess, Joey Hess, Valery Perrin
  • Date: 2011-02-05 12:00:04 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: james.westby@ubuntu.com-20110205120004-9ayvm0q0xe2yl0hx
Tags: 8.1.0
[ Joey Hess ]
* python_distutils: Pass --force to setup.py build, to ensure that when
  python-dbg is run it does not win and result in scripts having it in
  the shebang line. Closes: #589759
* Man page fixes about what program -u passes params to. Closes: #593342
* Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
* Large update to Spanish man page translations by Omar Campagne.
  Closes: #600913
* dh_installdeb: Support debian/package.maintscript files,
  which can contain dpkg-maintscript-helper commands. This can be used
  to automate moving or removing conffiles, or anything added to
  dpkg-maintscript-helper later on. Closes: #574443
  (Thanks, Colin Watson)
* Massive man page typography patch. Closes: #600883
  (Thanks, David Prévot)
* Explicitly build-depend on a new enough perl-base. Closes: #601188
* dh: Inhibit logging when an override target runs the overridden command,
  to avoid unexpected behavior if the command succeeded but the overall
  target fails. Closes: #601037
* Fix deprecated command list on translated debhelper(7) man pages.
  Closes: #601204
* dh: Improve filtering in dh_listpackages example. Closes: #604561
* dh: Add support for build-arch, build-indep, install-arch and
  install-indep sequences. Closes: #604563
  (Thanks, Roger Leigh)
* dh_listpackages: Do not display warnings if options cause no packages
  to be listed.
* dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
  only installed into the first package listed in debian/control.
  Closes: #606036
* dh_compress: Javascript files are not compressed, as these go with
  (uncompressed) html files. Closes: #603553
* dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
  Closes: #608907
* dh_installinit: never call init scripts directly, only through invoke-rc.d
  Closes: #610340
  (Thanks, Steve Langasek)

[ Valery Perrin ]
* update french translation.
* Fix french misspelling.
* French translation update after massive man page typography 

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