summaryrefslogtreecommitdiff
path: root/dh_installxaw
diff options
context:
space:
mode:
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');