Bug#398297: bug 398297: apt-move: doesn't move, doesn't delete

2012-05-23 Thread Jurrie Overgoor
The bug is also in apt-move 4.2.27-2 (from Ubuntu 12.04 repo). The 
solution by Robert works like a charm. Thanks Robert!




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#398297: bug 398297: apt-move: doesn't move, doesn't delete

2011-10-06 Thread Robert The-M
Dear Maintainer.

I'm not sure, but I think I have found the reason for this bug
and also the bug-fix. Please check.

I use apt-move 4.2.27-1+b7 and perl 5.12.4-4.

In /usr/share/apt-move/move3 (which is a perl sript), line 45 is currently
split;

However in 
https://rt.perl.org/rt3/Public/Bug/Display.html?id=100026
I learned, that in perl the implicit split; was cancelled.

I changed /usr/share/apt-move/move3 line 45 to
@_=split(/\s+/,$_);

and apt-move worked again flawlessly. 

Many greetings,

Robert The-M



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org