Your message dated Sat, 29 Apr 2006 11:24:56 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320551: fixed in tktable 2.9-2
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)
--- Begin Message ---
Package: tktable
Version: 2.9-1
Severity: minor
Tags: patch
Found a few typos in '/usr/share/man/man3/tktable.3.gz', see attached '.diff'.
Hope this helps...
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages tktable depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libx11-6 6.8.2.dfsg.1-2 X Window System protocol client li
ii tcl8.3 8.3.5-4 Tcl (the Tool Command Language) v8
ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8
ii tk8.3 8.3.5-4 Tk toolkit for Tcl and X11, v8.3 -
ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
ii xlibs 6.8.2.dfsg.1-2 X Window System client libraries m
tktable recommends no packages.
-- no debconf information
--- - 2005-07-30 02:07:28.820856000 -0400
+++ /tmp/tktable3.gz.31026 2005-07-30 02:07:28.000000000 -0400
@@ -322,7 +322,7 @@
\fBtag col\fR widget method. If no tag is found, it will evaluate the named
procedure passing the column number in question as the sole argument. The
procedure is expected to return the name of a tag to use, or a null string.
-Errors occuring during the evaluation of the procedure, or the return of an
+Errors occurring during the evaluation of the procedure, or the return of an
invalid tag name are silently ignored.
.OP \-colwidth colWidth ColWidth
Default column width, interpreted as characters in the default font when
@@ -1028,7 +1028,7 @@
.TP
\fIpathName \fBinsert active\fR \fIindex value\fR
The \fIvalue\fR is a text string which is inserted at the \fIindex\fR
-postion of the active cell. The cursor is then positioned after the
+position of the active cell. The cursor is then positioned after the
new text. \fIindex\fR can be a number, \fBinsert\fR or \fBend\fR.
.TP
\fIpathName \fBinsert cols\fR ?\fIswitches\fR? \fIindex\fR ?\fIcount\fR?
--- End Message ---
--- Begin Message ---
Source: tktable
Source-Version: 2.9-2
We believe that the bug you reported is fixed in the latest version of
tktable, which is due to be installed in the Debian FTP archive:
libtktable-dev_2.9-2_i386.deb
to pool/main/t/tktable/libtktable-dev_2.9-2_i386.deb
libtktable_2.9-2_i386.deb
to pool/main/t/tktable/libtktable_2.9-2_i386.deb
tktable_2.9-2.diff.gz
to pool/main/t/tktable/tktable_2.9-2.diff.gz
tktable_2.9-2.dsc
to pool/main/t/tktable/tktable_2.9-2.dsc
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.
Lars Steinke <[EMAIL PROTECTED]> (supplier of updated tktable 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 Apr 2006 14:10:22 -0500
Source: tktable
Binary: libtktable-dev libtktable
Architecture: source i386
Version: 2.9-2
Distribution: unstable
Urgency: low
Maintainer: Lars Steinke <[EMAIL PROTECTED]>
Changed-By: Lars Steinke <[EMAIL PROTECTED]>
Description:
libtktable - Table extension for Tcl/Tk
libtktable-dev - Development files for tkTable
Closes: 320551 339056 343138 356062
Changes:
tktable (2.9-2) unstable; urgency=low
.
* Sponsored upload.
* Redo most of the package
- Justin Pryzby <[EMAIL PROTECTED]> Wed, 29 Mar 2006 14:10:22
* Rename the library, since upstream doesn't guarantee any kind of A[BP]I
compatibility, any new release will probably require rebuilding at least.
* Reupload and rename tktable-2.9 orig tarball; this used to be a native
package.
* Patch tcl.m4 and run autoconf at buildtime; thanks to David Watson
<[EMAIL PROTECTED]> for the useful patch.
Closes: #356062, and maybe #324143 too.
* Correct manpage typos; Thanks A Costa <[EMAIL PROTECTED]>.
Closes: #320551
* Remove README.Debian, since saods9 also depends on tktable.
* ./debian/control:
- Build-Conflict with old autoconf.
- Add myself as an uploader; hopefully I'm progressing through NM
sufficiently quickly for this to be meaningful.
- Bump standards-version to 3.6.2; no changes.
- End the long description with a period, and indent homepage field on a
new line, as per DevRef 6.2.4.
- Trim Build-Depends, since {tcl,tk}8.4-dev packages depend on the precise
versions of the runtime packages.
* ./debian/copyright: Fully document the copyright holder, including years.
* Document a P/D license for Debian .diff in ./debian/rules and
./debian/copyright; okayed by Lars.
* Update to debhelper 4 from, uh, 1.
* ./debian/rules:
- Remove strange symlinks from /usr/lib/.. to /usr/lib/tktable/..
Closes: #339056
- Hack options to ./configure to find tcl includes, fixing probably
FTBFS;
Closes: #343138.
- build-stamp target now touches $@ to avoid recompilations instead of
causing them.
- Remove double calls to ./configure in clean target; instead, only
distclean if Makefile exits (addressing an issue mentioned in #324143).
- Remove call to strip, this is already handled by dh_strip, which also
supports DEB_BUILD_OPTIONS=nostrip.
- dh_installman now installs the manpage, rather than cp -a, and
dh_installdoc installs the html documentation, rather than mv;
dh_examples now installs ./demos.
- Remove obsolete targets 'source' and 'diff'.
* Add a watchfile.
Files:
8abfc07dcf0d03495d479814bbd0a573 688 interpreters optional tktable_2.9-2.dsc
56663f74d426f4cc509192451fc1e84e 5119 interpreters optional
tktable_2.9-2.diff.gz
917532e563f526d0f7b5ad94d6aeae1a 115022 libdevel optional
libtktable-dev_2.9-2_i386.deb
f2ef9a32250c571cf19d290ee6e5ed9a 84188 libs optional libtktable_2.9-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEQp8GzOw49aNnnBYRAmbaAKCy18/ofikbsFUubNpeJuvOp4uF1ACg5mOR
TrSOACAH55SXO9/OFD/Qpvs=
=7onZ
-----END PGP SIGNATURE-----
--- End Message ---