tkdesk (2.0-11) unstable; urgency=medium * QA upload. * Switch to Itcl 4. * Fix spelling error in a patch. * Bump Standards-Version to 4.1.3. -- Sergei Golovan Tue, 20 Mar 2018 09:11:18 +0300 tkdesk (2.0-10) unstable; urgency=medium * QA upload. * Convert to source format 3.0 (quilt). * Convert to dh build. * Update Standards-Version to 4.1.1. - remove obsolete menu file - switch priority from extra to optional * debian/control: - change Maintainer to QA group (see #688443). - add Homepage field - don't duplicate priority and section - remove ancient version restriction * Bump debhelper compatibility to 10. * Fix watch file. (Closes: #449841) * Fix spelling errors found by lintian. * Honour build flags (for dbgsym and hardening support). * Fix doc-base registration file. * Convert debian/copyright to machine-readable format. - remove documentation of itcl, which is no longer included * Add patch for reproducible output of mkindex. Thanks to Alexis Bienvenüe for the patch. (Closes: #824567) * Correctly symlink files that are referenced in documentation. (Closes: #599381) * Add patch to support parallel building. -- Reiner Herrmann Tue, 03 Oct 2017 17:54:14 +0200 tkdesk (2.0-9.2) unstable; urgency=low * Non-maintainer upload. * Switched to Tcl/Tk 8.6 to work with newer BLT (closes: #753794). * Find the itclConfig.sh in its new multiarchified location. * Defined USE_INTERP_RESULT macro to build with Tcl 8.6. * Fixed link to the tkdesk documentation. -- Sergei Golovan Fri, 11 Jul 2014 09:15:08 +0400 tkdesk (2.0-9.1) unstable; urgency=low * Non-maintainer upload. * Switched off components autoloading and added patch http://tkdesk.sourceforge.net/patches/tkdesk-2.0p2.patch by upstream to make tkdesk working with itcl3 version 3.3 or newer. * Switched to Tcl/Tk 8.5 to match changes in itcl3 and work with newer BLT (closes: #533061, #545590). -- Sergei Golovan Fri, 30 Oct 2009 11:01:18 +0300 tkdesk (2.0-9) unstable; urgency=low * Throw a TCL_ERROR to prevent recursive calls to dskC_ls. This prevents a core dump discovered in certain situations with Ubuntu and tkdesk 2.0-5. -- Daniel Martin Sun, 26 Aug 2007 14:22:54 -0400 tkdesk (2.0-8) unstable; urgency=low * Change TCL_INC_DIR usage to TCL_INCLUDE_SPEC. This is apparently the proper way to include the Tcl/Tk headers; TCL_INC_DIR is only supposed to be used to include non-public headers. As a side effect, this fixes the FTBFS caused by an upload of tcl8.4 that accidentally left this variable out. (closes: Bug#436331) -- Daniel Martin Tue, 07 Aug 2007 21:53:08 -0400 tkdesk (2.0-7) unstable; urgency=low * Integrate NMU patch (closes: Bug#392685) * Update menu file for new menu structure * Upgrade to debhelper compat level 5 -- Daniel Martin Thu, 12 Jul 2007 13:40:00 -0400 tkdesk (2.0-6.1) unstable; urgency=low * NMU * Move man pages to /usr/share. Closes: #391697 * Remove no longer correct and uselessly hardcoded path to tkdesk in menu file. * Fix menu file quoting. -- Joey Hess Thu, 12 Oct 2006 16:10:01 -0400 tkdesk (2.0-6) unstable; urgency=low * Move everything out of /usr/X11R6 (X v7 compatibility) -- Daniel Martin Sun, 11 Jun 2005 12:01:23 -0500 tkdesk (2.0-5) unstable; urgency=low * Fix an off-by-one error on terminating a string which causes bizarre display errors when displaying file modes inside file lists. Apparently the new gcc packs arrays together more closely when using -O2. (closes: Bug#339048) -- Daniel Martin Tue, 15 Nov 2005 01:39:10 -0500 tkdesk (2.0-4) unstable; urgency=low * Remove an extraneous declaration that causes compile problems on gcc 3.4. (closes: Bug#263738) -- Daniel Martin Wed, 2 Nov 2005 22:26:02 -0500 tkdesk (2.0-3) unstable; urgency=low * Move pauseme manpage to section 1x; fixes name collision issue with vifm package. -- Daniel Martin Thu, 10 Jun 2004 12:21:31 -0400 tkdesk (2.0-2) unstable; urgency=low * Rework compile options, fix calls to malloc/free to call ckalloc/ckfree. Fixes core dump on startup (closes: Bug#294644) -- Daniel Martin Wed, 19 May 2004 15:45:42 -0400 tkdesk (2.0-1) unstable; urgency=low * New upstream release ** Uses tcl/tk 8.4 (closes: Bug#173166) ** Mouse wheel support * Improved .deb interaction (closes: Bug#36955) * Moved tkdesksh to different location, wrote "pauseme" manpage (closes: Bug#19423) -- Daniel Martin Sun, 18 Apr 2004 22:45:56 -0400 tkdesk (1.2-9) unstable; urgency=low * Reworked package to debhelperize it. * Reworked package gets md5sums correct. (closes: Bug#215932) * Package no longer needs debmake builds-depends. (closes: Bug#132468) * User config files no longer shipped in /etc/tkdesk (closes: Bug#132821) * Modified help browser to read gzipped help files if the uncompressed help file is missing. -- Daniel Martin Sat, 15 Nov 2003 14:20:26 -0500 tkdesk (1.2-8) unstable; urgency=low * Reverted to using the included-with-the-upstream version of blt. The effect of this is to be using an older blt version; however, I can't keep up with the current blt without upgrading the tcl/tk version used by tkdesk, and I can't do that without more time hunting down what changed and why the code doesn't play nicely with newer tcl/tk versions. (help would be appreciated) * As a consequence, removed blt8.0-dev from build depends; tkdesk now builds properly from source. (closes: Bug#202037) * Updated urls in the "Internet" button to reflect current reality. -- Daniel Martin Sun, 3 Aug 2003 22:08:38 -0400 tkdesk (1.2-7) unstable; urgency=low * Fixed interaction with blt version 2.4y (some file names changed upstream). The effect was that opening a file browser caused an error message about "/usr/X11R6/lib/tkdesk/dragdrop.tcl". Also, this caused a crash on startup if the user's saved _layout file specified a file browser. * Applied find.tcl fix from upstream (Drag and Drop of multiple files from the "find" window had issues) * Finally applied doc-base fix (closes: Bug#114883) -- Daniel Martin Tue, 25 Jun 2002 12:11:50 -0400 tkdesk (1.2-6) unstable; urgency=low * Added itcl3.0-dev to Build-Depends (closes: Bug#131944) * Added tk8.0-dev to the Build-Depends just for good measure. -- Daniel Martin Sat, 2 Feb 2002 10:11:06 -0500 tkdesk (1.2-5) unstable; urgency=low * Added blt8.0-dev to the Build dependencies (closes: Bug#131589) -- Daniel Martin Thu, 31 Jan 2002 21:57:02 -0500 tkdesk (1.2-4) unstable; urgency=low * Removed /usr/doc symlink from package proper; opted instead for what's in the policy manual (closes: Bug#91691) * Minor fixup of changelog and copyright files (closes: Bug#127124) * Link against libBLT from debian package rather than staticly against libBLT packaged with tkdesk source. -- Daniel Martin Mon, 28 Jan 2002 20:42:18 -0500 tkdesk (1.2-3) unstable; urgency=low * Fixed preinst in case where tkdesk hadn't been previously installed - you know, this fix wouldn't be necessary if I didn't have to do magic in my preinst to work around the fact that dpkg can't handle replacing a directory with a symbolic link. (closes #54259) -- Daniel Martin Fri, 7 Jan 2000 23:51:44 -0500 tkdesk (1.2-2) unstable; urgency=medium * Fixed the @#$! TKDESK_LIBRARY location again. I must try to talk to the upstream author about this to see if I can't get him to accept a patch to make tkdesk more packager-friendly. Fixes bug #54054 -- Daniel Martin Tue, 4 Jan 2000 22:54:07 -0500 tkdesk (1.2-1) unstable; urgency=low * New upstream version * Now with FHS standard doc location (/usr/share/doc) -- Daniel Martin Sat, 1 Jan 2000 23:44:10 -0500 tkdesk (1.1-3) stable unstable; urgency=low * Fixed compile when DISPLAY unset -- Daniel Martin Sat, 21 Aug 1999 11:15:19 -0400 tkdesk (1.1-2) stable unstable; urgency=medium * Fixed /tmp file access to use tcl's {CREAT EXCL} - standard /tmp exploit is fixed by this, so it should be allowed as a security update * Added fix to allow custom trashdir locations (from upstream) * Added fix to correct Editor "saveall" problem (from upstream) -- Daniel Martin Sun, 1 Aug 1999 16:48:47 -0400 tkdesk (1.1-1) unstable; urgency=low * Is now Y2K "compliant" * new upstream version -- Daniel Martin Sat, 10 Oct 1998 01:03:21 -0400 tkdesk (1.0p1-3) unstable; urgency=low * Fixed tkdesk library location. -- Daniel Martin Thu, 7 May 1998 11:00:36 -0400 tkdesk (1.0p1-2) unstable; urgency=low * Fixed bug in the last version's "menu" file * Incorporated changes from tkdesk 1.0b4-3 -- Daniel Martin Thu, 7 May 1998 09:01:22 -0400 tkdesk (1.0p1-1) unstable; urgency=low * "Local" configuration file disappeared upstream; preinst deletes unmodified /etc/tkdesk/Local, issues a warning otherwise. * new maintainer * New upstream release. Many changes - check the upstream changelog (/usr/doc/tkdesk/changelog.gz) -- Daniel Martin Wed, 6 May 1998 11:56:23 -0400