Source: openssl
Version: 1.1.1-1
Severity: normal
Tags: patch

The autopkgtests for openssl are currently broken due to a set of typos:

blame: openssl
badpkg: debian/tests/run-25-test-verify does not exist
autopkgtest [15:01:50]: ERROR: erroneous package: 
debian/tests/run-25-test-verify does not exist

The attached patch fixes the issue.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information
diff -ru openssl-1.1.1.orig/debian/tests/control openssl-1.1.1/debian/tests/control
--- openssl-1.1.1.orig/debian/tests/control	2018-10-06 12:20:35.478677306 -0300
+++ openssl-1.1.1/debian/tests/control	2018-10-06 12:20:43.282657838 -0300
@@ -1,3 +1,3 @@
-Tests: run-25-test-verify
+Tests: run-25-test_verify
 Depends: openssl, perl
 Restrictions: rw-build-tree, allow-stderr
diff -ru openssl-1.1.1.orig/debian/tests/run-25-test_verify openssl-1.1.1/debian/tests/run-25-test_verify
--- openssl-1.1.1.orig/debian/tests/run-25-test_verify	2018-10-06 12:20:35.478677306 -0300
+++ openssl-1.1.1/debian/tests/run-25-test_verify	2018-10-06 12:21:18.102557968 -0300
@@ -5,4 +5,4 @@
 export BIN_D=/usr/bin/
 export SRCTOP=../../
 export BLDTOP=./aa
-exec perl -I. 25-test_verify.t
+exec perl -I. 25-test-verify.t

Attachment: signature.asc
Description: PGP signature

Reply via email to