summaryrefslogtreecommitdiff
path: root/dh_movefiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-xdh_movefiles3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_movefiles b/dh_movefiles
index e0263733..9795b785 100755
--- a/dh_movefiles
+++ b/dh_movefiles
@@ -2,8 +2,7 @@
#
# Move files out of debian/tmp, into subpackages.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
$ret=0;