Package: chiark-tcl
Version: 1.3.2

The nettle soname changed from 6 to 7, the test control needs to be
update, the attached patch should fix the issue

Thanks,

diff -Nru chiark-tcl-1.3.2/debian/tests/control chiark-tcl-1.3.3/debian/tests/control
--- chiark-tcl-1.3.2/debian/tests/control	2018-10-14 02:33:49.000000000 +0200
+++ chiark-tcl-1.3.3/debian/tests/control	2019-11-25 21:10:51.000000000 +0100
@@ -29,18 +29,18 @@
 Restrictions: skip-not-installable
 
 Tests: crypto--def
-Depends: tcl, libc6 (>= 2.14), libnettle6, libtcl-chiark-1
+Depends: tcl, libc6 (>= 2.14), libnettle7, libtcl-chiark-1
 
 Tests: crypto--8.5
-Depends: tcl8.5, libc6 (>= 2.14), libnettle6, libtcl-chiark-1
+Depends: tcl8.5, libc6 (>= 2.14), libnettle7, libtcl-chiark-1
 Restrictions: skip-not-installable
 
 Tests: crypto--8.6
-Depends: tcl8.6, libc6 (>= 2.14), libnettle6, libtcl-chiark-1
+Depends: tcl8.6, libc6 (>= 2.14), libnettle7, libtcl-chiark-1
 Restrictions: skip-not-installable
 
 Tests: crypto--8.7
-Depends: tcl8.7, libc6 (>= 2.14), libnettle6, libtcl-chiark-1
+Depends: tcl8.7, libc6 (>= 2.14), libnettle7, libtcl-chiark-1
 Restrictions: skip-not-installable
 
 Tests: dgram--def

Reply via email to