If my sources.list has the single line "deb file:/win/ main" , does the
dpkg find the
deb files within directorys
main/binary-i386/editors/
main/binary-i386/x11/
main/binary-i386/libs/
....
....
....
etcOr must I have to put all the deb files within "main/binary-i386" and to use dpkg -i /win/main/binary-i386/* to install all packges ?

