[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.9.6ubuntu1 --- apt (0.9.6ubuntu1) quantal-proposed; urgency=low [ Michael Vogt ] * merged from Debian, remaining changes: - use ubuntu keyring and ubuntu archive keyring in apt-key - run update-apt-xapian-index in apt.cron -

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-03-06 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/apt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title: apt-cache fails to filter PreDepends To manage notifications about this bug go to:

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~donkult/apt/experimental -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title: apt-cache fails to filter PreDepends To manage notifications about this bug go to:

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread Hernando Torque
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title: apt-cache fails to filter PreDepends To manage notifications about this bug go to:

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apt (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title:

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread dino99
Cant says if its a bug or simply a feature lack, but i should like this be fixed/implemented. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title: apt-cache fails to filter PreDepends To

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread Hernando Torque
It's supposed to work according to the man page, so it sure looks like a bug. :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940837 Title: apt-cache fails to filter PreDepends To manage

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread David Kalnischkies
apt-cache -o APT::Cache::ShowPre-Depends=0 $package works though, and that's the correct name for the config option (as it is written with this dash everywhere else too). But don't worry, even i got that wrong while implementing it… --pre- depends acts on the config option without dash -

[Bug 940837] Re: apt-cache fails to filter PreDepends

2012-02-25 Thread Hernando Torque
Oh, right! I probably got it wrong because I was following apt-cache's output, which uses PreDepends. :-) ** Description changed: - apt-cache fails to filter out PreDepends when using either + apt-cache fails to filter out PreDepends when using: apt-cache --no-pre-depends $package - or +