]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_movefiles
r495: * dh_undocumented: check for existing uncompressed man pages. Closes: #87972
[debhelper.git] / dh_movefiles
index b4e1a6f6315d94a3b7fe55abc619fa5970cc8aa6..afed17cad98b6c34373268e59a8afab1352f1d47 100755 (executable)
@@ -120,7 +120,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        my $file=$_;
                        if (! -e $file && ! -l $file) {
                                $ret=1;
-                               warning("$file not found");
+                               warning("$file not found (supposed to put it in $package)");
                        }
                        $file=~s:^\Q$sourcedir\E/+::;
                        complex_doit("(cd $sourcedir >/dev/null ; find $file ! -type d -print || true) >> debian/movelist");