~ubuntu-release/autopkgtest/+git/autopkgtest:master

Last commit made on 2025-01-11
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-release/autopkgtest/+git/autopkgtest

Branch merges

Branch information

Recent commits

6a62c7b... by Simon McVittie

Merge branch 'wip/smcv/issue7' into 'master'

tests: Remove some problematic environment variables

Closes #7

See merge request ci-team/autopkgtest!503

8a372a8... by Simon McVittie

tests: Remove some problematic environment variables

If autopkgtest is run in an unclean environment, this avoids having that
environment leak into the package under test.

In particular, when autopkgtest itself (an Architecture: all package)
is built, we must not allow internal variables set by debhelper to
propagate into the Architecture: any packages that are built and tested
by autopkgtest's test suite, because that will make them fail to build.

Resolves: https://salsa.debian.org/ci-team/autopkgtest/-/issues/7
Signed-off-by: Simon McVittie <email address hidden>

b40bcb0... by Simon McVittie

Update changelog

c536a7b... by Simon McVittie

Merge branch 'wip/bug1092086' into 'master'

tests: Consistently look for 'dh binary' rather than 'dh build' in logs

See merge request ci-team/autopkgtest!502

d8f48d1... by Simon McVittie

tests: Consistently look for 'dh binary' rather than 'dh build' in logs

Fixes: 4ac97c10 "tests: adapt for change in dpkg regarding R³"
Closes: #1092086

d29b67e... by Simon McVittie

Update changelog

e840f68... by Julian Gilbey

README.package-tests.rst: Clarify wording of "Source package header"

Co-authored-by: Simon McVittie <email address hidden>
Closes: #1016008

fa4df6c... by Julian Gilbey

Clarify result of Testsuite: autopkgtest-pkg-* + d/tests/control

Text taken from #1016008.

a36bafb... by Simon McVittie

Update changelog

c2506bb... by Simon McVittie

Merge branch 'bug-1092086-dpkg-r3' into 'master'

tests: adapt for change in dpkg regarding R³

See merge request ci-team/autopkgtest!501