summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-04-09 20:08:49 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2018-04-09 20:12:01 -0400
commit17b475bdda8d09c2b5bf0d3b5effc2f6db74afb7 (patch)
treee5977a287f78fb030613ad08887b3e9b5e9b6853 /debian/control
parentNew upstream release (diff)
downloadzenity-17b475bdda8d09c2b5bf0d3b5effc2f6db74afb7.tar.gz
zenity-17b475bdda8d09c2b5bf0d3b5effc2f6db74afb7.tar.bz2
zenity-17b475bdda8d09c2b5bf0d3b5effc2f6db74afb7.zip
Bump Standards-Version to 4.1.4
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a5ea8b32..16a2c9b3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkit2gtk-4.0-dev (>= 2.8.1)
-Standards-Version: 4.1.2
+Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/gnome-team/zenity
Vcs-Git: https://salsa.debian.org/gnome-team/zenity.git
Homepage: https://wiki.gnome.org/Projects/Zenity
@@ -26,7 +26,7 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
- zenity-common (= ${source:Version})
+ zenity-common (>= ${source:Version})
Description: Display graphical dialog boxes from shell scripts
Zenity allows you to display GTK+ dialogs from shell scripts; it is a
rewrite of the `gdialog' command from GNOME 1.
bgstack15