X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_listpackages;h=109301b9f4c75e84c49623dc24b746ffc4f5a10d;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=804461c5e62b7b3c755912e3cf42b947d3d22177;hpb=088be5d001d899c42b9d572e91198791748e5b46;p=debhelper.git diff --git a/dh_listpackages b/dh_listpackages index 804461c..109301b 100755 --- a/dh_listpackages +++ b/dh_listpackages @@ -15,19 +15,21 @@ B [S>] =head1 DESCRIPTION -dh_listpackages is a debhelper program that outputs a list of all binary +B is a debhelper program that outputs a list of all binary packages debhelper commands will act on. If you pass it some options, it will change the list to match the packages other debhelper commands would act on if passed the same options. =cut +$dh{BLOCK_NOOP_WARNINGS}=1; init(); +inhibit_log(); print join("\n",@{$dh{DOPACKAGES}})."\n"; =head1 SEE ALSO -L +L This program is a part of debhelper.