[PlanetCCRMA] UPDATE: apt.conf configuration! (and alsasound script)

Mark Knecht markknecht@attbi.com
Tue Apr 1 17:01:13 2003


Sorry for being so dense. I haven't read this whole thread.

Is this instruction for EVERYONE using the Planet? Or only for those who
have started down this path?

Thanks.

On Tue, 2003-04-01 at 16:55, Fernando Pablo Lopez-Lezcano wrote:
> Using apt means no dependency hell for users, that does not mean no
> dependency hell for repository administrators :-) 
> 
> Anyway, first BEFORE DOING ANOTHER apt-get update:
> WARNING!
> Change your /etc/apt/apt.conf to the one included in this email (the web
> site will be updated shortly with the right configuration file). 
> WARNING!
> 
> After changing apt.conf you should be able to do:
>   apt-get update
>   apt-get dist-upgrade
> And finally get the alsa driver packages version 0.9.2-4.1.cvs which
> contain the modified alsasound startup script (that starts snd-seq
> explicitly). 
> 
> Sigh... sorry for all the trouble. More repository changes will happen
> in a while to shift to the new architecture, not so radical as the last
> one. Stay tuned...
> 
> -- Fernando
> 
> ----
> 

> // $Id: apt.conf,v 1.11 2003/02/23 16:14:11 dude Exp $
> // See the apt.conf(5) man page for syntax and all available options
> 
> APT {
>     Clean-Installed "false";
>     Get {
>         Assume-Yes "false";
>         Download-Only "false";
>         Show-Upgraded "true";
>         Fix-Broken "false";
>         Ignore-Missing "false";
>         Compile "false";
>     };
> };
> 
> Acquire {
>     Retries "0";
>     Http {
>         Proxy ""; // http://user:pass@host:port/
>     }
> };
> 
> RPM {
>     Ignore { };
>     Hold { };
>     Allow-Duplicated { "^kernel$"; "^kernel-"; "^gpg-pubkey$" };
>     Options { };
>     Install-Options "";
>     Erase-Options "";
>     Source {
>         Build-Command "rpmbuild --rebuild";
>     };
> };
>