Merge ~vorlon/utah/+git/utah:master into utah:master

Proposed by Steve Langasek
Status: Merged
Approved by: Paride Legovini
Approved revision: 8a2a91e5d98ec03afa5a1a9644645a73d9339cd5
Merged at revision: 8a2a91e5d98ec03afa5a1a9644645a73d9339cd5
Proposed branch: ~vorlon/utah/+git/utah:master
Merge into: utah:master
Diff against target: 33 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Paride Legovini Approve
Review via email: mp+375307@code.launchpad.net

Commit message

Fix stale package dependencies so that utah is installable on eoan.

(python2->3 left for another day.)

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

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 2baf027..29d86ac 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,8 +1,15 @@
6 utah (0.19) UNRELEASED; urgency=medium
7
8+ [ Paride Legovini ]
9 * Drop the bzr revision from the version string. The git revision details
10 will be added by git-build-recipe.
11
12+ [ Steve Langasek ]
13+ * Depend on libarchive-tools instead of transitional bsdtar package.
14+ * Drop dependency on libvirt-bin; it's a transitional package and none of
15+ the binaries included in the xenial version of the package are
16+ referenced at all in the utah source.
17+
18 -- Paride Legovini <paride.legovini@canonical.com> Thu, 11 Jul 2019 11:20:10 +0200
19
20 utah (0.19~bzr201904171433) UNRELEASED; urgency=medium
21diff --git a/debian/control b/debian/control
22index 54c5b3c..e5670ae 100644
23--- a/debian/control
24+++ b/debian/control
25@@ -13,7 +13,7 @@ Vcs-Bzr: https://code.launchpad.net/utah
26 Package: utah
27 Architecture: any
28 Depends: ${misc:Depends}, ${python:Depends},
29- bsdtar, libvirt-bin, lzma,
30+ libarchive-tools | bsdtar, lzma,
31 python-apt, python-jinja2, python-libvirt,
32 python-netifaces, python-paramiko, python-psutil,
33 sbsigntool [!ppc64el !s390x !arm64],

Subscribers

People subscribed via source and target branches