Package: visual-regexp Version: 3.0-1 Severity: normal Tags: patch
According to a draft Debian Tcl/Tk policy (http://pkg-tcltk.alioth.debian.org/tcltk-policy.html/), "Programs that can run with any version of Tcl/Tk should be started with #!/usr/bin/tclsh or #!/usr/bin/wish." My tests shows that visual-regexp can work with Tcl/Tk 8.4 and 8.5. Patch: --- /usr/bin/visual-regexp 2006-04-05 07:53:59.000000000 +0400 +++ ./visual-regexp-patched 2009-03-27 04:11:49.000000000 +0300 @@ -1,8 +1,5 @@ -#!/bin/sh +#!/usr/bin/wish #-*-tcl-*- -# the next line restarts using wish \ -exec wish8.3 "$0" -- ${1+"$@"} - set version 3.0 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages visual-regexp depends on: ii tk8.3 8.3.5-15 Tk toolkit for Tcl and X11, v8.3 - visual-regexp recommends no packages. visual-regexp suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

