debian/0000755000000000000000000000000011757623407007202 5ustar debian/tkinspect.menu0000644000000000000000000000026611757147372012102 0ustar ?package(tkinspect): \ needs="X11" \ section="Applications/Programming" \ title="Tkinspect" \ longtitle="Tk Application Inspector" \ command="/usr/bin/tkinspect" debian/rules0000755000000000000000000000163011757420614010255 0ustar #!/usr/bin/make -f DESTDIR=debian/tkinspect LIBDIR=/usr/share/tkinspect %: dh $@ override_dh_clean: dh_clean debian/tkinspect.1 override_dh_auto_install: # Install the package into debian/tkinspect for f in *.tcl *.html *.ppm tclIndex ChangeLog ; do \ install -m 644 $$f $(DESTDIR)$(LIBDIR) ; \ done # rm $(DESTDIR)$(LIBDIR)/tkinspect.tcl rm $(DESTDIR)$(LIBDIR)/install.tcl # for f in stl-lite/*.tcl ; do \ install -m 644 $$f $(DESTDIR)$(LIBDIR)/stl-lite ; \ done sed -e 's:@tkinspect_library@:$(LIBDIR):g' tkinspect.tcl \ >$(DESTDIR)/usr/bin/tkinspect # Create manpage dtplite -o - nroff debian/tkinspect.man | \ sed -e '/\.so man\.macros/ d' >debian/tkinspect.1 get-orig-source: wget -O tkinspect_5.16p10.orig.tar.gz \ http://sourceforge.net/projects/tkcon/files/tkinspect/5.1.6p10/tkinspect-5.1.6p10.tar.gz .PHONY: override_dh_clean override_dh_auto_install get-orig-source debian/control0000644000000000000000000000110111757147567010606 0ustar Source: tkinspect Section: interpreters Priority: optional Maintainer: Sergei Golovan Build-Depends: debhelper (>= 8.0.0) Build-Depends-Indep: tcllib Standards-Version: 3.9.3 Package: tkinspect Architecture: all Depends: tk | wish, ${misc:Depends} Description: Tk application inspector for developing in Tcl Tkinspect is a tool to permit one to inspect the contents of a separate running Tk application. It has views for the variables, arrays, procedures and other objects in the inspectee and communicates using the Tk send or tcllib comm commands. debian/tkinspect.docs0000644000000000000000000000000711757147372012057 0ustar README debian/tkinspect.man0000644000000000000000000000231611757147372011707 0ustar [comment {-*- tcl -*- doctools manpage}] [manpage_begin tkinspect 1 5.1.6p10] [moddesc {Tkinspect}] [titledesc {Tk application inspector}] [description] [para] [cmd tkinspect] is an inspector for Tk applications. It uses Tk's [cmd send] command to retreive infomation from other Tk applications. [list_begin definitions] [call [cmd tkinspect]] [list_end] [para] When you choose an application through the [arg {File/Select Interpreter}] menu, lists will be filled with the names of the procs, globals, and windows the the application. Clicking on one of those names will fill the value window with the definition of the proc, the value of the global variable, or various information about the window. The value window is editable and its contents can be sent back to the selected application. [para] Tcl commands can be sent to the seleted application using the [arg Command:] entry, or through a command line (via the [arg {File/New Command Line}] menu) interface to the application. The command line is nearly identical to Tk's demo [cmd rmt]. [para] For further information, select a topic from the help window's [arg Topics] menu. [see_also send(3tk) /usr/share/doc/tk8.5/examples/rmt] [keywords Tcl Tk] [manpage_end] debian/changelog0000644000000000000000000000214611757622753011062 0ustar tkinspect (5.1.6p10-4) unstable; urgency=low * Initial upload to Debian (closes: #674166). * New maintainer's email address. * Switched to 3.0 (quilt) source package format. * Switched to dtplite for manpage generating. * Moved to Applications/Programming menu category. * Added ${misc:Depends} substitution variable to debian/control because the package uses debhelper. * Added get-orig-source target to debian/rules. * Bumped debhelper compatibility to 8. * Bumped standards version to 3.9.3. -- Sergei Golovan Fri, 25 May 2012 10:25:08 +0400 tkinspect (5.1.6p10-3) unstable; urgency=low * Added long title to debian/menu. * Fixed dependencies in debian/control (moved tcllib to Build-Depends-Indep). -- Sergei Golovan Wed, 17 Jan 2007 12:07:42 +0300 tkinspect (5.1.6p10-2) unstable; urgency=low * Added tkinspect(1) manual page. -- Sergei Golovan Fri, 05 Jan 2007 21:16:13 +0300 tkinspect (5.1.6p10-1) unstable; urgency=low * Initial release. -- Sergei Golovan Fri, 05 Jan 2007 17:11:05 +0300 debian/source/0000755000000000000000000000000011757623407010502 5ustar debian/source/format0000644000000000000000000000001411757147372011712 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211757147372010402 0ustar 8 debian/tkinspect.dirs0000644000000000000000000000004511757147372012072 0ustar usr/bin usr/share/tkinspect/stl-lite debian/tkinspect.manpages0000644000000000000000000000002311757147372012720 0ustar debian/tkinspect.1 debian/copyright0000644000000000000000000000276211757147372011146 0ustar This package was debianized by Sergei Golovan on Fri, 05 Jan 2007 17:11:05 +0300 It was downloaded from http://tkcon.sourceforge.net/ Upstream Authors: Sam Shen , , John Robert Loverso Pat Thoyts Copyright: Tkinspect is public domain. The package includes stl-lite library with the following copyright: This software is copyright (C) 1994 by the Lawrence Berkeley Laboratory. Redistribution and use in source and binary forms, with or without modification, are permitted provided that: (1) source code distributions retain the above copyright notice and this paragraph in its entirety, (2) distributions including binary code include the above copyright notice and this paragraph in its entirety in the documentation or other materials provided with the distribution, and (3) all advertising materials mentioning features or use of this software display the following acknowledgement: ``This product includes software developed by the University of California, Lawrence Berkeley Laboratory and its contributors.'' Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.