summaryrefslogtreecommitdiff
path: root/dh_listpackages
diff options
context:
space:
mode:
Diffstat (limited to 'dh_listpackages')
-rwxr-xr-xdh_listpackages4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_listpackages b/dh_listpackages
index 7a764af5..1123e6d2 100755
--- a/dh_listpackages
+++ b/dh_listpackages
@@ -2,7 +2,7 @@
#
# Output a list of all packages debhelper will act on.
-BEGIN { push @INC, "debian", "/usr/lib/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
print join("\n",@{$dh{DOPACKAGES}})."\n";
+