summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
-rw-r--r--debian/control.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index ee9b3353..12453de1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-gnome,
itstool,
libglib2.0-dev,
- libgtk-3-dev (>= 3.16.0),
- libnotify-dev (>= 0.6.1),
- meson (>= 0.53.0)
+ libgtk-3-dev,
+ libnotify-dev,
+ meson
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/gnome-team/zenity
diff --git a/debian/control.in b/debian/control.in
index 4f38c549..a619db65 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-gnome,
itstool,
libglib2.0-dev,
- libgtk-3-dev (>= 3.16.0),
- libnotify-dev (>= 0.6.1),
- meson (>= 0.53.0)
+ libgtk-3-dev,
+ libnotify-dev,
+ meson
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/gnome-team/zenity
bgstack15