From c7e3020e957c9c97bb14c7d82e6fdddbfb6e9aef Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 8 Jul 2004 21:48:14 +0000 Subject: r1695: * dh_gconf: gconf schemas moved to /usr/share/gconf/schemas. Relocate schemas from /etc/gconf/schemas. (Josselin Mouette) * dh_gconf: kill gconfd-2 so that the newly installed schemas are available straight away. (Josselin Mouette) * dh_gconf: fix bashism in restart of gconfd-2 * dh_gconf: fix innaccuracy in man page; gconfd-2 is HUPPed, not killed. * dh_scrollkeeper: stop adding scrollkeeper to misc:Depends, since the postinst will not run it if it's not installed, and a single run after it's installed is sufficient to find all documents. Closes: #256745 * dh_fixperms: make .ali files mode 444 to prevent recompilation by GNAT. For speed, only scan for .ali files in usr/lib/ada. Closes: #245211 * dh_python: check to make sure compileall.py is available before running it in the postinst. Closes: #253112 * dh_installmodules: install debian/package.modprobe into etc/modprobe.d/ for module-init-tools. These files can sometimes need to differ from the etc/modutils/ files. Closes: #204336, #234495 * dh_installmanpages is now deprecated. * Add a test case for bug #244157, and fixed the inverted ok() parameters in the others, and added a few new tests. * dh_link: applied GOTO Masanori's patch to fix conversion of existing relative symlinks between top level directories. Closes: #244157 --- dh_installmanpages | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dh_installmanpages') diff --git a/dh_installmanpages b/dh_installmanpages index 415c86b7..93c84154 100755 --- a/dh_installmanpages +++ b/dh_installmanpages @@ -21,7 +21,8 @@ automatically installing man pages into usr/share/man/ and usr/X11R6/man/ in package build directories. This is a DWIM-style program, with an interface unlike the rest of -debhelper. You are encouraged to use L instead. +debhelper. It is deprecated, and you are encouraged to use +L instead. dh_installmanpages scans the current directory and all subdirectories for filenames that look like man pages. (Note that only real files are looked @@ -61,6 +62,8 @@ not be processed properly. =cut +warning("This program is deprecated, switch to dh_installman."); + init(); # Check if a file is a man page, for use by File::Find. -- cgit v1.2.3