diff options
author | Simon McVittie <smcv@debian.org> | 2023-06-19 14:53:29 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2023-06-19 14:53:29 +0100 |
commit | 97a984420ab613340bf95afd096bd3188e012ec8 (patch) | |
tree | 40b929a47797a4615a6c28cb6e0f3380ffe405fc /debian/control | |
parent | Disable WebKit integration (--html option) (diff) | |
download | zenity-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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 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 |