diff -Nru autopkgtest-5.10/debian/changelog autopkgtest-5.10ubuntu1/debian/changelog --- autopkgtest-5.10/debian/changelog 2019-02-25 09:05:15.000000000 -0500 +++ autopkgtest-5.10ubuntu1/debian/changelog 2019-03-29 10:19:18.000000000 -0400 @@ -1,3 +1,11 @@ +autopkgtest (5.10ubuntu1) disco; urgency=medium + + * autopkgtest-buildvm-ubuntu-cloud: work with precise and trusty; + they aren't dead yet! + (LP: #1822331) + + -- Dan Streetman Fri, 29 Mar 2019 10:19:18 -0400 + autopkgtest (5.10) unstable; urgency=medium * autopkgtest-build-qemu: use UUID in fstab (Closes: #922671) diff -Nru autopkgtest-5.10/debian/control autopkgtest-5.10ubuntu1/debian/control --- autopkgtest-5.10/debian/control 2019-02-25 09:05:15.000000000 -0500 +++ autopkgtest-5.10ubuntu1/debian/control 2019-03-29 10:19:18.000000000 -0400 @@ -1,5 +1,6 @@ Source: autopkgtest -Maintainer: Debian CI team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian CI team Uploaders: Ian Jackson , Martin Pitt , Antonio Terceiro , Paul Gevers Section: devel Priority: optional diff -Nru autopkgtest-5.10/tools/autopkgtest-buildvm-ubuntu-cloud autopkgtest-5.10ubuntu1/tools/autopkgtest-buildvm-ubuntu-cloud --- autopkgtest-5.10/tools/autopkgtest-buildvm-ubuntu-cloud 2019-02-25 09:05:15.000000000 -0500 +++ autopkgtest-5.10ubuntu1/tools/autopkgtest-buildvm-ubuntu-cloud 2019-03-29 10:19:14.000000000 -0400 @@ -150,7 +150,7 @@ def download_image(cloud_img_url, release, arch): - if release in ['xenial']: + if release in ['precise', 'trusty', 'xenial']: diskname = '%s-server-cloudimg-%s-disk1.img' % (release, arch) else: # images were renamed in Ubuntu 16.10