Your message dated Fri, 6 Jun 2008 22:30:07 +0100
with message-id <[EMAIL PROTECTED]>
and subject line sattrack-x11 has been removed from Debian, closing #256884
has caused the Debian Bug report #256884,
regarding sattrack-x11: SatTrack doesn't like satellite 'ECHO'
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.)
--
256884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256884
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sattrack-x11
Version: 3.1.6-9
Severity: normal
Tags: patch
SatTrack doesn't accept 'ECHO' as a satellite name, as it also matches
ECHOSTAR-1, ECHOSTAR-2, etc. The attached patch accepts an exact match,
but still prints satellites which are a partial match until the exact
match is found. I see it as a quick & dirty fix, but better than not
accepting 'ECHO'.
-- System Information:
Debian Release: testing/unstable
APT prefers experimental
APT policy: (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C
Versions of packages sattrack-x11 depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libwww-perl 5.800-1 WWW client/server library for Perl
ii xlibs 4.3.0.dfsg.1-5 X Window System client libraries m
-- no debconf information
-------------------------------------------------------------------------------
--- ./src/sattrack/satelem.c.orig 1997-01-04 13:08:09.000000000 -0800
+++ ./src/sattrack/satelem.c 2004-06-29 09:33:34.000000000 -0700
@@ -324,8 +324,14 @@
printf("\n%5ld: %s\n",saveSatNum,saveStr);
if (m >= 1)
+ {
printf("%5ld: %s\n",tleSatNum,tleStr);
-
+ if (strlen(tleStr)==strlen(satNameTle)) {
+ tleIndex = i;
+ m = 1;
+ break;
+ }
+ }
m++;
}
}
===============================================================================
--- End Message ---
--- Begin Message ---
Version: 3.1.6-10+rm
The sattrack-x11 package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/325363 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---