[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#225811: Should depend on exact versions



On Tue, Jan 06, 2004 at 05:00:33PM -0500, Branden Robinson wrote:
> You can add the following to your apt preferences file
> (/etc/apt/preferences):
> 
> Package: *
> Pin: release a=xfree86
> Pin-Priority: 1002
> 
> Please let me know if this solution satisfies your needs.

Isn't it 'release a=experimental'? Also, there's this:
for package in $(apt-cache showsrc xfree86 | grep ^Binary | cut -f2- -d: | tr -d ,); do printf "Package: %s\nPin: release a=experimental\nPin-Priority: 600\n\n" "$package"; done >> /etc/apt/preferences

The script comes from David B. Harris. Cheers. :)

-- 
Daniel Stone                                                <daniels@debian.org>
Debian X Strike Force:                    http://people.debian.org/~branden/xsf/

Attachment: pgpDOyxdC6V4d.pgp
Description: PGP signature


Reply to: