X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_installxaw;h=17321834bf10818793b8a241544ebdf90f7b32bc;hb=699d0e5c2bd5bcd52a1833a802281ca66d7ae111;hp=3bda1fa0589f88306629f22832fec3ea946c7699;hpb=7f94f1760a87781615730ae5daf9b6b58a7feaf9;p=debhelper.git diff --git a/dh_installxaw b/dh_installxaw index 3bda1fa..1732183 100755 --- a/dh_installxaw +++ b/dh_installxaw @@ -11,10 +11,13 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS - dh_installxaw [debhelper options] [-n] +B [S>] [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');