[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-08-24 Thread Hew McLachlan
This bug was fixed in apt-show-versions 0.13

** Changed in: apt-show-versions (Ubuntu)
   Status: Incomplete = Fix Released

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-05-09 Thread Bug Watch Updater
** Changed in: apt-show-versions (Debian)
   Status: New = Fix Released

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-02-12 Thread Jérôme Guelfucci
Answer of debian maintainer :

Hi,

(Luckily your report can be reproduced in Debian, which eases handling
for me ;-) )

I'm not sure whether you describe a bug or a feature, let me cite from the
manual page (with emphasis added):

for the installed and available package *versions* ...
upgrade options ... of the selected *package*

IMHO this talks about available versions, not about available packages.
The regex option is something like an add-on with its own semantics.  If
you ask for a specific package, you will get information even if it is
not installed.  But if you ask for packages matching a regular
expression, the output is restricted to the available versions of the
installed packages.  An example why I prefer it this way (executed with
SVN head):

Current behaviour:

$ ./apt-show-versions -r ^texlive
texlive/testing uptodate 2007-13
texlive-base/testing uptodate 2007-13
texlive-base-bin/testing uptodate 2007.dfsg.1-2
texlive-common/testing uptodate 2007-13
texlive-doc-base/testing uptodate 2007-3
texlive-extra-utils/testing uptodate 2007.dfsg.1-2
texlive-fonts-recommended/testing uptodate 2007-13
texlive-lang-cyrillic/testing uptodate 2007.dfsg.3-1
texlive-latex-base/testing uptodate 2007-13
texlive-latex-extra/testing uptodate 2007.dfsg.1-1
texlive-latex-recommended/testing uptodate 2007-13
texlive-math-extra/testing uptodate 2007.dfsg.1-1
texlive-pictures/testing uptodate 2007-13

Your suggested behaviour:

$ ./apt-show-versions -r ^texlive
texlive/testing uptodate 2007-13
texlive-base/testing uptodate 2007-13
texlive-base-bin/testing uptodate 2007.dfsg.1-2
texlive-base-bin-doc not installed
texlive-bibtex-extra not installed
texlive-chemistry not installed
texlive-common/testing uptodate 2007-13
texlive-context not installed
texlive-doc-base/testing uptodate 2007-3
texlive-doc-bg not installed
texlive-doc-cs+sk not installed
texlive-doc-de not installed
texlive-doc-el not installed
texlive-doc-en not installed
texlive-doc-es not installed
texlive-doc-fi not installed
texlive-doc-fr not installed
texlive-doc-it not installed
texlive-doc-ja not installed
texlive-doc-ko not installed
texlive-doc-mn not installed
texlive-doc-nl not installed
texlive-doc-pl not installed
texlive-doc-pt not installed
texlive-doc-ru not installed
texlive-doc-th not installed
texlive-doc-tr not installed
texlive-doc-uk not installed
texlive-doc-vi not installed
texlive-doc-zh not installed
texlive-extra-utils/testing uptodate 2007.dfsg.1-2
texlive-font-utils not installed
texlive-fonts-extra not installed
texlive-fonts-extra-doc not installed
texlive-fonts-recommended/testing uptodate 2007-13
texlive-fonts-recommended-doc not installed
texlive-formats-extra not installed
texlive-full not installed
texlive-games not installed
texlive-generic-extra not installed
texlive-generic-recommended not installed
texlive-humanities not installed
texlive-humanities-doc not installed
texlive-lang-african not installed
texlive-lang-all not installed
texlive-lang-arab not installed
texlive-lang-armenian not installed
texlive-lang-croatian not installed
texlive-lang-cyrillic/testing uptodate 2007.dfsg.3-1
texlive-lang-czechslovak not installed
texlive-lang-danish not installed
texlive-lang-dutch not installed
texlive-lang-finnish not installed
texlive-lang-french not installed
texlive-lang-german not installed
texlive-lang-greek not installed
texlive-lang-hebrew not installed
texlive-lang-hungarian not installed
texlive-lang-indic not installed
texlive-lang-italian not installed
texlive-lang-latin not installed
texlive-lang-manju not installed
texlive-lang-mongolian not installed
texlive-lang-norwegian not installed
texlive-lang-other not installed
texlive-lang-polish not installed
texlive-lang-portuguese not installed
texlive-lang-spanish not installed
texlive-lang-swedish not installed
texlive-lang-tibetan not installed
texlive-lang-ukenglish not installed
texlive-lang-vietnamese not installed
texlive-latex-base/testing uptodate 2007-13
texlive-latex-base-doc not installed
texlive-latex-extra/testing uptodate 2007.dfsg.1-1
texlive-latex-extra-doc not installed
texlive-latex-recommended/testing uptodate 2007-13
texlive-latex-recommended-doc not installed
texlive-latex3 not installed
texlive-math-extra/testing uptodate 2007.dfsg.1-1
texlive-metapost not installed
texlive-metapost-doc not installed
texlive-music not installed
texlive-omega not installed
texlive-pdfetex not installed
texlive-pictures/testing uptodate 2007-13
texlive-pictures-doc not installed
texlive-plain-extra not installed
texlive-pstricks not installed
texlive-pstricks-doc not installed
texlive-publishers not installed
texlive-publishers-doc not installed
texlive-science not installed
texlive-science-doc not installed
texlive-xetex not installed

