2008
tkman (2.2-4) unstable; urgency=low
* Updated to Standards Version 3.8.0, no changes needed. * Fixed CVE-2008-5137, by calling mktemp. (+ debian/patches/07_use-mktemp.dpatch) (Closes: #506496)
-- Maximiliano Curia <maxy@gnuservers.com.ar> Fri, 28 Nov 2008 17:26:09 -0200
tkman (2.2-3) unstable; urgency=low
* Updated to Standards Version 3.7.3, no changes needed.
* Removed DH_COMPAT variable from debian/rules.
* Fixed copyright string in the copyright file.
* Fixed debian/rules make clean.
* Patched erroneous key binding, thanks to Sergei Golovan.
(+ debian/patches/04_key-delete-loop.dpatch ) (Closes: #176330)
* Patched font menu in preferences to make it usable, thanks to the patch
provided by Sergei Golovan. (+ debian/patches/05_font-menu.dpatch )
(Closes: #472460)
* Moved Homepage pointer from description to the actual field.
(Closes: #439580)
* Fixed underflow setting tabs in the man window.
(+ debian/patches/06_avoid-tab-underflow.dpatch)
-- Maximiliano Curia <maxy@gnuservers.com.ar> Mon, 17 Mar 2008 16:54:19 -0300
2006
tkman (2.2-2) unstable; urgency=low
* New maintainer.
* Fixes non C date management, thanks to Martin Forssen for the patch
(Closes: #248574).
* Looks for man.db at the standard Debian location (Closes: #325039).
* Uses Build-Depends instead of Build-Depends-Indep to comply with policy.
* Updates debhelper, dpatch and watch to their newer versions.
* Updates to Standars Version 3.7.2.0.
* Updates manpage so that it points to the correct html file.
-- Maximiliano Curia <maxy@gnuservers.com.ar> Sat, 5 Aug 2006 17:27:53 -0300
2004
tkman (2.2-1) unstable; urgency=low
* New upstream release: reviewed for Tcl/Tk 8.4. Closes: #235844. * Makefile: setting wish to /usr/bin/wish. The package will now be using Debian's alternatives machanism. * debian/doc{s,-base}: s/tkman-help/manual/ * debian/copyright: s/author(s)/author/. * debian/{copyright,watch}: updated the URL from where the source was downloaded. * debian/rules: Modified to use dpacth with patch and unpatch targets. * debian/control: + s/Build-Depends/Build-Depends-Indep/. + Building also depends now on dpatch and patch. + Now conforming with Standards-Version 3.6.1.0. + Versions of packages mentioned in the file were updated. + Removed the suggestion for printing daemons and utilities. * Adding some comments to Debian's specific patches.
-- Shaul Karl <shaul@debian.org> Thu, 29 Apr 2004 00:28:53 +0300
2002
tkman (2.1-10) unstable; urgency=low
* As suggested by upstream, eliminating the pattern searching
altogether by removing the match list from lines 344 and 346 of
manualpage.tcl. Closes: bug#123881.
* Override Lintian `multiline-field suggests' error message.
* debian/control: Standards-Version is now 3.5.6.0.
* debian/control: replace the lpr suggestion with lpr | lprng.
* debian/control: replace rfc-doc suggestion with the doc-rfc-*
packages.
* The recommended LONGER MAN PAGE LINES should work with newer
versions of groff. Changing the Makefile back to
manformat = {nroff -mandoc -Tlatin1 /tmp/ll -}.
This also provides a work around for bug #149945 although not a
solution for this bug.
* Removed user emacs settings from debian/changelog.
* debian/rules: replaced dh_installmanpages with dh_installman.
* debian/rules: set DH_COMPAT=4.
* Fixed bad formatting of TkMan's URL by editing a line in
tkman-help.tcl. Changed
foreach qq {{h1 1.0 1.38} {sc 10.61 10.64} {tt 10.45 10.73... to
foreach qq {{h1 1.0 1.38} {tt 10.45 10.73...
* Changed debian/{copyright,watch} to reflect that the URL for the
source is now through http rather then ftp.
* debian/watch: changed the entry for version=2 of uscan.
-- Shaul Karl <shaul@debian.org> Thu, 4 Jul 2002 01:38:07 +0300
2001
tkman (2.1-9) unstable; urgency=low
* manpath.tcl: Changed the appropriate `out of date' message to be
announced only if the whatis data was not updated for more then a
week. This enables the man-db script in the daily cron job to run
after an upgrade or a recovery time for machines which are not
always up. The code was modified appropriately.
* tkmandesc.tcl: Cleaned up. When there is no MANPATH env variable,
the /usr/local tree is removed from the internally used MANPATH
when it is empty, not readable and few similar reasons.
* The above 2 items close #107653.
-- Shaul Karl <shaul@debian.org> Fri, 17 Aug 2001 09:10:44 +0300
tkman (2.1-8) unstable; urgency=low
* Removed the entry for dwww from /usr/lib/menu/tkman. This entry is
redundant because tkman is also registering itself to doc-base.
This entry is also wrong now since it points to /usr/doc rather
then /usr/share/doc. Closes: #106837.
-- Shaul Karl <shaul@debian.org> Sun, 29 Jul 2001 17:33:03 +0300
tkman (2.1-7) unstable; urgency=low
* ln -s /usr/share/man/man1/tkman.1.gz \
/usr/share/man/man1/TkMan.1.gz, closes: #99570.
* Updating maintainer email address to shaul@debian.org
* Stop installing /usr/share/doc/tkman/contrib/TkMan.gif
-- Shaul Karl <shaul@debian.org> Sat, 2 Jun 2001 04:15:41 +0300
tkman (2.1-6) unstable; urgency=low
* Building with Standards-Version 3.2.1 to facilitate the
/usr/doc/tkman -> /usr/share/doc/tkman transition.
-- Shaul Karl <shaulka@bezeqint.net> Mon, 5 Feb 2001 02:09:39 +0200
2000
tkman (2.1-5) unstable; urgency=low
* The recommended LONGER MAN PAGE LINES breaks TkMan. Reverted to
manformat = {tbl | neqn | nroff -mandoc -Tascii }
* Now copies the whole contrib dir and not only Linux related stuff.
-- Shaul Karl <shaulka@bezeqint.net> Tue, 31 Oct 2000 10:25:17 +0200
tkman (2.1-4) unstable; urgency=low
* Changed manpath.tcl so that whatis will be set to the Debian way:
/var/cache/man/index.bt.
* Moved the conditional setting of the MANPATH from the Makefile into
the src.
-- Shaul Karl <shaulka@bezeqint.net> Thu, 28 Sep 2000 20:43:07 +0300
tkman (2.1-3) unstable; urgency=low
* I am sponsored by Rick Younie <younie@home.com> and wish to thank him. * Patched the Makefile with a conditional set of a MANPATH env var when the user env does not include it. * Removed `unofficial' from the Maintainer field of the control file. * Removed README-tkman.gz from the deb since it is unnecessary and/or redundant. * Modified the man page so that it will not be a copy of an old version of the tkman documentation.
-- Shaul Karl <shaulk@israsrv.net.il> Sat, 2 Sep 2000 21:18:16 +0300
tkman (2.1-2) unstable; urgency=low
* The Makefile now uses -mandoc instead of -man for formatting man
pages.
-- Shaul Karl <shaulk@israsrv.net.il> Thu, 10 Aug 2000 06:36:51 +0300
tkman (2.1-1) unstable; urgency=low
* License of TkMan changed: it is now under the Artistic License. * New upstream release.
-- Shaul Karl <shaulk@israsrv.net.il> Mon, 26 Jun 2000 07:59:02 +0300
tkman (2.1b4-1) unstable; urgency=low
* License of TkMan changed: it is more close to be DFSG complaint. * New upstream release.
-- Shaul Karl <shaulk@israsrv.net.il> Sat, 11 Mar 2000 18:17:10 +0200
tkman (2.1b3-1) unstable; urgency=low
* New unofficail maintainer. * New upstream release.
-- Shaul Karl <shaulk@israsrv.net.il> Tue, 1 Feb 2000 22:13:14 +0200
1998
tkman (2.0.6-3) frozen unstable; urgency=low
* Indented list in description. * Changed section in control file from non-free to non-free/doc. * Applied -geometry patch from upstream (Fixes: Bug#18025). * Registered doc to doc-base. * Have gzip use "-n" when caching to save a few bytes. * Passed lintian 0.4.2.
-- Yann Dirson <dirson@debian.org> Thu, 16 Apr 1998 08:54:39 +0200
tkman (2.0.6-2) unstable; urgency=low
* Removed .du control file.
* Changed pixmap path to not include official symlinks (Fixes:
Bug#18783).
* Conforms to standards version 2.4.0.0.
* Made tkmanclient use /usr/bin/wish8.0.
* Passed lintian 0.3.1
-- Yann Dirson <dirson@debian.org> Fri, 13 Mar 1998 13:52:04 +0100
tkman (2.0.6-1) unstable; urgency=low
* New upstream release.
-- Yann Dirson <dirson@debian.org> Mon, 16 Feb 1998 01:52:24 +0100
tkman (2.0.5-1) unstable; urgency=low
* New upstream release (Fixes: Bug#17047).
* Near-pristine sources (was compressed, not gzipped).
* New copyright, still non-free.
* Included manpage from tkman-1.8, with notice that it is outdated,
since none is now provided.
* Wrote small manpage for retkman(1).
* Depends on tk8.0 + outline patch.
* Included pixmaps + examples from contrib/ dir.
-- Yann Dirson <dirson@debian.org> Wed, 28 Jan 1998 20:35:21 +0100
tkman (1.8-3) unstable; urgency=low
* New maintainer.
* Depends on wish instead of wish4.2.
* Added menu entry.
* Switched to debhelper.
* Suppressed the "Changebars on left" option, so that we don't get
an ugly error message from latest rman (Fixes:Bug#17465).
* Recommends old rman, since the new one causes problems.
* Added warning in postinst about Debian not being in sync with
upstream.
* Updated policy-conformance to 2.3.0.1.
-- Yann Dirson <dirson@debian.org> Sun, 25 Jan 1998 15:42:13 +0100
1997
tkman (1.8-2) unstable; urgency=low
* Changed to depend once again on lpr (Bug#10239). * Renamed changelog file names (Bug#9680).
-- David Engel <david@debian.org> Fri, 30 May 1997 20:41:15 -0500
tkman (1.8-1) unstable; urgency=low
* Fixed up with new standards and new upstream version and delivered to
David Engel for final treatment
* Minor fixups to Cristoph's version.
-- David Engel <david@debian.org> Fri, 10 Jan 1997 22:35:15 -0600
Old changelog format(s), not parsed
Old changelog: Added support for multiple architectures and new packaging standards (Bug#3919).