[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lintian_2.4.0_i386.changes ACCEPTED



Raphael Geissert <geissert@debian.org> writes:

> And it died when processing fortunes-bg (it symlinks debian to .)
> The easiest workaround is adding a slash like this:

> diff --git a/collection/debfiles b/collection/debfiles
> index e39585a..70475b8 100755
> --- a/collection/debfiles
> +++ b/collection/debfiles
> @@ -36,5 +36,5 @@ if (-e "debfiles") {
>  }

>  # Copy the whole debian directory
> -copy_dir("unpacked/debian", "debfiles")
> +copy_dir("unpacked/debian/", "debfiles")
>      or fail("cannot copy unpacked/debian to debfiles: $!");

> There's a minor info leak issue here, but I think it's rather unimportant.

> Could you make that change in the local copy at bellini.

Done and restarted.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: