Your message dated Sun, 16 Oct 2005 01:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#177566: fixed in snooper 19991202-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at maintonly) by bugs.debian.org; 20 Jan 2003 13:19:19 +0000
>From [EMAIL PROTECTED] Mon Jan 20 07:19:18 2003
Return-path: <[EMAIL PROTECTED]>
Received: from fw.hogia.se (htdmailstd.hogia.se) [62.95.76.2]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18abpe-0003gf-00; Mon, 20 Jan 2003 07:19:18 -0600
Received: from GAMEGIRL ([172.16.30.1]) by htdmailstd.hogia.se with SMTP
(Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
id CPN0DGJP; Mon, 20 Jan 2003 14:18:24 +0100
Received: from sa by gamegirl with local (Exim 3.35 #1 (Debian))
id 18abpb-0006AN-00; Mon, 20 Jan 2003 14:19:15 +0100
From: Sebastian Andersson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: snooper: Some online help message.
X-Mailer: reportbug 1.50
Date: Mon, 20 Jan 2003 14:19:14 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.0 required=5.0
tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01
version=2.41
X-Spam-Level:
Package: snooper
Version: 19991202-2
Severity: wishlist
Tags: patch
It would be nice if the program had some "online" help to tell the user
which keys to use.
--- snooper-19991202/src/main.c.orig Mon Jan 20 14:15:14 2003
+++ snooper-19991202/src/main.c Mon Jan 20 14:11:23 2003
@@ -504,6 +504,11 @@
break;
log_memo(tmp);
break;
+ default:
+ move(scrn_rows - 1, 0);
+ clrtoeol();
+ addstr("<Q>uit <b>aud <c>lear <L>og to file "
+ "<m>emo <B>inary log");
}
return 1; /*continue execution*/
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux gamegirl 2.4.19-k7 #1 Tue Nov 19 03:01:13 EST 2002 i686
Locale: LANG=sv_SE, LC_CTYPE=sv_SE
Versions of packages snooper depends on:
ii libc6 2.2.5-14.3 GNU C Library: Shared libraries an
ii liblockdev1 1.0.1-4 Run-time shared library for lockin
ii libncurses5 5.2.20020112a-7 Shared libraries for terminal hand
---------------------------------------
Received: (at 177566-close) by bugs.debian.org; 16 Oct 2005 08:08:04 +0000
>From [EMAIL PROTECTED] Sun Oct 16 01:08:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ER3T6-00007h-00; Sun, 16 Oct 2005 01:02:08 -0700
From: David Coe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#177566: fixed in snooper 19991202-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 16 Oct 2005 01:02:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: snooper
Source-Version: 19991202-4
We believe that the bug you reported is fixed in the latest version of
snooper, which is due to be installed in the Debian FTP archive:
snooper_19991202-4.diff.gz
to pool/main/s/snooper/snooper_19991202-4.diff.gz
snooper_19991202-4.dsc
to pool/main/s/snooper/snooper_19991202-4.dsc
snooper_19991202-4_i386.deb
to pool/main/s/snooper/snooper_19991202-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Coe <[EMAIL PROTECTED]> (supplier of updated snooper package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 16 Oct 2005 02:47:36 -0400
Source: snooper
Binary: snooper
Architecture: source i386
Version: 19991202-4
Distribution: unstable
Urgency: low
Maintainer: David Coe <[EMAIL PROTECTED]>
Changed-By: David Coe <[EMAIL PROTECTED]>
Description:
snooper - Captures communication between two external serial devices
Closes: 169224 177566 177589 302465
Changes:
snooper (19991202-4) unstable; urgency=low
.
* debian/rules: add and use simple 'patch' and 'unpatch' targets;
snooper is unsupported upstream, but some of our users have
been making nice improvements:
- add debian/patches/020_hex_and_timestamps.diff:
Thanks to Cristian Ionescu-Idbohrn <[EMAIL PROTECTED]>, adds
options -x (hex only representation) and -t (write timestamps
in the log file), with corresponding additions to the
snooper man page.
Closes: #169224 snooper enhancements.
Also, thanks to additional comments in that bug report log,
added a missing .depend removal to the upstream build/Makefile
'clean' target.
- add debian/patches/030_better_input_noforward_help.diff:
Thanks to Sebastian Andersson <[EMAIL PROTECTED]>, adds a few
enhancements: safer input handling, a -n (no forwarding)
option, a -h (help) option, I (davidc) enhanced the patch
to also add these options to the man page.
Closes: #177589 Better input, "no forwarding," and help
- add debian/patches/040_interactive_command_synopsis.diff:
Also thanks to Sebastian Andersson <[EMAIL PROTECTED]>, adds code to
present a list of valid keystrokes when an unrecognized key
is pressed. I (davidc) enhanced the patch to also mention
this new feature in the man page.
Closes: #177566 Some online help message.
* Replaced build/config.{guess,sub} with current autotools-dev files.
Closes: #302465 FTBFS on GNU/kFreeBSD.
* debian/rules, debian/control: respect new DEB_BUILD_OPTIONS;
Standards-Version now 3.6.2
* src/snooper.1 (thanks to lintian) remove empty input lines
Files:
75c8152888211cc67f549ca4743ce894 603 comm optional snooper_19991202-4.dsc
03c3df4d850ddd43d5e94e36aa54e3f8 33650 comm optional snooper_19991202-4.diff.gz
507c6d3b849b26397a14b4cafcd7205a 16650 comm optional
snooper_19991202-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDUgXRsPfoxg/MJ8YRApTnAJ9dQTN8J0qXH9xyCpkhAS/WUUD+XwCfbE4x
oeT+sZKbCwtjrEdlD95JaqM=
=o8CF
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]