From 053f6f8b4e7431d32511aef209188a084e8c7e79 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 9 Feb 2001 00:57:53 +0000 Subject: r420: big monsta changes --- dh_listpackages | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_listpackages') 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"; -- cgit v1.2.3