Your message dated Sat, 31 Mar 2018 00:34:19 +0000
with message-id <[email protected]>
and subject line Bug#893140: fixed in secpanel 1:0.6.1-3
has caused the Debian Bug report #893140,
regarding secpanel: depends on deprecated Tcl/Tk 8.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
893140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893140
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: secpanel
Version: 1:0.6.1-2
Severity: important
Tags: patch

Dear Maintainer,

Tcl/Tk 8.5 has reached its end-of-life, and I'm planning to remove it from 
Debian.
I'd like to suggest a patch (with possible NMU if you don't mind) which would
replaces tcl8.5 and tk8.5 by tcl and tk (the current default Tcl/Tk version)
and remove a patch to restore calling wish and not wish8.5.

-- 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)

Versions of packages secpanel depends on:
ii  openssh-client                               1:7.4p1-10+deb9u3
ii  rxvt [x-terminal-emulator]                   1:2.7.10-7+b1
ii  rxvt-unicode-256color [x-terminal-emulator]  9.22-1+b1
ii  ssh-askpass                                  1:1.2.4.1-9+b2
ii  tcl                                          8.6.0+9
ii  tk                                           8.6.0+9
ii  xfce4-terminal [x-terminal-emulator]         0.8.3-1
ii  xterm [x-terminal-emulator]                  327-2

Versions of packages secpanel recommends:
ii  chromium [www-browser]     64.0.3282.119-1~deb9u1
ii  elinks [www-browser]       0.12~pre6-12
ii  firefox-esr [www-browser]  52.6.0esr-1~deb9u1
ii  links [www-browser]        2.14-2+b1
ii  lynx [www-browser]         2.8.9dev11-1
ii  w3m [www-browser]          0.5.3-34+deb9u1

secpanel suggests no packages.

