Merge ~rodsmith/maas-cert-server:fix-failing-jammy-build into maas-cert-server:master

Proposed by Rod Smith
Status: Merged
Approved by: Rod Smith
Approved revision: 76e7f37473c8129317a89a10b9523b08ffa45f6e
Merged at revision: 90f84d00f859b9a95e1704edbeb2ddb836b25b54
Proposed branch: ~rodsmith/maas-cert-server:fix-failing-jammy-build
Merge into: maas-cert-server:master
Diff against target: 27 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Jeff Lane  Approve
Review via email: mp+414517@code.launchpad.net

Commit message

Fix problem building the package on jammy (pre-release)

Description of the change

The debian/control file included an unnecessary dependency on python-pil, which appears to have been removed from jammy. This change merely removes that dependency. I've tested the build on both focal and jammy and it seems fine on both.

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote :

ack, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 94ee7ec..102e899 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+maas-cert-server (0.6.8-0ppa1) focal; urgency=medium
7+
8+ * Fix build problem on jammy pre-release
9+
10+ -- Rod Smith <rod.smith@canonical.com> Mon, 24 Jan 2022 12:53:52 -0500
11+
12 maas-cert-server (0.6.7-0ppa1) focal; urgency=medium
13
14 * Incorporate fix for dmidecode in preseeds
15diff --git a/debian/control b/debian/control
16index 5bb9447..9a94892 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -3,7 +3,7 @@ Section: admin
20 Priority: optional
21 Maintainer: Rod Smith <rod.smith@ubuntu.com>
22 XSBC-Original-Maintainer: Rod Smith <rod.smith@canonical.com>
23-Build-Depends: debhelper (>= 9.0.0), python-pil
24+Build-Depends: debhelper (>= 9.0.0)
25 Standards-Version: 3.9.5
26 Homepage: https://launchpad.net/maas-cert-server
27 #Vcs-Bzr: lp:maas-cert-server

Subscribers

People subscribed via source and target branches