summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index c3742267..237602b4 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -2,8 +2,7 @@
#
# Automatically generate shlibs files.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {