Your message dated Thu, 26 Apr 2018 02:33:20 +0000
with message-id <e1fbwim-0002gh...@fasolo.debian.org>
and subject line Bug#893478: fixed in netmaze 0.81+jpg0.82-16
has caused the Debian Bug report #893478,
regarding netmaze: 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 ow...@bugs.debian.org
immediately.)


-- 
893478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: netmaze
Version: 0.81+jpg0.82-15
Severity: important
Tags: patch

Dear Maintainer,

netmaze currently depends on the deprecated Tcl/Tk 8.5 which is to be removed
from Debian. The attached patch replaces tk8.5 by tk in the dependencies and
wish8.5 by wish in the script shebangs. This makes netmaze using the default
Tcl/Tk version (8.6 at the moment). At first glance it works fine, though I
haven't performed thorough testing (just played a few rounds).

If you think it's appropriate I could do NMU with these changes.

-- 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 netmaze depends on:
ii  libc6     2.24-11+deb9u3
ii  libx11-6  2:1.6.4-3
ii  libxext6  2:1.3.3-1+b2
ii  tix       8.4.3-7
ii  tk        8.6.0+9

netmaze recommends no packages.

netmaze suggests no packages.

-- no debconf information
diff -u netmaze-0.81+jpg0.82/debian/changelog 
netmaze-0.81+jpg0.82/debian/changelog
--- netmaze-0.81+jpg0.82/debian/changelog
+++ netmaze-0.81+jpg0.82/debian/changelog
@@ -1,3 +1,11 @@
+netmaze (0.81+jpg0.82-15.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace tk8.4 by tk in dpendencies and call wish instead of
+    wish8.5.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Mon, 19 Mar 2018 07:46:36 +0300
+
 netmaze (0.81+jpg0.82-15) unstable; urgency=low
 
   * Ack NMU.  Closes: #726040, #503035.
diff -u netmaze-0.81+jpg0.82/debian/control netmaze-0.81+jpg0.82/debian/control
--- netmaze-0.81+jpg0.82/debian/control
+++ netmaze-0.81+jpg0.82/debian/control
@@ -9,7 +9,7 @@
 Architecture: any
 Section: games
 Priority: optional
-Depends: ${shlibs:Depends}, tix, tk8.5
+Depends: ${shlibs:Depends}, tix, tk
 Description: 3-D Multiplayer Combat Game
  This is a 3-D multiplayer game for X.  You can play by
  yourself, use computerized players ("bots"), or you can
diff -u netmaze-0.81+jpg0.82/xnetserv-notix.tcl 
netmaze-0.81+jpg0.82/xnetserv-notix.tcl
--- netmaze-0.81+jpg0.82/xnetserv-notix.tcl
+++ netmaze-0.81+jpg0.82/xnetserv-notix.tcl
@@ -1,4 +1,4 @@
-#!/usr/bin/wish8.5 -f
+#!/usr/bin/wish -f
 
 
 ##### SET UP PROCEDURES
diff -u netmaze-0.81+jpg0.82/xnetserv-old.tcl 
netmaze-0.81+jpg0.82/xnetserv-old.tcl
--- netmaze-0.81+jpg0.82/xnetserv-old.tcl
+++ netmaze-0.81+jpg0.82/xnetserv-old.tcl
@@ -1,4 +1,4 @@
-#!/usr/bin/wish8.5 -f
+#!/usr/bin/wish -f
 
 # NOTE: Tcl/Tk or C on some Sun machines seems to be broken in that it
 # requres flush calls after every puts when the output is being piped to
diff -u netmaze-0.81+jpg0.82/xnetserv-send.tcl 
netmaze-0.81+jpg0.82/xnetserv-send.tcl
--- netmaze-0.81+jpg0.82/xnetserv-send.tcl
+++ netmaze-0.81+jpg0.82/xnetserv-send.tcl
@@ -1,4 +1,4 @@
-#!/usr/bin/wish8.5 -f
+#!/usr/bin/wish -f
 
 puts $argv
 
diff -u netmaze-0.81+jpg0.82/xnetserv.tcl netmaze-0.81+jpg0.82/xnetserv.tcl
--- netmaze-0.81+jpg0.82/xnetserv.tcl
+++ netmaze-0.81+jpg0.82/xnetserv.tcl
@@ -1,4 +1,4 @@
-#!/usr/bin/wish8.5 -f
+#!/usr/bin/wish -f
 
 frame .init
 pack .init

--- End Message ---
--- Begin Message ---
Source: netmaze
Source-Version: 0.81+jpg0.82-16

We believe that the bug you reported is fixed in the latest version of
netmaze, 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 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen <jgoer...@complete.org> (supplier of updated netmaze 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Apr 2018 02:02:54 +0000
Source: netmaze
Binary: netmaze
Architecture: source amd64
Version: 0.81+jpg0.82-16
Distribution: unstable
Urgency: medium
Maintainer: John Goerzen <jgoer...@complete.org>
Changed-By: John Goerzen <jgoer...@complete.org>
Description:
 netmaze    - 3-D Multiplayer Combat Game
Closes: 893478
Changes:
 netmaze (0.81+jpg0.82-16) unstable; urgency=medium
 .
   [ John Goerzen ]
   * Update Depends on tk to use default version (Closes: #893478)
Checksums-Sha1:
 dd7b32da4b9df00b4902f6e7a0e70c278898627d 1774 netmaze_0.81+jpg0.82-16.dsc
 5ef7656aa20920c9fee8d7c09fae86ce54c41ac8 42765 netmaze_0.81+jpg0.82-16.diff.gz
 bbb26d9e7fd1446a60a42f2362d58179c4094de2 8356 
netmaze_0.81+jpg0.82-16_amd64.buildinfo
 fae6aed8675106f2365a533353b98eb1bc32c4ec 265368 
netmaze_0.81+jpg0.82-16_amd64.deb
Checksums-Sha256:
 4ee8d2d09d18336a33abfefe66ba89fd6915b33494ecbe72220c169c55bcbcc9 1774 
netmaze_0.81+jpg0.82-16.dsc
 72dae13bde59c384be91875b67e1581513b9e05e54bc8049b62228c52f369756 42765 
netmaze_0.81+jpg0.82-16.diff.gz
 64c48d7b3dbb6816d7ea2e3a3cad0c833060103a7bcdce59a0ab74c69a4e9deb 8356 
netmaze_0.81+jpg0.82-16_amd64.buildinfo
 84412fb82c9eb88dea283b82686fa106f92167901dd33c0da55f9c1270f4d63b 265368 
netmaze_0.81+jpg0.82-16_amd64.deb
Files:
 663f581bc6ff76f1f5631b2890b56927 1774 games optional 
netmaze_0.81+jpg0.82-16.dsc
 d5f82eebc037237c28b7e09dc8fdf45f 42765 games optional 
netmaze_0.81+jpg0.82-16.diff.gz
 752dac7ec63a83ffd6fe8872a9c8034d 8356 games optional 
netmaze_0.81+jpg0.82-16_amd64.buildinfo
 5b8c603145b1aa0ae4f6311426d9ec76 265368 games optional 
netmaze_0.81+jpg0.82-16_amd64.deb

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

iQIzBAEBCAAdFiEEJ217d7abdWx8toZp3Sn4hEKDntMFAlrhM/IACgkQ3Sn4hEKD
ntPQMA//bbd9ACJbgXMwtSbhhpswGu2FI8+Cs+H0QsoPpjhSVxZ3f4cqNztu4IA7
bpiOxh34YB3PpHRa054Yq+WuA0+xWx1DbfqFJ4Fx9S2ZOnlSC7Gze008J09dfNol
9tSva2MGpo13DE6PPne6BACRuCnCd5SdKjmuEBg56agJkyv+ljuG/6ZQbBKle/um
sasicVI9+3EoeDF81Rr2cEi+T2B9g+X7weBa1cO7OQQLrLLUKMWGDbmX9BxQSHAv
RpO9T83UDmH7aYNOjKFA1AztQV8CGG2Tw4DvWljFH5FT172bMUtZY/QjM3Cx2Yn/
xNs5L+lwUxyTj4F5JuTq479dgR32UhilS8wXLfTuO67CgdRui1/js5IOThENb2FP
bh/g7LKGmTM8axwKJOm6CzNuTB30aKp/7OZFZzaeIba3pzV97C8CyLMFL0c81/1q
eyyEVwKNXsWKhiQ0dSQgGi1Fn0b1rU5kBt2kWcgvNOiE6G0yJa5TzoMpHZEtbQeQ
NzKUi6nEawWpuxeJJzXM746YkAuxe+HVy+/+diUMHUjzTcj9kFAsNqar+knB+IQK
tnCLSg72hm/Ft9Fn9RVRY3xu4pLWPY+vjLnsWCaTN2lJKkZMHo3cQ6enHpRK0BdZ
yCzU9SoZ4GrQqtIhkTyxuDjaaDcoiRpDr1/tO9/nqAH3ixLwNQY=
=xS2k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to