aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d73036..a276204 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ libgav1 (0.19.0-3) UNRELEASED; urgency=medium
[ Bas Couwenberg ]
* Add architecture-is-little-endian to build dependencies.
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on cmake (>= 3.7.1).
+
-- Sebastian Ramacher <sramacher@debian.org> Sun, 29 Dec 2024 13:52:18 +0100
libgav1 (0.19.0-2) unstable; urgency=medium
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>,