]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_movefiles
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / dh_movefiles
index ba82a70b9a6808cff5130b97817515cea4ffbd2c..5e1db0fc74f531ce2449c0dd50c03238ded3e839 100755 (executable)
@@ -26,8 +26,8 @@ also list directory names, and the whole directory will be moved. If you
 prefer, you can list the files to move on the command line and this will
 apply to the first package dh_movefiles is told to act on.
 
-Note: dh_install is a much better program that can do everything this one can,
-and more.
+Note: dh_install is a much better program, and you are recommended to use
+it instead of dh_movefiles.
 
 =head1 OPTIONS
 
@@ -67,7 +67,9 @@ deleted by dh_clean later.
 
 =cut
 
-init();
+init(options => {
+       "sourcedir=s" => \$dh{SOURCEDIR},       
+});
 
 my $ret=0;