summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index f6ae235e..83783aea 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -2,8 +2,7 @@
#
# Find dependancies. Simple dpkg-shlibdeps wrapper.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {