Hello! Since powerpc is now part of Debian Ports, everyone who is running Debian on powerpc needs to update their /etc/apt/sources.list to be able to continue tracking unstable.
The new sources.list should look like: # binary default deb http://ftp.ports.debian.org/debian-ports/ unstable main deb http://ftp.ports.debian.org/debian-ports/ unreleased main # source deb-src http://ftp.debian.org/debian/ unstable main If you want to include packages which were just built on the buildds, use: # binary default deb http://ftp.ports.debian.org/debian-ports/ unstable main deb http://incoming.ports.debian.org/buildd/ unstable main deb http://ftp.ports.debian.org/debian-ports/ unreleased main # source deb-src http://ftp.debian.org/debian/ unstable main deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main And if you use experimental, use without incoming: # binary default deb http://ftp.ports.debian.org/debian-ports/ unstable main deb http://ftp.ports.debian.org/debian-ports/ unreleased main # source deb-src http://ftp.debian.org/debian/ unstable main deb-src http://ftp.debian.org/debian/ experimental main And experimental with incoming: # binary default deb http://ftp.ports.debian.org/debian-ports/ unstable main deb http://incoming.ports.debian.org/buildd/ unstable main deb http://ftp.ports.debian.org/debian-ports/ unreleased main deb http://ftp.ports.debian.org/debian-ports/ experimental main # source deb-src http://ftp.debian.org/debian/ unstable main deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main deb-src http://ftp.debian.org/debian/ experimental main deb-src http://incoming.debian.org/debian-buildd/ buildd-experimental main You may have to add these lines to your /etc/apt/preferences to avoid packages from experimental getting installed automatically: root@sompek:~# cat /etc/apt/preferences Package: * Pin: release a=experimental Pin-Priority: 1 root@sompek:~# Let me know if you have any issues. I will update the debian-installer images for powerpc (and all other architectures) in the following days. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913