X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_listpackages;h=79b664bd71aaa065b85a825fb632095ac6ce7302;hb=452b7e6a61be42b2c345cdeeb00fbe51f88fce32;hp=846fa547742daf149aa63ec2595531e993e5bfbe;hpb=379525672c478e9b88f0b4249f20786ef1b07729;p=debhelper.git diff --git a/dh_listpackages b/dh_listpackages index 846fa54..79b664b 100755 --- a/dh_listpackages +++ b/dh_listpackages @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS - dh_listpackages [debhelper options] +B [S>] =head1 DESCRIPTION @@ -23,11 +23,12 @@ act on if passed the same options. =cut init(); +inhibit_log(); print join("\n",@{$dh{DOPACKAGES}})."\n"; =head1 SEE ALSO -L +L This program is a part of debhelper.