Bug#512046: apt-cache showsrc exits successfully and silently if no package is found

2010-03-21 Thread Julian Andres Klode
tag 512046 fixed-upstream thanks On Fri, Jan 16, 2009 at 06:57:03PM +0100, Julien Valroff wrote: > Package: apt > Version: 0.7.20 > Severity: normal > > Hi, > > $ apt-cache showsrc nonexistingpackage > $ echo $? > 0 > > whereas > > $ apt-cache show nonexistingpackage > W: Unable to locate pac

Bug#512046: apt-cache showsrc exits successfully and silently if no package is found

2009-01-19 Thread Eugene V. Lyubimkin
package apt tags 512046 +confirmed thanks Julien Valroff wrote: > Package: apt > Version: 0.7.20 > Severity: normal > > Hi, Hello Julien, thanks for your report. I confirmed this wrong behavior. -- Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com Ukrainian C++ Developer, Debi

Bug#512046: apt-cache showsrc exits successfully and silently if no package is found

2009-01-16 Thread Julien Valroff
Package: apt Version: 0.7.20 Severity: normal Hi, $ apt-cache showsrc nonexistingpackage $ echo $? 0 whereas $ apt-cache show nonexistingpackage W: Unable to locate package nonexistingpackage E: No packages found $ echo $? 100 "show" has the correct behaviour, I think "showsrc" should be amen