diff --git a/debian/changelog b/debian/changelog index ff150ae..4d99d69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +snapd-extra-utils (1.0.1) UNRELEASED; urgency=medium + + * Add missing cmake build dependency. + + -- Simon Quigley Tue, 29 Oct 2024 18:56:25 -0500 + snapd-extra-utils (1.0.0) plucky; urgency=medium * Initial release (LP: #2061318). diff --git a/debian/control b/debian/control index 0b856b8..10bdf9d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: devel Priority: optional Maintainer: Simon Quigley 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,