]> git.donarmstrong.com Git - debhelper.git/blob - dh_listpackages
r348: * Fixes for perl 5.6.
[debhelper.git] / dh_listpackages
1 #!/usr/bin/perl -w
2 #
3 # Output a list of all packages debhelper will act on.
4
5 use Debian::Debhelper::Dh_Lib;
6 init();
7 print join("\n",@{$dh{DOPACKAGES}})."\n";
8