]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installxaw
r538: * Make dh_installchangelogs install debian/NEWS files as well, as
[debhelper.git] / dh_installxaw
index 3bda1fa0589f88306629f22832fec3ea946c7699..17321834bf10818793b8a241544ebdf90f7b32bc 100755 (executable)
@@ -11,10 +11,13 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_installxaw [debhelper options] [-n]
+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');