]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_install
r2023: releasing version 5.0.54
[debhelper.git] / dh_install
index 4ae155325da8c49d0c819d9a80ec123d2533d9a1..624c88b01788dacafb64011417382cce86fc4666 100755 (executable)
@@ -141,7 +141,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                if (! compat(4)) { # check added in v5
                        # glob now, relative to srcdir
                        if (! map { glob "$srcdir/$_" } @$set) {
-                               error("missing files (@$set), aborting");
+                               error("$package missing files (@$set), aborting");
                        }
                }
                foreach my $src (map { glob "$srcdir/$_" } @$set) { 
@@ -214,7 +214,7 @@ if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
                }
        }, $srcdir);
        if (@missing) {
-               warning "$_ exists in debian/tmp but is not installed to anywhere" foreach @missing;
+               warning "$_ exists in $srcdir but is not installed to anywhere" foreach @missing;
                if ($dh{FAIL_MISSING}) {
                        error("missing files, aborting");
                }