diff -Nru pexpect-4.9/debian/changelog pexpect-4.9/debian/changelog --- pexpect-4.9/debian/changelog 2024-01-30 00:30:00.000000000 +0100 +++ pexpect-4.9/debian/changelog 2024-02-12 10:38:44.000000000 +0100 @@ -1,3 +1,9 @@ +pexpect (4.9-1ubuntu1) UNRELEASED; urgency=medium + + * Replace TRAVIS env var with CI following update in upstream. + + -- Paul Mars Mon, 12 Feb 2024 10:38:44 +0100 + pexpect (4.9-1) unstable; urgency=medium * Team Upload. diff -Nru pexpect-4.9/debian/control pexpect-4.9/debian/control --- pexpect-4.9/debian/control 2024-01-30 00:30:00.000000000 +0100 +++ pexpect-4.9/debian/control 2024-02-12 10:38:44.000000000 +0100 @@ -8,7 +8,8 @@ python3-ptyprocess, python3-pytest , openssl -Maintainer: Debian Python Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Team Uploaders: Tobias Hansen , Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/python-team/packages/pexpect.git diff -Nru pexpect-4.9/debian/rules pexpect-4.9/debian/rules --- pexpect-4.9/debian/rules 2024-01-30 00:30:00.000000000 +0100 +++ pexpect-4.9/debian/rules 2024-02-12 10:37:10.000000000 +0100 @@ -12,7 +12,7 @@ export PYBUILD_TEST_ARGS = -k 'not (pxssh or replwrap or test_before_across_chunks or test_spawn_uses_env or test_socket)' # this skips two further tests upstream knows to be flaky in their CI -export TRAVIS = 1 +export CI = 1 %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild diff -Nru pexpect-4.9/debian/tests/pytest pexpect-4.9/debian/tests/pytest --- pexpect-4.9/debian/tests/pytest 2024-01-30 00:30:00.000000000 +0100 +++ pexpect-4.9/debian/tests/pytest 2024-02-12 10:37:15.000000000 +0100 @@ -1,7 +1,7 @@ #!/bin/sh -e # used upstream to flag some tests as flaky in CI -export TRAVIS=1 +export CI=1 # copy the tests out of the source tree to use the installed lib cp -r tests $AUTOPKGTEST_TMP