Source: redet
Version: 8.26-1.2
Severity: important
Tags: patch

Dear Maintainer,

Tcl/Tk 8.5 has reached it end-of-life and is to be removed from Debian soon.
So please, switch to the newer Tcl/Tk version in redet. I'd like to propose
NMU with switching to the default version (which is currently 8.6).

-- System Information:
Debian Release: 9.4
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'proposed-updates'), (500, 
'stable'), (500, 'oldstable'), (1, 'experimental'), (1, 'unstable'), (1, 
'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-0.bpo.3-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u redet-8.26/debian/changelog redet-8.26/debian/changelog
--- redet-8.26/debian/changelog
+++ redet-8.26/debian/changelog
@@ -1,3 +1,11 @@
+redet (8.26-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to the default Tcl/Tk from Tcl/Tk 8.5 which is to be removed from
+    Debian.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Fri, 16 Mar 2018 13:05:22 +0300
+
 redet (8.26-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u redet-8.26/debian/control redet-8.26/debian/control
--- redet-8.26/debian/control
+++ redet-8.26/debian/control
@@ -8,7 +8,7 @@
 
 Package: redet
 Architecture: all
-Depends: tk8.5, iwidgets4, ${misc:Depends}
+Depends: tk, iwidgets4, ${misc:Depends}
 Suggests: redet-doc, dillo
 Description: regular expression development and execution tool
  Redet allows the user to construct regular expressions and test them against 
diff -u redet-8.26/debian/patches/00list redet-8.26/debian/patches/00list
--- redet-8.26/debian/patches/00list
+++ redet-8.26/debian/patches/00list
@@ -2 +1,0 @@
-02_wish
reverted:
--- redet-8.26/debian/patches/02_wish.dpatch
+++ redet-8.26.orig/debian/patches/02_wish.dpatch
@@ -1,33 +0,0 @@
-#! /bin/sh -e
-## 02_wish.dpatch
-## Sergei Golovan <sgolo...@debian.org>
-
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -R -p1 < $0;;
-       *)
-               echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
-               exit 1;;
-esac
- 
-exit 0
-
-@DPATCH@
-diff -ru redet.orig/redet.tcl redet/redet.tcl
---- redet.orig/redet.tcl
-+++ redet/redet.tcl
-@@ -1,7 +1,7 @@
- #!/bin/sh
- #-*- mode: Tcl;time-stamp-start:"TimeStamp[   ]+\\\\?[\"<]+";-*-
- # the next line restarts using wish \
--exec wish $0 -- $@
-+exec wish8.5 $0 -- $@
- set TimeStamp "2008-09-11 20:14:21 poser"
- #
- # Copyright (C) 2003-2008 William J. Poser (billpo...@alum.mit.edu)

Reply via email to