Add missing cmake build dependency.

ubuntu/plucky
Simon Quigley 6 hours ago
parent f079c67b8d
commit 69d14a2dd0

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 snapd-extra-utils (1.0.0) plucky; urgency=medium
* Initial release (LP: #2061318). * Initial release (LP: #2061318).

3
debian/control vendored

@ -3,7 +3,8 @@ Section: devel
Priority: optional Priority: optional
Maintainer: Simon Quigley <tsimonq2@ubuntu.com> Maintainer: Simon Quigley <tsimonq2@ubuntu.com>
Rules-Requires-Root: no Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), Build-Depends: cmake,
debhelper-compat (= 13),
golang-github-snapcore-snapd-dev (>= 2.62), golang-github-snapcore-snapd-dev (>= 2.62),
golang-go, golang-go,
golang-golang-x-crypto-dev, golang-golang-x-crypto-dev,

Loading…
Cancel
Save