Coin, # apt-get source libapache2-mod-perl2 Get:1 http://ftp.nl.debian.org/debian/ sid/main libapache2-mod-perl2 2.0.5-1 (dsc) [2426 B] but the expected version is the latest in unstable, 2.0.5-4. whereas: # apt-get source libapache2-mod-perl2-dev Get:1 http://ftp.nl.debian.org/debian/ sid/main libapache2-mod-perl2 2.0.5-4 (dsc) [1976 B] In this case, libapache2-mod-perl2 FTBFS, so the latest binary available is 2.0.5-1, and libapache2-mod-perl2 is both a binary and source package name. # apt-get source libapache2-mod-perl2=2.0.5-4 works well, so it is still possible to get the expected version. I was not able to reproduce with another source package like autogen or fuzz, which are in the same FTBFS case with same binary and source package name. I'm experiencing this on hurd-i386, using: deb-src http://ftp.nl.debian.org/debian/ sid main Attached the corresponding source list. Any idea ? Regards.