Your message dated Sun, 28 Jan 2018 06:20:04 +0000
with message-id <[email protected]>
and subject line Bug#887885: fixed in tkrat 1:2.2cvs20100105-true-dfsg-6.2
has caused the Debian Bug report #887885,
regarding tkrat 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.)


-- 
887885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887885
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tkrat
Version: 2.2cvs20100105-true-dfsg-6.1
Severity: important
Tags: patch

Dear Maintainer,

We plan to remove Tcl/Tk 8.5 from Debian as it's reached its end of life.
So please, switch to a more modern Tcl/Tk version for the tkrat package.

If you don't mind I'll do a NMU with the attached changes, which switch
to Tcl/Tk 8.6. There's a bit more than just replacing 8.5 by 8.6 as tkrat
redefines a few internal Tk functions, which prototypes has been changes
in 8.6.

-- System Information:
Debian Release: 9.3
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'proposed-updates'), (500, 
'stable'), (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)

-- no debconf information
diff -Nru tkrat-2.2cvs20100105-true-dfsg/debian/changelog 
tkrat-2.2cvs20100105-true-dfsg/debian/changelog
--- tkrat-2.2cvs20100105-true-dfsg/debian/changelog     2017-01-13 
02:50:31.000000000 +0300
+++ tkrat-2.2cvs20100105-true-dfsg/debian/changelog     2018-01-21 
15:33:40.000000000 +0300
@@ -1,3 +1,10 @@
+tkrat (1:2.2cvs20100105-true-dfsg-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to Tcl/Tk 8.6 from Tcl/Tk 8.5 which is to be removed from Debian.
+
+ -- Sergei Golovan <[email protected]>  Sun, 21 Jan 2018 15:33:40 +0300
+
 tkrat (1:2.2cvs20100105-true-dfsg-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru tkrat-2.2cvs20100105-true-dfsg/debian/control 
tkrat-2.2cvs20100105-true-dfsg/debian/control
--- tkrat-2.2cvs20100105-true-dfsg/debian/control       2017-01-13 
02:50:31.000000000 +0300
+++ tkrat-2.2cvs20100105-true-dfsg/debian/control       2018-01-21 
15:33:40.000000000 +0300
@@ -11,10 +11,11 @@
  autotools-dev,
  libssl1.0-dev,
  libpam-dev,
- tk8.5-dev,
+ tk8.6-dev,
 Build-Conflicts:
  autoconf2.13,
- tk8.6-dev,
+ tk8.5-dev,
+ tk8.7-dev
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/collab-maint/tkrat.git
 Vcs-browser: http://git.debian.org/?p=collab-maint/tkrat.git
@@ -22,7 +23,7 @@
 
 Package: tkrat
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.5
+Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.6
 Provides: imap-client, mail-reader
 Suggests: exim4 | mail-transport-agent
 Description: Mail user agent with POP, IMAP, mh support using Tk
diff -Nru tkrat-2.2cvs20100105-true-dfsg/debian/patches/series 
tkrat-2.2cvs20100105-true-dfsg/debian/patches/series
--- tkrat-2.2cvs20100105-true-dfsg/debian/patches/series        2017-01-13 
02:39:23.000000000 +0300
+++ tkrat-2.2cvs20100105-true-dfsg/debian/patches/series        2018-01-21 
15:33:40.000000000 +0300
@@ -4,3 +4,4 @@
 change_auths_order.patch
 color_flags.patch
 reproducible.patch
+tcltk8.6.patch
diff -Nru tkrat-2.2cvs20100105-true-dfsg/debian/patches/tcltk8.6.patch 
tkrat-2.2cvs20100105-true-dfsg/debian/patches/tcltk8.6.patch
--- tkrat-2.2cvs20100105-true-dfsg/debian/patches/tcltk8.6.patch        
1970-01-01 03:00:00.000000000 +0300
+++ tkrat-2.2cvs20100105-true-dfsg/debian/patches/tcltk8.6.patch        
2018-01-21 15:33:40.000000000 +0300
@@ -0,0 +1,99 @@
+--- a/lib/ratDummy.c
++++ b/lib/ratDummy.c
+@@ -22,11 +22,15 @@
+ #   define CONST85
+ #endif
+ 
++#ifndef CONST86
++#   define CONST86
++#endif
++
+ void
+ Tk_UnmapWindow(Tk_Window tkwin) {}
+ 
+ int
+-Tk_ConfigureValue(Tcl_Interp * interp, Tk_Window tkwin, Tk_ConfigSpec * specs,
++Tk_ConfigureValue(Tcl_Interp * interp, Tk_Window tkwin, CONST86 Tk_ConfigSpec 
* specs,
+                 char * widgRec, CONST84 char * argvName, int flags)
+ {
+     return 0;
+@@ -63,14 +67,14 @@
+     return 0;
+ }
+ int
+-Tk_ConfigureInfo (Tcl_Interp * interp, Tk_Window tkwin, Tk_ConfigSpec * specs,
++Tk_ConfigureInfo (Tcl_Interp * interp, Tk_Window tkwin, CONST86 Tk_ConfigSpec 
* specs,
+                 char * widgRec, CONST84 char * argvName, int flags)
+ {
+     return 0;
+ }
+ 
+ int
+-Tk_ConfigureWidget (Tcl_Interp * interp, Tk_Window tkwin, Tk_ConfigSpec 
*specs,
++Tk_ConfigureWidget (Tcl_Interp * interp, Tk_Window tkwin, CONST86 
Tk_ConfigSpec *specs,
+                   int argc, CONST84 char ** argv, char * widgRec, int flags)
+ {
+     return 0;
+@@ -87,7 +91,7 @@
+ Tk_DestroyWindow (Tk_Window tkwin) {}
+ 
+ void
+-Tk_FreeOptions (Tk_ConfigSpec * specs, char * widgRec, Display * display,
++Tk_FreeOptions (CONST86 Tk_ConfigSpec * specs, char * widgRec, Display * 
display,
+               int needFlags) {}
+ 
+ void
+--- a/util/rat_dummy.c
++++ b/util/rat_dummy.c
+@@ -24,12 +24,16 @@
+ #   define CONST85
+ #endif
+ 
++#ifndef CONST86
++#   define CONST86
++#endif
++
+ void
+ Tk_UnmapWindow(Tk_Window tkwin) {}
+ 
+ int
+ Tk_ConfigureValue(Tcl_Interp * interp, Tk_Window tkwin,
+-      Tk_ConfigSpec * specs, char * widgRec, CONST84 char * argvName, int 
flags)
++      CONST86 Tk_ConfigSpec * specs, char * widgRec, CONST84 char * argvName, 
int flags)
+ {
+     return 0;
+ }
+@@ -66,7 +70,7 @@
+ }
+ 
+ int
+-Tk_ConfigureInfo (Tcl_Interp * interp, Tk_Window tkwin, Tk_ConfigSpec * specs,
++Tk_ConfigureInfo (Tcl_Interp * interp, Tk_Window tkwin, CONST86 Tk_ConfigSpec 
* specs,
+                 char * widgRec, CONST84 char * argvName, int flags)
+ {
+     return 0;
+@@ -74,7 +78,7 @@
+ 
+ int
+ Tk_ConfigureWidget (Tcl_Interp * interp, Tk_Window tkwin,
+-                  Tk_ConfigSpec * specs, int argc, CONST84 char ** argv,
++                  CONST86 Tk_ConfigSpec * specs, int argc, CONST84 char ** 
argv,
+                   char * widgRec, int flags)
+ {
+     return 0;
+@@ -91,7 +95,7 @@
+ Tk_DestroyWindow (Tk_Window tkwin) {}
+ 
+ void
+-Tk_FreeOptions (Tk_ConfigSpec * specs, char * widgRec, Display * display,
++Tk_FreeOptions (CONST86 Tk_ConfigSpec * specs, char * widgRec, Display * 
display,
+               int needFlags) {}
+ 
+ void
+@@ -172,5 +176,5 @@
+ }
+ 
+ void
+-Tk_SetClassProcs(Tk_Window tkwin, Tk_ClassProcs *procs,
++Tk_SetClassProcs(Tk_Window tkwin, CONST86 Tk_ClassProcs *procs,
+               ClientData instanceData) {}

--- End Message ---
--- Begin Message ---
Source: tkrat
Source-Version: 1:2.2cvs20100105-true-dfsg-6.2

We believe that the bug you reported is fixed in the latest version of
tkrat, 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 tkrat 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: Sun, 28 Jan 2018 08:38:09 +0300
Source: tkrat
Binary: tkrat
Architecture: source amd64
Version: 1:2.2cvs20100105-true-dfsg-6.2
Distribution: unstable
Urgency: medium
Maintainer: Mattia Monga <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
 tkrat      - Mail user agent with POP, IMAP, mh support using Tk
Closes: 887885
Changes:
 tkrat (1:2.2cvs20100105-true-dfsg-6.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Switch to Tcl/Tk 8.6 from Tcl/Tk 8.5 which is to be removed from Debian
     (closes: #887885).
Checksums-Sha1:
 1ce5979cf5cf3393b62f4095ea0cf3e852698459 2086 
tkrat_2.2cvs20100105-true-dfsg-6.2.dsc
 5bd4eaff420daa7ec46bec58e1113ce7085f792a 11104 
tkrat_2.2cvs20100105-true-dfsg-6.2.debian.tar.xz
 c915aeafb3971854ca103f7752f09c4c83461e68 1358968 
tkrat-dbgsym_2.2cvs20100105-true-dfsg-6.2_amd64.deb
 4625cb47182885e4cfaf52a8b25841fcbe7d0a41 7539 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.buildinfo
 1534b87bc7e6dbe499f0c47bb3888420aed7926a 892228 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.deb
Checksums-Sha256:
 d444f50ac608df1fd1c7e89dbf045294c71178c96578356cf7f725bff2eff76f 2086 
tkrat_2.2cvs20100105-true-dfsg-6.2.dsc
 9ea8069c8431d5c24604883e21177e1e2724da2fd3fc2dae6f4722b7a62bca41 11104 
tkrat_2.2cvs20100105-true-dfsg-6.2.debian.tar.xz
 10f955161cacd36b7de2830ae4c0313ef59cf8b2bf8bc1794c1d5707fc209f38 1358968 
tkrat-dbgsym_2.2cvs20100105-true-dfsg-6.2_amd64.deb
 880cb7d45e006980513e0d5462971b6dd8c1315f895f736402eb6c0409742d35 7539 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.buildinfo
 85e0b05b6dd156c60898f6fced14150a0c4bbe03affced2516b132d17598e7b9 892228 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.deb
Files:
 8358d6721e2a36d7f1266c05faf5355a 2086 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.2.dsc
 f8a129cb809331f31326a29e7867c2ff 11104 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.2.debian.tar.xz
 9653788afd6b4a0ae291e78d53a05a2d 1358968 debug optional 
tkrat-dbgsym_2.2cvs20100105-true-dfsg-6.2_amd64.deb
 8fc5f0fb02c8f925c25c9f09394e2872 7539 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.buildinfo
 aed06d60e281e41428d5608d26c0f9a2 892228 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.2_amd64.deb

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

iQIzBAEBCAAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAlptYuIACgkQTyrk60tj
54dkhRAAvsF1vMYPzvgscCfrIUHqMOWGwS0kziYGF3RisIFUkea3D8HWahgqcXGC
1RnD0cvyxOC+/zUuGdxK07Zjx9xBe++9Ql2gu1kMKindB9qnBcOITtjLO8Cfy7/h
zUbBc7rR1kocrpYqUx335PUe0v8nr8wtpFr2kbqi+72q4s4cG8A7R9B4blgUQeps
tuAen9hdS8khB5BYZ+826CcGvCKkLxyHYp3i5OsSalWO/bkLaa7iSEIDJs+c8ons
oAtYYp6Vc3dMDPa2106Smi2UFHfpmRwfyHqxTQ6gyb44Kswl56jbykBt57gdSjjk
YQHe84Nqc7GaHlGB1n7YD8z29aXDZzlkeNG4VgVmSLwBjqOt6pRi1V5PNoPvB8vv
44Amz3MlVx/Ku/vvWQnkLN+qWumn8kw3UuZ9gmpR+Tv7Yf5IXJEhT49uPKSM9Ddh
LWni97eNuoOHa2qVKwgHGjnBj0/S8CmyaW7K4+VQK2sZkiDbRRO1WcebnO+ir8OC
eM5hJczf1nuAQIDQIfelvinN7OiCny0LZ8uvBFmR8mt8XKmb4xX2vfyU5GDIPGjl
/yJE5R4eXUXNGRmjnSltY/x0II/QwQBXI5XortFI/gQ5c1aht9pwpuJDYAn93XDt
ZnoIdf/y/7cRX7svwnKp9UidveVh/XuA+PN7w82cvJZw5Riy4GY=
=OFtd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to