summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_installdeb b/dh_installdeb
index d3eebe76..e0ec36c7 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -2,8 +2,7 @@
#
# Install files from debian/ into the package's DEBIAN directory.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {