diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1011fd9..489e885 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgav1 (0.19.0-3) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on cmake (>= 3.7.1). + + -- Debian Janitor <janitor@jelmer.uk> Sat, 21 Jan 2023 01:43:08 -0000 + libgav1 (0.19.0-2) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index 8a421bf..f71a262 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: qinxialei <xialeiqin@gmail.com> Build-Depends: architecture-is-little-endian, debhelper-compat (= 13), - cmake (>= 3.7.1), + cmake, libabsl-dev, pkg-kde-tools, googletest <!nocheck>, |