In your debug log I can see the problem, but I can't explain it, and I
can't reproduce it. debget is using the apt-cache to figure out the
component (main, contrib, non-free) and it isn't there.
I changed my system to have just
deb http://ftp.de.debian.org/debian unstable main
in sources.list, and debget found the component:
package_component: file:
package_component: [Architecture] => [i386]
package_component: [Archive] => [unstable]
package_component: [Component] => [main]
package_component: [FileName] =>
[/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binary-i386_Packages]
package_component: [Index] => [153]
package_component: [IndexType] => [Debian Package Index]
package_component: [IsOk] => [1]
package_component: [Label] => [Debian]
package_component: [Origin] => [Debian]
package_component: [Site] => [ftp.de.debian.org]
package_component: debget -> main
The same entry in your log is missing both Component and Architecture:
package_component: file:
package_component: [Archive] => [unstable]
package_component: [FileName] =>
[/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binary-i386_Packages]
package_component: [Index] => [153]
package_component: [IndexType] => [Debian Package Index]
package_component: [IsOk] => [1]
package_component: [Label] => [Debian]
package_component: [Origin] => [Debian]
package_component: [Site] => [ftp.de.debian.org]
package_component: no Component
but since it has Origin and Label it must have downloaded the Release
file.
I'm afraid it's unlikely to help. but could you send me:
1.
/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binary-i386_Release
2. /etc/apt/sources.list
3. /etc/apt/preferences
4. output of "apt-cache policy debget"
5. output of "apt-cache policy"
Also, you might want to try again after doing an "apt-get update".
Maybe something went weird the previous time.
Thanks.
--
Roderick Schertler
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]