Hello all! What's wong? I downloaded package "apt-get source xxx" It downloads and extract fine. try to compile "dpkg -b xxx": dpkg-deb: failed to open package xxx/DEBIAN/control for reading: no such file or directory But "debian" directory exist in lower case!
dpkg --version : 1.7.2 (hurd-386) apt-get --version : 0.3.19 // from D1 hurd disk cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian unstable main contrib deb-src http://ftp.us.debian.org/debian unstable main contrib Vadim Chekan

