summaryrefslogtreecommitdiff
path: root/dh_installxaw
diff options
context:
space:
mode:
authorjoey <joey>2002-01-06 04:58:07 +0000
committerjoey <joey>2002-01-06 04:58:07 +0000
commit07659546d4248d4f4f4edc2c03d2ca5a6fe32f02 (patch)
tree74f1d6681492ef390ea04f1a4e0b255a3ec61785 /dh_installxaw
parentf4bfda706202d3136b6475cf0680674172ddf4f1 (diff)
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.)
Diffstat (limited to 'dh_installxaw')
-rwxr-xr-xdh_installxaw5
1 files changed, 5 insertions, 0 deletions
diff --git a/dh_installxaw b/dh_installxaw
index fed5f2d4..17321834 100755
--- a/dh_installxaw
+++ b/dh_installxaw
@@ -15,6 +15,9 @@ B<dh_installxaw> [S<I<debhelper options>>] [B<-n>]
=head1 DESCRIPTION
+Warning: The xaw-wrappers package has been removed from debian, and so this
+program is deprecated, and due to be removed soon.
+
dh_installxaw is a debhelper program that is responsible for installing
xaw wrappers config files into package build directories.
@@ -45,6 +48,8 @@ instances of the same text to be added to maintainer scripts.
init();
+warning("The xaw-wrappers package has been removed from debian, and so this program is deprecated, and due to be removed soon.");
+
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $xaw=pkgfile($package,'xaw');