Source: tkdnd
Version: 2.6-1
Severity: important
Tags: patch

Dear Maintainer,

Since Tcl/Tk 8.5 has reached its end of life we are planning to remove it from
Debian before the buster's release. So please, switch the tkdnd package to
Tcl/Tk 8.6 before that.

The proposed NMU is attached, it just replaces 8.5 by 8.6 in a few debian/*
files. If you don't mind I could do the actual upload.

-- 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)
diff -Nru tkdnd-2.6/debian/changelog tkdnd-2.6/debian/changelog
--- tkdnd-2.6/debian/changelog  2012-11-19 08:01:30.000000000 +0400
+++ tkdnd-2.6/debian/changelog  2018-01-21 20:30:36.000000000 +0300
@@ -1,3 +1,10 @@
+tkdnd (2.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to Tcl/Tk 8.6 from 8.5 which is to be removed from Debian.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Sun, 21 Jan 2018 20:30:36 +0300
+
 tkdnd (2.6-1) unstable; urgency=low
 
   * Initial release (Closes: #642118)
diff -Nru tkdnd-2.6/debian/control tkdnd-2.6/debian/control
--- tkdnd-2.6/debian/control    2012-11-19 07:18:51.000000000 +0400
+++ tkdnd-2.6/debian/control    2018-01-21 20:30:36.000000000 +0300
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Hans-Christoph Steiner <h...@eds.org> 
 Build-Depends: debhelper (>= 7.0.50~),
-               tcl8.5-dev,
-               tk8.5-dev
+               tcl8.6-dev,
+               tk8.6-dev
 Standards-Version: 3.9.3
 Homepage: https://sourceforge.net/projects/tkdnd/
 Vcs-Git: git://anonscm.debian.org/collab-maint/tkdnd.git
@@ -13,7 +13,7 @@
 Package: tkdnd
 Architecture: any
 Depends: ${shlibs:Depends},
-         tk (>= 8.5.0) | tk8.5 | tk8.6,
+         tk (>= 8.6.0) | tk8.5 | tk8.6,
          ${misc:Depends}
 Recommends: pd-import
 Description: adds native drag & drop capabilities to the Tk toolkit
diff -Nru tkdnd-2.6/debian/rules tkdnd-2.6/debian/rules
--- tkdnd-2.6/debian/rules      2012-11-19 07:55:42.000000000 +0400
+++ tkdnd-2.6/debian/rules      2018-01-21 20:30:36.000000000 +0300
@@ -3,7 +3,7 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5
+       dh_auto_configure -- --with-tcl=/usr/lib/tcl8.6 --with-tk=/usr/lib/tk8.6
 
 override_dh_auto_test:
        echo "'make test' doesn't work with tkdnd"

Reply via email to