summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-06-19 14:53:29 +0100
committerSimon McVittie <smcv@debian.org>2023-06-19 14:53:29 +0100
commit97a984420ab613340bf95afd096bd3188e012ec8 (patch)
tree40b929a47797a4615a6c28cb6e0f3380ffe405fc
parentDisable WebKit integration (--html option) (diff)
downloadzenity-97a984420ab613340bf95afd096bd3188e012ec8.tar.gz
zenity-97a984420ab613340bf95afd096bd3188e012ec8.tar.bz2
zenity-97a984420ab613340bf95afd096bd3188e012ec8.zip
Remove constraints unnecessary since bullseye (oldstable)
* Build-Depends: Drop versioned constraint on libgtk-3-dev (>= 3.16.0). * Build-Depends: Drop versioned constraint on libnotify-dev (>= 0.6.1). * Build-Depends: Drop versioned constraint on meson (>= 0.53.0). Changes-By: deb-scrub-obsolete
-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