summaryrefslogtreecommitdiff
path: root/dh_listpackages
blob: 1123e6d2d7b09b3d0d58caa7137f3aeb952e4ddf (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w
#
# Output a list of all packages debhelper will act on.

use Debian::Debhelper::Dh_Lib;
init();
print join("\n",@{$dh{DOPACKAGES}})."\n";