From a155491c23c692bb7cd38d7df19c1e41c701236b Mon Sep 17 00:00:00 2001 From: joeyh Date: Mon, 9 Apr 2007 19:31:44 +0000 Subject: r1980: * prerm and postrm scripts are now generated in a reverse order than preinst and postinst scripts. For example, if a package uses dh_pysupport before dh_installinit, the prerm will first stop the init script and then remove the python files. * Introducing beginning of v6 mode. * dh_installwm: In v6 mode, install a slave manpage link for x-window-manager.1.gz. Done in v6 mode because some window managers probably work around this longstanding debhelper bug by registering the slave on their own. This bug was only fixable once programs moved out of /usr/X11R6. Closes: #85963 * dh_builddeb: In v6 mode, fix bug in DH_ALWAYS_EXCLUDE handling, to work the same as all the other code in debhelper. This could only be fixed in v6 mode because packages may potentially legitimately rely on the old buggy behavior. Closes: #242834 * dh_installman: In v6 mode, overwrite exsiting man pages. Closes: #288250 --- dh_installwm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dh_installwm') diff --git a/dh_installwm b/dh_installwm index 31ce63c..1989056 100755 --- a/dh_installwm +++ b/dh_installwm @@ -17,7 +17,9 @@ B [S>] [B<-n>] [B<--priority=>I] [S +with L. The window manager's man page is also +registered as a slave symlink (in v6 mode and up), and is assumed to be +located in /usr/share/man/man1/.1.gz. Any window manager programs specified as parameters will be registered in the first package dh_installwm is told to act on. By default, this is the -- cgit v1.2.1