Your message dated Sun, 25 Nov 2001 13:28:58 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#121051: apt: package wildcards don't work in apt
preferences
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Nov 2001 03:50:26 +0000
>From [EMAIL PROTECTED] Sat Nov 24 21:50:26 2001
Return-path: <[EMAIL PROTECTED]>
Received: from snipe.mail.pas.earthlink.net (snipe.prod.itd.earthlink.net)
[207.217.120.62]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 167qJG-0002s6-00; Sat, 24 Nov 2001 21:50:26 -0600
Received: from user-1120si7.dsl.mindspring.com ([66.32.114.71]
helo=cranky.bignose.org)
by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1)
id 167qJA-0004SK-00
for [EMAIL PROTECTED]; Sat, 24 Nov 2001 19:50:20 -0800
Received: from andreas by cranky.bignose.org with local (Exim 3.32 #1 (Debian))
id 167qKY-0008Li-00; Sat, 24 Nov 2001 21:51:46 -0600
From: Andreas Michlmayr <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt: package wildcards don't work in apt preferences
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Sat, 24 Nov 2001 21:51:46 -0600
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: normal
have /etc/apt/preferences set to pin-down to testing via
Package: *
Pin: release a=testing
Pin-Priority: 990
sources.list gets woody & unstable from umich.edu and non-us.debian.org
try
Package: package.name.prefix.here*
Pin: release a=unstable
Pin-Priority: 999
but it won't upgrade to unstable versions of package and friends
works fine if all packages and sub-packages explicit without wildcard
andreas
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cranky 2.4.12-686 #2 Sat Oct 13 20:13:05 EST 2001 i686
Locale: LANG=C, LC_CTYPE=
Versions of packages apt depends on:
ii libc6 2.2.4-5 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-0.011006 The GNU stdc++ library
---------------------------------------
Received: (at 121051-done) by bugs.debian.org; 25 Nov 2001 20:29:05 +0000
>From [EMAIL PROTECTED] Sun Nov 25 14:29:05 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cast-ext.ab.videon.ca [206.75.216.34]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 1685tg-0005lK-00; Sun, 25 Nov 2001 14:29:04 -0600
Received: (qmail 16439 invoked from network); 25 Nov 2001 20:29:03 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.82.81.190])
(envelope-sender <[EMAIL PROTECTED]>)
by cast-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 25 Nov 2001 20:29:03 -0000
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 1685tb-0003Kh-00; Sun, 25 Nov 2001 13:28:59 -0700
Date: Sun, 25 Nov 2001 13:28:58 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Andreas Michlmayr <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#121051: apt: package wildcards don't work in apt preferences
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Sat, 24 Nov 2001, Andreas Michlmayr wrote:
> Package: package.name.prefix.here*
> Pin: release a=unstable
> Pin-Priority: 999
> but it won't upgrade to unstable versions of package and friends
Nor is it documented too..
Jason