Your message dated Fri, 27 Apr 2018 09:36:07 +0000
with message-id <[email protected]>
and subject line Bug#893032: fixed in netw-ib-ox-ag 5.39.0-1.3
has caused the Debian Bug report #893032,
regarding netw-ib-ox-ag: 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.)
--
893032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: netw-ib-ox-ag
Version: 5.39.0-1.2
Severity: important
Tags: patch
Dear Maintainer,
Appears that the netwag binary package depends on Tcl/Tk 8.5 which is to be
removed from Debian since it's reached its end-of-life. I'd like to
propose NMU which switches to the default Tcl/Tk version (currently 8.6).
Except for the dependencies switching I had to add a small patch which
replaces #!/usr/bin/wish8.5 shebang by #!/usr/bin/wish one. I could do
the upload if appropriate.
-- 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 -Nru netw-ib-ox-ag-5.39.0/debian/changelog
netw-ib-ox-ag-5.39.0/debian/changelog
--- netw-ib-ox-ag-5.39.0/debian/changelog 2015-11-18 21:52:55.000000000
+0300
+++ netw-ib-ox-ag-5.39.0/debian/changelog 2018-03-15 13:05:20.000000000
+0300
@@ -1,3 +1,11 @@
+netw-ib-ox-ag (5.39.0-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch to the default Tcl/Tk version from 8.5 since Tcl/Tk 8.5 is to be
+ removed from Debian.
+
+ -- Sergei Golovan <[email protected]> Thu, 15 Mar 2018 13:05:20 +0300
+
netw-ib-ox-ag (5.39.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru netw-ib-ox-ag-5.39.0/debian/control
netw-ib-ox-ag-5.39.0/debian/control
--- netw-ib-ox-ag-5.39.0/debian/control 2012-12-21 18:38:20.000000000 +0400
+++ netw-ib-ox-ag-5.39.0/debian/control 2018-01-19 22:52:50.000000000 +0300
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Bartosz Fenski <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), libpcap-dev, libnet1-dev, tk8.5, sed (>=
4)
+Build-Depends: debhelper (>= 4.0.0), libpcap-dev, libnet1-dev, tk, sed (>= 4)
Standards-Version: 3.9.4
Homepage: http://ntwox.sourceforge.net/
@@ -28,7 +28,7 @@
Package: netwag
Section: net
Architecture: all
-Depends: netwox (>= ${source:Version}), ${misc:Depends}, tk8.5, xterm |
x-terminal-emulator
+Depends: netwox (>= ${source:Version}), ${misc:Depends}, tk, xterm |
x-terminal-emulator
Suggests: netwag-doc
Description: graphical frontend for netwox
Netwag is a graphical front end for netwox which contains more than 200 tools.
diff -Nru netw-ib-ox-ag-5.39.0/debian/patches/07-tcltk
netw-ib-ox-ag-5.39.0/debian/patches/07-tcltk
--- netw-ib-ox-ag-5.39.0/debian/patches/07-tcltk 1970-01-01
03:00:00.000000000 +0300
+++ netw-ib-ox-ag-5.39.0/debian/patches/07-tcltk 2018-01-19
22:48:17.000000000 +0300
@@ -0,0 +1,11 @@
+--- a/src/netwag-src/src/config.dat
++++ b/src/netwag-src/src/config.dat
+@@ -30,7 +30,7 @@
+ ### When installing netwag in text mode, it might be impossible to
+ ### detect wish (Tcl/Tk interpreter) and a terminal emulator.
+ # force wish path
+-#bin_wish="/usr/bin/wish"
++bin_wish="/usr/bin/wish"
+ # force terminal emulator:
+ # bin_term indicates terminal emulator path
+ # bin_term_param indicates parameter needed to run a program
diff -Nru netw-ib-ox-ag-5.39.0/debian/patches/series
netw-ib-ox-ag-5.39.0/debian/patches/series
--- netw-ib-ox-ag-5.39.0/debian/patches/series 2015-11-18 21:42:50.000000000
+0300
+++ netw-ib-ox-ag-5.39.0/debian/patches/series 2018-01-19 22:45:18.000000000
+0300
@@ -4,3 +4,4 @@
04-add-s390x-support
05-add-arm64-support
06-add-kfreebsd-support
+07-tcltk
--- End Message ---
--- Begin Message ---
Source: netw-ib-ox-ag
Source-Version: 5.39.0-1.3
We believe that the bug you reported is fixed in the latest version of
netw-ib-ox-ag, 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.
Sergei Golovan <[email protected]> (supplier of updated netw-ib-ox-ag 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: SHA256
Format: 1.8
Date: Fri, 27 Apr 2018 12:04:13 +0300
Source: netw-ib-ox-ag
Binary: netwox netwag netwox-doc netwag-doc
Architecture: source all amd64
Version: 5.39.0-1.3
Distribution: unstable
Urgency: medium
Maintainer: Bartosz Fenski <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
netwag - graphical frontend for netwox
netwag-doc - documentation for netwag frontend
netwox - networking utilities
netwox-doc - documentation for netwox toolbox
Closes: 893032
Changes:
netw-ib-ox-ag (5.39.0-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Switch to the default Tcl/Tk version from 8.5 since Tcl/Tk 8.5 is to be
removed from Debian (closes: #893032).
Checksums-Sha1:
30839286e10a7d0afd4563cbe78eb5de36c3b4fd 1941 netw-ib-ox-ag_5.39.0-1.3.dsc
b74f279a18c1ba02edcb5217a02437819ac2a69d 5724
netw-ib-ox-ag_5.39.0-1.3.debian.tar.xz
69d0f61a215f2afe253c1bebb5c12d0e91fdee19 7434
netw-ib-ox-ag_5.39.0-1.3_amd64.buildinfo
2815a835819b37025babaf0b615e0000eb11ef0b 43312 netwag-doc_5.39.0-1.3_all.deb
470fba8b3ff1691464cdc4254ec9601a8f9603e6 55764 netwag_5.39.0-1.3_all.deb
b7db5e15ef5b39901540971f0a877a442a992f1c 46604
netwox-dbgsym_5.39.0-1.3_amd64.deb
c3cd2199986adc47c6741af816d53664585754a9 92860 netwox-doc_5.39.0-1.3_all.deb
a99dbd60e4dd54ec6c2ea2f1eba9b9bc71cbeb3f 578540 netwox_5.39.0-1.3_amd64.deb
Checksums-Sha256:
3b2f16445c75131fafa94c88c15c9ceb18fa52c2fd10cb47138244e943147ad5 1941
netw-ib-ox-ag_5.39.0-1.3.dsc
9e357b746b52e0fc37d87bc0718def29ca7d9ff09c191a8ebec155a51bf4e0df 5724
netw-ib-ox-ag_5.39.0-1.3.debian.tar.xz
ade97f99dfc438468001a41816e9e87ddf9fbf27750321309fa634940cca2375 7434
netw-ib-ox-ag_5.39.0-1.3_amd64.buildinfo
4b5e02f1ca792b952417ffb8baa5cce7ae1e5daae59ce4b5f9ef102f2e6f0313 43312
netwag-doc_5.39.0-1.3_all.deb
1694ab8ce3b91c64c68cd2314202ead82b16e8fd83170269f7e628606510dc51 55764
netwag_5.39.0-1.3_all.deb
80fff81c3a4a44f778e0f12b8b559eefb59aa26cf3055dd2ed7ad66f22d636be 46604
netwox-dbgsym_5.39.0-1.3_amd64.deb
24bf071ffe6ded14e1a2ba517ab8626a22baab9af84830169ee7567a66f62b8b 92860
netwox-doc_5.39.0-1.3_all.deb
bef1787400a8402c6ad8daf5280e5cc7eedbe5ff589d957505b425a101289a75 578540
netwox_5.39.0-1.3_amd64.deb
Files:
2f9193d62cf81a050e43dab546bc862b 1941 net optional netw-ib-ox-ag_5.39.0-1.3.dsc
8ec62736ba3e9ea19f755891058d35ce 5724 net optional
netw-ib-ox-ag_5.39.0-1.3.debian.tar.xz
22c31f1eac4836da1b75a45d47a385ed 7434 net optional
netw-ib-ox-ag_5.39.0-1.3_amd64.buildinfo
46cbf83709b1e18b5903b2632d29d618 43312 doc optional
netwag-doc_5.39.0-1.3_all.deb
90b9d2185d0f74aef4abf04d4a54ffbe 55764 net optional netwag_5.39.0-1.3_all.deb
c37d3f72123746fb36cc9af23442a7da 46604 debug optional
netwox-dbgsym_5.39.0-1.3_amd64.deb
6b92bdf390cb68c5981aa3f3e49fb904 92860 doc optional
netwox-doc_5.39.0-1.3_all.deb
11097aca6b2a52ff8cd9d5b435ee2303 578540 net optional
netwox_5.39.0-1.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAlri6dsACgkQTyrk60tj
54eLmxAAtVVgrn3ZOt9VCXHAYVtkNPVOTxAxBF9zPmprsJjEeAXILCGeTiLW7KMb
vA09uNG+VcMPWPtfBWW4mbgWbuXpmm7Zxe/RKvdrHoHOGhUOE0NiGv3I3zJ1+Ac7
2ulz9iBlvtDQWuLw8nDBy9JviZu06thiLMmULr+0JcwXbFMWXF0jRnJDYR4dgwpe
CX+yEhotizDWiE7KXeLNKzsmqlHZ9+406/GuX6kf4NxnOq5fRQYvbiuaswDHuIbE
MU3SFgQZs4c1jdLnWnVnBIppgqebLhW2BLk91dTnY6qNmP7B5N7Dts2ae+PdHiL/
BwxHuNN3RhboSEfBhHF1Xh9eQ2zQpBZgTHWuWjbYvZyLZkSa+PUS97nLcGtOAq5j
XnAI5jXKvEYGLkblnHWCJTo5s9J2tkrUu1lUGI/GtpzaqTKwtebbpnUqzFAtqB/0
S8DIpLUdXRQfsETh1BOFIdbgoQTYAUF80JAeWHLQIl0u3qx+WzBGf5f5QFC+wN+t
B+YmmUDmj3fGQIs96hZyXtE2kdfKdKVRAjgnrd/x3f51+tPFyS+U4GkS3AQbvO3T
8QFDPD7mjiZeMvaySXjqQxWMZpRHO+x+0Lq6w22b8KknqD9nrrHirdojZThKEMh0
zRhfiRMrybsI2Sn2vga3LXQPsntlfCshy1le8LTkg/Ij2a70gVA=
=TDEt
-----END PGP SIGNATURE-----
--- End Message ---