summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-26 09:53:17 +0100
committerSimon McVittie <smcv@debian.org>2020-08-26 09:53:17 +0100
commit1d3af5178680e65796da1d2d1f07faae0c1a2617 (patch)
treedfde484bb3b3eff98cb98ece2576c5a1ab1da4cb
parent7d853300d2ea11b0252e1391c77fa95e0e56753c (diff)
Version some dependencies as per meson.build
-rw-r--r--debian/control8
-rw-r--r--debian/control.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index cd6f1de..303076b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Uploaders: Jeremy Bicha <jbicha@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
- libgirepository1.0-dev,
- liblcms2-dev,
- meson (>= 0.50.0),
+ libgirepository1.0-dev (>= 1.32.0),
+ liblcms2-dev (>= 2.8),
+ meson (>= 0.54.0),
python3-setuptools,
pkg-config,
- valac,
+ valac (>= 0.20.0),
w3m
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/babl
diff --git a/debian/control.in b/debian/control.in
index 04c2b4a..c544fa7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,12 +6,12 @@ Uploaders: @GNOME_TEAM@
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
- libgirepository1.0-dev,
- liblcms2-dev,
- meson (>= 0.50.0),
+ libgirepository1.0-dev (>= 1.32.0),
+ liblcms2-dev (>= 2.8),
+ meson (>= 0.54.0),
python3-setuptools,
pkg-config,
- valac,
+ valac (>= 0.20.0),
w3m
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/babl