#!/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";