Add missing cmake build dependency.
This commit is contained in:
parent
f079c67b8d
commit
69d14a2dd0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
snapd-extra-utils (1.0.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Add missing cmake build dependency.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 29 Oct 2024 18:56:25 -0500
|
||||
|
||||
snapd-extra-utils (1.0.0) plucky; urgency=medium
|
||||
|
||||
* Initial release (LP: #2061318).
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -3,7 +3,8 @@ Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Simon Quigley <tsimonq2@ubuntu.com>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
Build-Depends: cmake,
|
||||
debhelper-compat (= 13),
|
||||
golang-github-snapcore-snapd-dev (>= 2.62),
|
||||
golang-go,
|
||||
golang-golang-x-crypto-dev,
|
||||
|
Loading…
x
Reference in New Issue
Block a user