The first output exactly tells me what I want to know: my texlive
installation is uptodate.  The second output is just cluttered.  Thus I
hesistate to change the current behaviour.  On the other hand your use
case seems 

[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-01-12 Thread Bug Watch Updater
** Changed in: apt-show-versions (Debian)
   Status: Unknown = New

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-01-11 Thread Jérôme Guelfucci
I just forwarded this to Debian.

** Changed in: apt-show-versions (Ubuntu)
   Status: Confirmed = Triaged

** Bug watch added: Debian Bug tracker #460272
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460272

** Also affects: apt-show-versions (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460272
   Importance: Unknown
   Status: Unknown

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2008-01-09 Thread Andrea Colangelo
This bug is still present in Gutsy (apt-show-versions 0.10ubuntu4).
Since you are the original reporter, please, Ralph, would you like to report 
this bug on Debian BTS? You may want to take a look to 
http://www.debian.org/Bugs/Reporting and 
https://wiki.ubuntu.com/Bugs/Debian/Usertagging

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2007-08-24 Thread Jérôme Guelfucci
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: apt-show-versions (Ubuntu)
   Status: Incomplete = Invalid

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2007-08-24 Thread Ralph Corderoy
Yes, there still appear to be problems with 7.04, although slightly
different ones.

$ apt-show-versions -p apt-show-versions
apt-show-versions/feisty uptodate 0.10ubuntu2
$ sudo apt-show-versions -i
$ apt-show-versions -a gnucash
Not installed
gnucash 2.0.2-3ubuntu1  feisty
gnucash not installed

That last command worked fine.

$ apt-show-versions -a -r gnucash

But this one didn't find anything when treating `gnucash' as a regexp.

$ apt-show-versions -a -r '.*gnucash.*'

Nor this one.

$ apt-show-versions -a gnucash-docs
Not installed
gnucash-docs2.0.1-1 feisty
gnucash-docs not installed

But it is there.

$ for f in /var/cache/apt-show-versions/*; do
 echo  $f
 cat -A $f | egrep gnucash
 done
 /var/cache/apt-show-versions/apackages
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]
 /var/cache/apt-show-versions/files
 /var/cache/apt-show-versions/ipackages
$

Here we can see the reason compared to my earlier comment.  This time,
ipackages doesn't contain any gnucash-related packages so nothing was
shown.  apt-cache still gets it right:

$ apt-cache pkgnames | grep gnucash
gnucash
gnucash-sql
gnucash-docs
gnucash-common
$


** Changed in: apt-show-versions (Ubuntu)
   Status: Invalid = Confirmed

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2007-08-24 Thread Jérôme Guelfucci
Ok thank you.

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53438] Re: apt-show-versions doesn't find all gnucash related packages.

2007-06-14 Thread Jérôme Guelfucci
Thank you for your bug report. Do you still have this issue with the
latest release of Ubuntu ?

** Changed in: apt-show-versions (Ubuntu)
   Importance: Undecided = Low
   Status: Unconfirmed = Needs Info

-- 
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs