Skip to content

Commit cb73fd1

Browse files
authored
Merge pull request #2 from paride/update-packaging
2 parents 107628d + 2543372 commit cb73fd1

File tree

7 files changed

+45
-15
lines changed

7 files changed

+45
-15
lines changed

debian/changelog

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
auto-upgrade-testing (0.1-1) trusty; urgency=medium
235

336
* Initial release. (LP: #1546699)

debian/clean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
upgrade_testing.egg-info/

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@ Source: auto-upgrade-testing
22
Section: devel
33
Priority: optional
44
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5-
Build-Depends: debhelper (>= 9),
5+
Build-Depends: debhelper-compat (= 13),
66
dh-python,
7-
python3-all-dev (>= 3.4),
7+
python3,
88
python3-flake8,
99
python3-lxc,
1010
python3-paramiko,
1111
python3-pexpect,
1212
python3-retrying,
1313
python3-setuptools,
1414
python3-yaml,
15-
Standards-Version: 3.9.7
15+
Standards-Version: 4.6.1
1616
Homepage: https://launchpad.net/auto-upgrade-testing
17-
Vcs-Bzr: https://code.launchpad.net/~canonical-platform-qa/auto-upgrade-testing/autopkgtest
18-
X-Python3-Version: >= 3.3
17+
Vcs-Git: https://github.com/canonical/auto-upgrade-testing.git
18+
Vcs-Browser: https://github.com/canonical/auto-upgrade-testing
19+
X-Python3-Version: >= 3.6
20+
Rules-Requires-Root: no
1921

2022
Package: auto-upgrade-testing
2123
Architecture: all
@@ -31,5 +33,4 @@ Depends: ${misc:Depends},
3133
python3-retrying,
3234
Description: Test release upgrades in a virtual environment
3335
A tool to do QA for release upgrades in ubuntu that performs upgrades
34-
in a virtual environment. LXC is initially supported, with qemu/kvm to come
35-
later.
36+
in a virtual environment.

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: auto-upgrade-testing
3-
Source: http://launchpad.net/auto-upgrade-testing
3+
Source: https://github.com/canonical/auto-upgrade-testing
44

55
Files: *
66
Copyright: 2015 Canonical

debian/rules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
%:
44
dh $@ --with python3 --buildsystem=pybuild
5-
6-
override_dh_auto_build:
7-
./.project-flake8.sh
8-
dh_auto_build

debian/source/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0 (quilt)
1+
3.0 (native)

0 commit comments

Comments
 (0)