diff options
author | joey <joey> | 2001-02-09 00:57:53 +0000 |
---|---|---|
committer | joey <joey> | 2001-02-09 00:57:53 +0000 |
commit | 053f6f8b4e7431d32511aef209188a084e8c7e79 (patch) | |
tree | 209a51c8c8fdbcce25c834198f1b3ef705dcb5b0 /dh_listpackages | |
parent | ae0346306694bb2c52193f6352755c223e6e8935 (diff) | |
download | debhelper-053f6f8b4e7431d32511aef209188a084e8c7e79.tar.gz |
r420: big monsta changes
Diffstat (limited to 'dh_listpackages')
-rwxr-xr-x | dh_listpackages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_listpackages b/dh_listpackages index 1123e6d2..ec9d533c 100755 --- a/dh_listpackages +++ b/dh_listpackages @@ -2,6 +2,7 @@ # # Output a list of all packages debhelper will act on. +use strict; use Debian::Debhelper::Dh_Lib; init(); print join("\n",@{$dh{DOPACKAGES}})."\n"; |