[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#725368: marked as done (emacspeak-ss: depends on deprecated Tcl 8.4)



Your message dated Tue, 29 Oct 2013 06:33:18 +0000
with message-id <E1Vb2re-0002ai-Li@franck.debian.org>
and subject line Bug#725368: fixed in emacspeak-ss 1.12.1-4
has caused the Debian Bug report #725368,
regarding emacspeak-ss: depends on deprecated Tcl 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 owner@bugs.debian.org
immediately.)


-- 
725368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725368
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: emacspeak-ss
Version: 1.12.1-3
Severity: normal
Tags: patch

Dear Maintainer,

We plan to remove a deprecated Tcl 8.4 from the Debian archive before
releasing jessie. Emacspeak-ss depends on tcl8.4, and this needs to change.

I've prepared a patch which switches to the default tk package instead of
tcl8.4. It makes all Tcl scripts in the package use /usr/bin/tclsh interpreter
instead of /usr/bin/tclsh8.4, so they will not crash immediately, but I
didn't do thorough testing.

-- System Information:
Debian Release: 7.1
  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 -Nru emacspeak-ss-1.12.1/debian/changelog emacspeak-ss-1.12.1/debian/changelog
--- emacspeak-ss-1.12.1/debian/changelog	2012-11-30 20:22:09.000000000 +0400
+++ emacspeak-ss-1.12.1/debian/changelog	2013-10-04 22:11:31.000000000 +0400
@@ -1,3 +1,10 @@
+emacspeak-ss (1.12.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switched to the default Tcl version from deprecated 8.4.
+
+ -- Sergei Golovan <sgolovan@debian.org>  Fri, 04 Oct 2013 22:11:26 +0400
+
 emacspeak-ss (1.12.1-3) unstable; urgency=low
 
   * QA upload.
diff -Nru emacspeak-ss-1.12.1/debian/control emacspeak-ss-1.12.1/debian/control
--- emacspeak-ss-1.12.1/debian/control	2012-11-30 20:21:23.000000000 +0400
+++ emacspeak-ss-1.12.1/debian/control	2013-10-04 22:08:05.000000000 +0400
@@ -10,7 +10,7 @@
 Package: emacspeak-ss
 Architecture: linux-any
 Replaces: emacspeak-dt, emacspeak-dt-tcl, emacspeak-bs-tcl
-Depends: ${shlibs:Depends}, emacspeak(>=28.0), tcl8.4, tclx8.4, adduser, ${misc:Depends}
+Depends: ${shlibs:Depends}, emacspeak(>=28.0), tcl, tclx8.4, adduser, ${misc:Depends}
 Description: Emacspeak speech servers for several synthesizers
  emacspeak-ss is an interface between Emacspeak and any of several
  speech synthesizers: DoubleTalk PC version 5.20 or later (internal),
diff -Nru emacspeak-ss-1.12.1/debian/patches/series emacspeak-ss-1.12.1/debian/patches/series
--- emacspeak-ss-1.12.1/debian/patches/series	2012-11-30 18:49:18.000000000 +0400
+++ emacspeak-ss-1.12.1/debian/patches/series	2013-10-04 22:09:01.000000000 +0400
@@ -1 +1,2 @@
 010_ping-apollo.c_stdlib.h+string.h.diff
+tcl.diff
diff -Nru emacspeak-ss-1.12.1/debian/patches/tcl.diff emacspeak-ss-1.12.1/debian/patches/tcl.diff
--- emacspeak-ss-1.12.1/debian/patches/tcl.diff	1970-01-01 03:00:00.000000000 +0300
+++ emacspeak-ss-1.12.1/debian/patches/tcl.diff	2013-10-04 22:09:37.000000000 +0400
@@ -0,0 +1,8 @@
+--- a/all.in
++++ b/all.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/tclsh8.4
++#!/usr/bin/tclsh
+ package require Tclx
+ # all.in - Generic Emacspeak server code    -*-tcl-*-
+ # Keywords: Emacspeak, TCL, speech, server

--- End Message ---
--- Begin Message ---
Source: emacspeak-ss
Source-Version: 1.12.1-4

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

Debian distribution maintenance software
pp.
Sergei Golovan <sgolovan@debian.org> (supplier of updated emacspeak-ss 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Oct 2013 10:09:19 +0400
Source: emacspeak-ss
Binary: emacspeak-ss
Architecture: source amd64
Version: 1.12.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sergei Golovan <sgolovan@debian.org>
Description: 
 emacspeak-ss - Emacspeak speech servers for several synthesizers
Closes: 725368
Changes: 
 emacspeak-ss (1.12.1-4) unstable; urgency=low
 .
   * QA upload.
   * Switched to the default Tcl version from deprecated 8.4 (Closes: #725368).
Checksums-Sha1: 
 d4c86700c7ada1f994e85c1a91b42e7f5a5fe0c8 1217 emacspeak-ss_1.12.1-4.dsc
 0f820be88ecec26387a7d8b06f5c1af970e7cc23 27841 emacspeak-ss_1.12.1-4.debian.tar.gz
 a86f1092c67673a1854454872a7ff6eda653c805 51012 emacspeak-ss_1.12.1-4_amd64.deb
Checksums-Sha256: 
 3f34e533ce7458508e81fad5c024b971c8226644321f36a766d33b8db3c28138 1217 emacspeak-ss_1.12.1-4.dsc
 d61edea89e2034c52fa18947fe7a6c1bc7d42804679cbb8f4a72ae1fd00da0e8 27841 emacspeak-ss_1.12.1-4.debian.tar.gz
 0aafccb98097600abc75869292f7f18e90dfb2ddcf04b30f27a6477b655fe6ce 51012 emacspeak-ss_1.12.1-4_amd64.deb
Files: 
 2e10438420619c8671f5e161fb6046a6 1217 editors extra emacspeak-ss_1.12.1-4.dsc
 e3f8ff408acde25ac48ca5ba4e1a5b79 27841 editors extra emacspeak-ss_1.12.1-4.debian.tar.gz
 e3faab5f06c26578f67304e08b5db1e4 51012 editors extra emacspeak-ss_1.12.1-4_amd64.deb

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

iD8DBQFSb1MsIcdH02pGEFIRAqL0AKCAdG7rzJ6Mb/zTKG0Rj8gy+rwnywCeM828
ezs0tIiPx87PmKn5vRa3mt0=
=e9Lt
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: