summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_builddeb b/dh_builddeb
index 0822f507..1082dd29 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -2,8 +2,7 @@
#
# Build the .deb package, assuming all the files are set up.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
# Set the default destination directory.