Merge ~ack/ubuntu/+source/maas:fix-pre-deps into ubuntu/+source/maas:ubuntu/devel

Proposed by Alberto Donato
Status: Needs review
Proposed branch: ~ack/ubuntu/+source/maas:fix-pre-deps
Merge into: ubuntu/+source/maas:ubuntu/devel
Diff against target: 39 lines (+11/-3)
2 files modified
debian/changelog (+7/-0)
debian/control (+4/-3)
Reviewer Review Type Date Requested Status
Julian Andres Klode (community) Approve
Review via email: mp+379534@code.launchpad.net

Commit message

Fix dependencies to use Pre-Depends for debconf and snapd.

Snapd must be running when the package preinst is run.

To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

Uploaded.

review: Approve

Unmerged commits

0f0ed37... by Alberto Donato

Fix dependencies to use Pre-Depends for debconf and snapd

a029f17... by Alberto Donato

Import patches-unapplied version 1:0.1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

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 c400e34..47bb023 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+maas (1:0.2) focal; urgency=medium
7+
8+ * Fix dependencies to pre-depend on debconf and snapd
9+ * Fix project homepage URL to https
10+
11+ -- Alberto Donato <alberto.donato@canonical.com> Thu, 20 Feb 2020 11:49:00 +0100
12+
13 maas (1:0.1) focal; urgency=medium
14
15 * Install MAAS from the snap, migrating existing install if needed
16diff --git a/debian/control b/debian/control
17index 2ff0adc..994026a 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -4,7 +4,7 @@ Priority: optional
21 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
22 Build-Depends: debhelper (>= 10)
23 Standards-Version: 4.1.3
24-Homepage: http://maas.io/
25+Homepage: https://maas.io/
26
27 Package: maas
28 Architecture: all
29@@ -41,8 +41,9 @@ Replaces: bind9,
30 maas-rack-controller (<< 1:0.1~),
31 maas-region-api (<< 1:0.1~),
32 maas-region-controller (<< 1:0.1~)
33-Depends: snapd,
34- ${misc:Depends}
35+Pre-Depends: debconf,
36+ snapd
37+Depends: ${misc:Depends}
38 Description: Transitional package to the maas snap
39 This is a transitional dummy package. It can be safely removed.
40

Subscribers

People subscribed via source and target branches