From 07659546d4248d4f4f4edc2c03d2ca5a6fe32f02 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 6 Jan 2002 04:58:07 +0000 Subject: r501: * Began work on v4 support (and thus the large version number jump), and it is only for the very brave right now since I will unhesitatingly break compatability in v4 mode as I'm developing it. Currently, updating to v4 mode will only make dh_makeshlibs -V generate shared library deps that omit the debian part of the version number. The reasoning behind this change is that the debian revision should not typically break binary compatability, that existing use of -V is causing too tight versioned deps, and that if you do need to include the debian revision for some reason, you can always write it out by hand. Closes: #101497 * dh_testversion is deprecated -- use build deps instead. A warning message is now output when it runs. Currently used by: 381 packages. * dh_installxaw is deprecated -- xaw-wrappers in no longer in the distribution. A warning message is now output when it runs. Currently used by: 3 packages (bugs filed). * Added referneces to menufile in dh_installmenu man page. Closes: #127978 (dh_make is not a part of debhelper, if you want it changed, file a bug on dh-make.) --- dh_installmenu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dh_installmenu') diff --git a/dh_installmenu b/dh_installmenu index 522f6269..212423c4 100755 --- a/dh_installmenu +++ b/dh_installmenu @@ -24,7 +24,7 @@ explanation of how this works. If a file named debian/package.menu exists, then it is installed into usr/lib/menu/package in the package build directory. This is a debian menu -file. +file. See L for its format. If a file named debian/package.menu-method exits, then it is installed into etc/menu-methods/package in the package build directory. This is a debian @@ -79,6 +79,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO L +L +L This program is a part of debhelper. -- cgit v1.2.3