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";