From 865177191a81628e0263aa03450cb1d9985961f2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Aug 2018 12:17:21 +0100 Subject: [PATCH] autopkgtests: Drop tcl8.7 which is only in experimental now. And finalise 1.3.1. Signed-off-by: Ian Jackson --- debian/changelog | 6 +++--- debian/rules | 2 +- debian/tests/adns--8.7 | 4 ---- debian/tests/cdb--8.7 | 4 ---- debian/tests/control | 18 ------------------ debian/tests/crypto--8.7 | 4 ---- debian/tests/dgram--8.7 | 4 ---- debian/tests/hbytes--8.7 | 4 ---- debian/tests/tuntap--8.7 | 4 ---- 9 files changed, 4 insertions(+), 46 deletions(-) delete mode 100755 debian/tests/adns--8.7 delete mode 100755 debian/tests/cdb--8.7 delete mode 100755 debian/tests/crypto--8.7 delete mode 100755 debian/tests/dgram--8.7 delete mode 100755 debian/tests/hbytes--8.7 delete mode 100755 debian/tests/tuntap--8.7 diff --git a/debian/changelog b/debian/changelog index 4d4d3dd..e955fa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -chiark-tcl (1.3.1~) unstable; urgency=medium +chiark-tcl (1.3.1) unstable; urgency=medium - * + * autopkgtests: Drop tcl8.7 which is only in experimental now. - -- + -- Ian Jackson Sun, 19 Aug 2018 12:16:24 +0100 chiark-tcl (1.3.0) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index f065f68..566c7eb 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ docdir=usr/share/doc/$(docpackage) tclh:=$(firstword $(wildcard /usr/include/tcl8.*/tcl.h)) tclversion:=$(patsubst /usr/include/tcl%/tcl.h,%,$(tclh)) -tcl_versions= 8.5 8.6 8.7 +tcl_versions= 8.5 8.6 march := $(shell dpkg-architecture -q DEB_HOST_MULTIARCH) libsubdir = /$(march) diff --git a/debian/tests/adns--8.7 b/debian/tests/adns--8.7 deleted file mode 100755 index b830354..0000000 --- a/debian/tests/adns--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_adns-1.so -set t {adns/runtest.tcl} -if {[file exists $t]} { source $t } diff --git a/debian/tests/cdb--8.7 b/debian/tests/cdb--8.7 deleted file mode 100755 index 7ea7195..0000000 --- a/debian/tests/cdb--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_cdb-1.so -set t {cdb/runtest.tcl} -if {[file exists $t]} { source $t } diff --git a/debian/tests/control b/debian/tests/control index 6106485..92bc807 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -7,9 +7,6 @@ Depends: tcl8.5, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 Tests: adns--8.6 Depends: tcl8.6, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 -Tests: adns--8.7 -Depends: tcl8.7, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 - Tests: cdb--def Depends: tcl, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 @@ -19,9 +16,6 @@ Depends: tcl8.5, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 Tests: cdb--8.6 Depends: tcl8.6, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 -Tests: cdb--8.7 -Depends: tcl8.7, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 - Tests: crypto--def Depends: tcl, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 @@ -31,9 +25,6 @@ Depends: tcl8.5, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 Tests: crypto--8.6 Depends: tcl8.6, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 -Tests: crypto--8.7 -Depends: tcl8.7, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 - Tests: dgram--def Depends: tcl, libc6 (>= 2.14), libtcl-chiark-1 @@ -43,9 +34,6 @@ Depends: tcl8.5, libc6 (>= 2.14), libtcl-chiark-1 Tests: dgram--8.6 Depends: tcl8.6, libc6 (>= 2.14), libtcl-chiark-1 -Tests: dgram--8.7 -Depends: tcl8.7, libc6 (>= 2.14), libtcl-chiark-1 - Tests: hbytes--def Depends: tcl, libc6 (>= 2.14), libtcl-chiark-1 @@ -55,9 +43,6 @@ Depends: tcl8.5, libc6 (>= 2.14), libtcl-chiark-1 Tests: hbytes--8.6 Depends: tcl8.6, libc6 (>= 2.14), libtcl-chiark-1 -Tests: hbytes--8.7 -Depends: tcl8.7, libc6 (>= 2.14), libtcl-chiark-1 - Tests: tuntap--def Depends: tcl, libc6 (>= 2.2.5), libtcl-chiark-1 @@ -67,6 +52,3 @@ Depends: tcl8.5, libc6 (>= 2.2.5), libtcl-chiark-1 Tests: tuntap--8.6 Depends: tcl8.6, libc6 (>= 2.2.5), libtcl-chiark-1 -Tests: tuntap--8.7 -Depends: tcl8.7, libc6 (>= 2.2.5), libtcl-chiark-1 - diff --git a/debian/tests/crypto--8.7 b/debian/tests/crypto--8.7 deleted file mode 100755 index a9ed1f8..0000000 --- a/debian/tests/crypto--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_crypto-1.so -set t {crypto/runtest.tcl} -if {[file exists $t]} { source $t } diff --git a/debian/tests/dgram--8.7 b/debian/tests/dgram--8.7 deleted file mode 100755 index 4f1d375..0000000 --- a/debian/tests/dgram--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_dgram-1.so -set t {dgram/runtest.tcl} -if {[file exists $t]} { source $t } diff --git a/debian/tests/hbytes--8.7 b/debian/tests/hbytes--8.7 deleted file mode 100755 index 95e5d19..0000000 --- a/debian/tests/hbytes--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_hbytes-1.so -set t {hbytes/runtest.tcl} -if {[file exists $t]} { source $t } diff --git a/debian/tests/tuntap--8.7 b/debian/tests/tuntap--8.7 deleted file mode 100755 index 1f58f36..0000000 --- a/debian/tests/tuntap--8.7 +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/tclsh8.7 -load chiark_tcl_tuntap-1.so -set t {tuntap/runtest.tcl} -if {[file exists $t]} { source $t } -- 2.30.2