Re: proposal: add Release file to repository

Andreas Vallen <[email protected]> Sat, 3 Jan 2004 19:46:44 +0100
Newsgroups gmane.linux.debian.kde.cvs
Message-ID <[email protected]>
Hi,

On Saturday 03 January 2004 19:00, Ing. Vladimir M. Kerka wrote:
> I noticed lot of problems with xlibs-*, could you tell me how did you
> solved xlibs* tendency to remove almost all GNOME packages?

Yes I had this problem too: everything that depended on X was going to 
be removed. Eventually I recovered from this mess by setting 
experimental's apt-pinning priority higher (995) then try:  "apt-get 
install xfree86-xserver".

put this into /etc/apt/preferences:

Package: *
Pin: release a=experimental
Pin-Priority: 995

 Remeber to lower this priority afterwards unless you generally want to 
upgrade to experimental packages.

For another approach see:
http://lists.debian.org/debian-x/2003/debian-x-200312/msg00032.html

Good luck,
avallen