Project: | Trisquel |
Version: | 6.0 |
Component: | Programs |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Discussed here, http://en.it-usenet.org/thread/1990/139140/ , line 45 of /usr/share/apt-move/move3 should be changed from
split;
to
@_=split(/\s+/,$_);
Without this change, apt-move won't function properly. I encountered this issue when running the fai-mirror command, which calls apt-move.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398297
Fixed here:
https://devel.trisquel.info/trisquel/package-helpers/merge_requests/85
Merged and built.
Automatically closed -- issue fixed for 2 weeks with no activity.