-- no debconf information
diff -Nru secpanel-0.6.1/debian/changelog secpanel-0.6.1/debian/changelog
--- secpanel-0.6.1/debian/changelog     2013-11-02 08:35:50.000000000 +0400
+++ secpanel-0.6.1/debian/changelog     2018-03-16 23:40:07.000000000 +0300
@@ -1,3 +1,11 @@
+secpanel (1:0.6.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to the default Tcl/Tk version because Tcl/Tk 8.5 is to be removed
+    from Debian.
+
+ -- Sergei Golovan <[email protected]>  Fri, 16 Mar 2018 23:40:07 +0300
+
 secpanel (1:0.6.1-2) unstable; urgency=low
 
   * debian/control
diff -Nru secpanel-0.6.1/debian/control secpanel-0.6.1/debian/control
--- secpanel-0.6.1/debian/control       2013-11-02 08:08:40.000000000 +0400
+++ secpanel-0.6.1/debian/control       2018-03-16 23:39:07.000000000 +0300
@@ -8,7 +8,7 @@
 
 Package: secpanel
 Architecture: all
-Depends: tcl8.5 | tclsh, tk8.5, openssh-client, ssh-askpass, xterm | 
x-terminal-emulator, ${misc:Depends}
+Depends: tcl, tk, openssh-client, ssh-askpass, xterm | x-terminal-emulator, 
${misc:Depends}
 Recommends: www-browser
 Description: graphical user interface for SSH and SCP
  SecPanel is a graphical user interface for managining
diff -Nru secpanel-0.6.1/debian/patches/04_use_wish8.5.diff 
secpanel-0.6.1/debian/patches/04_use_wish8.5.diff
--- secpanel-0.6.1/debian/patches/04_use_wish8.5.diff   2013-11-02 
08:17:57.000000000 +0400
+++ secpanel-0.6.1/debian/patches/04_use_wish8.5.diff   1970-01-01 
03:00:00.000000000 +0300
@@ -1,26 +0,0 @@
-Description: Use /usr/bin/wish8.5
-Author: Daniel Echeverry <[email protected]>
-Forwarded: no
-Last-Update: 2013-11-01
---- secpanel-0.6.1.orig/local/bin/secpanel
-+++ secpanel-0.6.1/local/bin/secpanel
-@@ -1,7 +1,7 @@
- #!/bin/sh
- #  -*- tcl -*-
- # Executing wish #\
--exec wish "$0" "$@"
-+exec /usr/bin/wish8.5 "$0" "$@"
- 
- #######################################################################
- #
---- secpanel-0.6.1.orig/local/lib/secpanel/dppw.tcl
-+++ secpanel-0.6.1/local/lib/secpanel/dppw.tcl
-@@ -1,7 +1,7 @@
- #!/bin/sh
- #  -*- tcl -*-
- # Executing wish #\
--exec wish "$0" "$@"
-+exec /usr/bin/wish8.5 "$0" "$@"
- 
- 
- 
diff -Nru secpanel-0.6.1/debian/patches/series 
secpanel-0.6.1/debian/patches/series
--- secpanel-0.6.1/debian/patches/series        2013-11-02 07:46:56.000000000 
+0400
+++ secpanel-0.6.1/debian/patches/series        2018-03-16 23:40:07.000000000 
+0300
@@ -1,4 +1,3 @@
 03_use_x-terminal-emulator.diff
 02_add_interpreted_sequence.diff
 01_path_fix.diff
-04_use_wish8.5.diff

--- End Message ---
--- Begin Message ---
Source: secpanel
Source-Version: 1:0.6.1-3

We believe that the bug you reported is fixed in the latest version of
secpanel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Echeverry <[email protected]> (supplier of updated secpanel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2018 10:24:03 -0500
Source: secpanel
Binary: secpanel
Architecture: source
Version: 1:0.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Echeverry <[email protected]>
Changed-By: Daniel Echeverry <[email protected]>
Description:
 secpanel   - graphical user interface for SSH and SCP
Closes: 893140
Changes:
 secpanel (1:0.6.1-3) unstable; urgency=medium
 .
   * debian/control
     + Remove Tcl/Tk 8.5 Depends. (Closes: #893140)
     + Update Standards-Version to 4.1.3
     + Change debhelper to 11 in B-D.
     + Remove some whitespaces.
   * debian/copyright
     + Use HTTPS in format url.
     + Extend Debian copyright holders years.
   * debian/patches
     + Remove 04_use_wish8.5.diff patch.
       + Switch to the default Tcl/Tk version
         because Tcl/Tk 8.5 is to be removed from Debian
         + Thanks to Sergei Golovan for the patch!.
   * debian/compat
     + Switch compat level 8 to 11.
   * remove d/secpanel.menu file.
   * debian/changelog
     + Remove some whitespaces.
Checksums-Sha1:
 7590434b1e2f473c922224b1e03ac06ded0f2d65 1707 secpanel_0.6.1-3.dsc
 31481fe42a01766f3e5bc0d4e703fd4fa5b6c023 7568 secpanel_0.6.1-3.debian.tar.xz
 799f834cad49567690876fcfffe1a208635481f5 5366 secpanel_0.6.1-3_source.buildinfo
Checksums-Sha256:
 5621282993da7d8878267bb9cf791813d8d6e4617fd6d21029a1aacb6e207803 1707 
secpanel_0.6.1-3.dsc
 ea6bddbc23c4dcc29d89c1c08c070e2e013b00ab11100ce5267b327e0959ee58 7568 
secpanel_0.6.1-3.debian.tar.xz
 43cdbf19eba5999410a117494306fdb64410e6be7879b6c692b7e4913a74c513 5366 
secpanel_0.6.1-3_source.buildinfo
Files:
 c54ffe2eb24c496ad8edcf4970d6a9ae 1707 net optional secpanel_0.6.1-3.dsc
 ccb25fccfb27fa208ac4d42c58ed17d0 7568 net optional 
secpanel_0.6.1-3.debian.tar.xz
 b54de8e83569e7927b68a8c7095e4ef2 5366 net optional 
secpanel_0.6.1-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlq+0gEACgkQweDZLphv
fH49Gw/7BMWk2ox9Le049cMMjAb+umP3KDxViOeG85QWw5vI3yel2R4AgZXQZkST
PElVQ6jWgYSNnMcdCzdIE6kUShVIQjBHt7Fnhjym9rPFZXhCYjPgpdnU0NQBS3hZ
1S+ZM1BCqJvwCRpnRFH8eH8IcROcMwJ78060X7c/MXp1r+RKFRXHFnhHG4ZHTEe4
4CnVYz5yW8N2KXBuXofhwavoDRVxBeJxOs4dLvZ9SkHmPTO4u3zE6Ag6ST0pyo5t
e2pGSKHO49kL4vNtvqUx88q2p+qXjx4s7dAwfJ9N9HVUOCuPG4SBuTcrr9W64jSf
d3A7tUkhkTnbSoTCH5tah/dS82wA0GkmGlXsgN1JfoNy3xabbLv4ymVcQjUzDOyb
ZsEz6DKWu+YAtlbbwjcgwOvCoaCXLeViMnuXokKfKYR7RpTwqMnOOVia+X7Ue6sz
cZOqPBKTB0hPLl/qk8G2IsuLEMWcQdZNQMUJAPBWCI0xDaYA1j4FKv2yIDr76eOM
exi/9nxZ48Wv0Z4Ys6EuzPD+RtWAOo5D9Pwtr5ZBrmEh86ELiEEELOYMOtoJ62AC
76N52WuyvLoFsFHt1vTkIK3eF2W6IWjakk5lvH90CZqq3DathUM2npNtnERFs+vY
g5525Y3W0N8Pg6sNMlXGXHV+kUqcVvV3SXT2a/jlJ24X09ksVm8=
=FEaw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to