Add missing cmake build dependency.

This commit is contained in:
Simon Quigley 2024-10-29 18:56:51 -05:00
parent f079c67b8d
commit 69d14a2dd0
2 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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
View File

@ -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,