summaryrefslogtreecommitdiff
path: root/debian/control.in
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.in
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.in')
-rw-r--r--debian/control.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control.in b/debian/control.in
index f2de01e4..df69dbc3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,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
@@ -22,7 +22,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