aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f162b6..ed7fc0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libgav1 (0.18.0-1) unstable; urgency=medium
* Upload to unstable.
* debian/rules: Properly use pkgkde_symbolshelper dh plugin.
+ * debian/control: Add build-dependency on pkg-kde-tools.
- -- Boyuan Yang <byang@debian.org> Wed, 27 Jul 2022 16:47:48 -0400
+ -- Boyuan Yang <byang@debian.org> Wed, 27 Jul 2022 16:50:15 -0400
libgav1 (0.18.0-1~exp2) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index a65427b..68a45b7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper-compat (= 13),
cmake (>= 3.7.1),
libabsl-dev,
+ pkg-kde-tools,
Standards-Version: 4.6.1
Homepage: https://chromium.googlesource.com/codecs/libgav1/
Vcs-Browser: https://salsa.debian.org/multimedia-team/libgav1