|
| 1 | +auto-upgrade-testing (0.2) kinetic; urgency=medium |
| 2 | + |
| 3 | + * New version 0.2. |
| 4 | + * Main functional changes since 0.1: |
| 5 | + - virt-qemu: bump the reboot timeout to 300s |
| 6 | + - upgrade: allow LTS-to-LTS upgrades if available |
| 7 | + - fixed arguments of autopkgtest following migration from adt |
| 8 | + - Rename adt-* to autopkgtest-* |
| 9 | + - qemu backend: honor DEFAULT_CPU and DEFAULT_RAM |
| 10 | + - d/t/upgrade: the switches -p and -d for do-release-upgrade are mutually |
| 11 | + exclusive so only use -d |
| 12 | + - d/t/upgrade: drop support for deprecated/abandoned backends |
| 13 | + - d/t/upgrade: use the dist-upgrader from -proposed since that |
| 14 | + has fixes that affect upgrading e.g. LP: #1796193 |
| 15 | + - Adding keep-overlay option to persist the resulting image file in |
| 16 | + order to be able to run system tests after the upgrade is done. |
| 17 | + - moved storage from /tmp (which gets clear on reboot) to /var/tmp |
| 18 | + * Main packaging changes: |
| 19 | + - d/control: Build-Depend on python3 instead of python3-all-dev |
| 20 | + - d/control: bump Standards-Version to 4.6.1, no changes needed |
| 21 | + - d/control: bump X-Python3-Version to >= 3.6 (Bionic's) |
| 22 | + - d/control: bump dh compat level to 13 (via debhelper-compat) |
| 23 | + - d/control: replace Vcs-Bzr with Vcs-Git |
| 24 | + - d/control: specify Rules-Requires-Root: no |
| 25 | + - d/control: update package long description |
| 26 | + - d/rules: drop dh_override_auto_build |
| 27 | + - d/clean: remove upgrade_testing.egg-info/ |
| 28 | + - d/copyright: switch to secure (https) URL for Format |
| 29 | + - d/copyright: update Source field with new repository location |
| 30 | + - d/s/format: switch to native packaging |
| 31 | + |
| 32 | + -- Paride Legovini <paride@ubuntu.com> Fri, 02 Sep 2022 14:12:01 +0200 |
| 33 | + |
1 | 34 | auto-upgrade-testing (0.1-1) trusty; urgency=medium |
2 | 35 |
|
3 | 36 | * Initial release. (LP: #1546699) |
|
0 commit comments