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

Re: lintian_2.4.0_i386.changes ACCEPTED



Russ Allbery wrote:

> Archive Administrator writes:
> 
>> Accepted:
>> lintian_2.4.0.dsc
>>   to main/l/lintian/lintian_2.4.0.dsc
>> lintian_2.4.0.tar.gz
>>   to main/l/lintian/lintian_2.4.0.tar.gz
>> lintian_2.4.0_all.deb
>>   to main/l/lintian/lintian_2.4.0_all.deb
> 
> I've updated lintian.d.o and am doing a full rebuild.  That's not strictly
> necessary, but it's been a while and I'd like to get rid of some of the
> old false positives.
> 

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.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



Reply to: