Your message dated Thu, 5 Aug 2010 11:07:18 +0200
with message-id <[email protected]>
and subject line Package got removed
has caused the Debian Bug report #500227,
regarding lxr-cvs: Please sort references by files _and_ by lines.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
500227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500227
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lxr-cvs
Version: 0.9.5+cvs20071020-1
Severity: wishlist
Tags: patch upstream
Hi,
it'd be nice if the references on the identifier search results page could be
sorted also by lines and not only by files. Please find attached a patch to do
so.
I'm also mailing upstream through X-Debbugs-Cc.
Cheers,
--
Cyril Brulebois
--- a/ident
+++ b/ident
@@ -89,7 +91,7 @@ sub usesexpand {
my @uses = $index->getreference($identifier, $release);
my $file_hits = 0;
my $last_file;
- foreach my $ref (sort { $$a[0] cmp $$b[0] } @uses) {
+ foreach my $ref (sort { $$a[0] cmp $$b[0] || $$a[1] cmp $$b[1] } @uses)
{
my ($file, $line) = @$ref;
$file_hits++ if $file ne $last_file;
$last_file = $file;
--- End Message ---
--- Begin Message ---
Version: 0.9.5+cvs20071020-1.1~rm
Hi!
As the package got removed from the archive, I hereby close this bug
report. Please see http://bugs.debian.org/591059 for details on the
removal.
Best Regards,
Alexander
--- End Message ---