Your message dated Tue, 29 Oct 2013 07:03:29 +0000
with message-id <e1vb3kr-0002as...@franck.debian.org>
and subject line Bug#726040: fixed in netmaze 0.81+jpg0.82-14.1
has caused the Debian Bug report #726040,
regarding netmaze: depends on obsolete Tck/Tk 8.4
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.)


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

Dear Maintainer,

We plan to drop deprecated Tcl/Tk 8.4 from the Debian archive before jessie
release.

Your netmaze package depends on tk8.4, so it needs to adjust.

I've prepared a small patch which just replaces tk8.4 by tk8.5 in
dependencies, calls /usr/bin/wish8.5 everywhere instead of wish8.4 and wish,
and for the last it fixes loading libTix library because it cannot be found as
for now.

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
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/wish -f
+#!/usr/bin/wish8.5 -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/wish -f
+#!/usr/bin/wish8.5 -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/wish -f
+#!/usr/bin/wish8.5 -f
 
 puts $argv
 
diff -u netmaze-0.81+jpg0.82/xnetserv-setup.tcl netmaze-0.81+jpg0.82/xnetserv-setup.tcl
--- netmaze-0.81+jpg0.82/xnetserv-setup.tcl
+++ netmaze-0.81+jpg0.82/xnetserv-setup.tcl
@@ -2,5 +2,5 @@
 # Here are some examples:
 # set tixfile /home/mydir/lib/libtix.so
-set tixfile /usr/lib/libTix8.4.so
+set tixfile [lindex [glob /usr/lib/libTix*.so*] 0]
 # set tixfile /usr/users/User10/jgoerzen/public/bin/lib/libtix.so
 
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.4 -f
+#!/usr/bin/wish8.5 -f
 
 frame .init
 pack .init
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.4
+Depends: ${shlibs:Depends}, tix, tk8.5
 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/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,12 @@
+netmaze (0.81+jpg0.82-14.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replaced tk8.4 by tk8.5 in dpendencies and call wish8.5 instead of
+    wish8.4 or wish.
+  * Fixed loading libTix library.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Fri, 11 Oct 2013 15:59:40 +0400
+
 netmaze (0.81+jpg0.82-14) unstable; urgency=low
 
   * Added build-dep on xutils-dev.  Closes: #485213.

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

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 726...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergei Golovan <sgolo...@debian.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: SHA1

Format: 1.8
Date: Tue, 29 Oct 2013 10:44:22 +0400
Source: netmaze
Binary: netmaze
Architecture: source amd64
Version: 0.81+jpg0.82-14.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <jgoer...@complete.org>
Changed-By: Sergei Golovan <sgolo...@debian.org>
Description: 
 netmaze    - 3-D Multiplayer Combat Game
Closes: 726040
Changes: 
 netmaze (0.81+jpg0.82-14.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace tk8.4 by tk8.5 in dpendencies and call wish8.5 instead of
     wish8.4 or wish. Closes: #726040.
   * Fix loading the Tix library.
Checksums-Sha1: 
 1aefb87ae8be793fc16a93ae4e374bfff1aad401 1121 netmaze_0.81+jpg0.82-14.1.dsc
 93909741ca57e8938c28352c7bc3b9356ca31cea 41271 
netmaze_0.81+jpg0.82-14.1.diff.gz
 2c0598321a8c4e101fc6eed894b6193d5d50a48e 262094 
netmaze_0.81+jpg0.82-14.1_amd64.deb
Checksums-Sha256: 
 9f913eb66dd2d40cafb9d7fe10263a329258737731ff979d11f8398ca6a54b75 1121 
netmaze_0.81+jpg0.82-14.1.dsc
 df41248af1e8664443c9c20ec7aaa4fa79afe28ad85a0fb24b4e5e09ada8cdee 41271 
netmaze_0.81+jpg0.82-14.1.diff.gz
 b4151fde012a8d4403b0cfb19c28cf2456b29ca322d4593656ea0a16ee227add 262094 
netmaze_0.81+jpg0.82-14.1_amd64.deb
Files: 
 0c44537fd8c976c99299a3828bbf16fb 1121 games optional 
netmaze_0.81+jpg0.82-14.1.dsc
 1031248bec653cf3524fff6655dfe2f2 41271 games optional 
netmaze_0.81+jpg0.82-14.1.diff.gz
 9110e4191ccd88c170263bf734bdd89c 262094 games optional 
netmaze_0.81+jpg0.82-14.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSb1psIcdH02pGEFIRAue3AKCVvcguL+OsdnH8wJWZlLgIL4ePBQCfX8KM
kXX/+YI3psMSh6vvgtK1haM=
=7xGB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to