~juliank/autopkgtest/+git/development:ubu-master

Last commit made on 2020-08-13
Get this branch:
git clone -b ubu-master https://git.launchpad.net/~juliank/autopkgtest/+git/development
Only Julian Andres Klode can upload to this branch. If you are Julian Andres Klode please log in for upload directions.

Branch merges

Branch information

Name:
ubu-master
Repository:
lp:~juliank/autopkgtest/+git/development

Recent commits

097ca43... by Steve Langasek

Include cross-arch packages in pinning.

To ensure cross-installability of 'unstable' versions of libraries whose
native versions are also installed in the base system, and to ensure the
'unstable' versions of cross packages are used, our binary package pins must
include both native and cross packages. Some of the values included in the
pin will be nonsense (the cross variant of any Arch: all package), but this
doesn't matter.

6045404... by Steve Langasek

Handle cross-arch test deps for packages which are not Arch: any.

If the package is only built on a subset of archs, the [arch] list is
part of the string in my_packages and needs to be accounted for. Don't
worry about the possibility that our target arch isn't actually in the
architecture list, since in that case it shouldn't be a test dep anyway.

f04198d... by Steve Langasek

Inject dpkg-architectures into the testbed environment when cross-testing.

When a test architecture has been specified, inject the relevant DEB_HOST_*
environment variables into all testbed commands so that tests (and
debian/rules, in the case of package builds) has an opportunity to DTRT.

29b78ff... by Steve Langasek

Make the cross-architecture a property of the testbed object.

This lets us more cleanly inject dpkg-architecture environment variables
for all testbed commands.

da0ec6c... by Steve Langasek

Further adjustment of tests

b8fa8e4... by Steve Langasek

Adjust tests for use of build-essential:native

b50f3fa... by Steve Langasek

explicit 'build-essential' in test deps requires fix-up for cross

892fc44... by Steve Langasek

Add a missing :native annotation on build-essential in the Depends: @builddeps@ case

dcb1264... by Steve Langasek

fix manpage formatting, thanks Julian

c89485a... by Steve Langasek

coding style