Merge lp:~mclemenceau/ubuntu/focal/apport/ubuntu into lp:~ubuntu-core-dev/ubuntu/focal/apport/ubuntu

Proposed by Matthieu Clemenceau
Status: Merged
Merged at revision: 2756
Proposed branch: lp:~mclemenceau/ubuntu/focal/apport/ubuntu
Merge into: lp:~ubuntu-core-dev/ubuntu/focal/apport/ubuntu
Diff against target: 38 lines (+8/-3)
2 files modified
debian/changelog (+6/-1)
test/test_ui.py (+2/-2)
To merge this branch: bzr merge lp:~mclemenceau/ubuntu/focal/apport/ubuntu
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+380990@code.launchpad.net

Commit message

Fixed autopkgtest on focal due to mismatch linux pakcage name. remove version 5.4 from package name.

Description of the change

Fixed autopkgtest on focal due to mismatch linux pakcage name. remove version 5.4 from package name.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2020-03-13 23:51:50 +0000
3+++ debian/changelog 2020-03-20 21:51:00 +0000
4@@ -1,5 +1,6 @@
5-apport (2.20.11-0ubuntu21) UNRELEASED; urgency=medium
6+apport (2.20.11-0ubuntu21) focal; urgency=medium
7
8+ [ Brian Murray ]
9 * backends/packaging-apt-dpkg.py: allow mirrors which are accessed via https
10 in sources.list. Thanks to Launchpad user Esokrates for the fix.
11 (LP: #1866996)
12@@ -8,6 +9,10 @@
13 * test/test_backend_apt_dpkg.py: Fix check for connectivity and modify
14 install from PPA test for a change in the PPA being tested.
15
16+ [ Matthieu Clemenceau ]
17+ * test/test_ui.py: Removed linux package version to fix autopkgtest with
18+ focal. Changed linux-5.4 and linux-signed-5.4 to linux and linux-signed
19+
20 -- Brian Murray <brian@ubuntu.com> Thu, 12 Mar 2020 15:46:30 -0700
21
22 apport (2.20.11-0ubuntu20) focal; urgency=medium
23
24=== modified file 'test/test_ui.py'
25--- test/test_ui.py 2020-02-21 18:21:09 +0000
26+++ test/test_ui.py 2020-03-20 21:51:00 +0000
27@@ -1290,9 +1290,9 @@
28
29 sys_arch = impl.get_system_architecture()
30 if sys_arch in ['amd64', 'ppc64el']:
31- src_pkg = 'linux-signed-5.4'
32+ src_pkg = 'linux-signed'
33 else:
34- src_pkg = 'linux-5.4'
35+ src_pkg = 'linux'
36
37 # set up hook
38 f = open(os.path.join(self.hookdir, 'source_%s.py' % src_pkg), 'w')

Subscribers

People subscribed via source and target branches