diff options
author | Michael Biebl <biebl@debian.org> | 2015-06-24 19:32:13 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2015-06-24 19:32:13 +0000 |
commit | 042e61f77cae8a8824e633cdc633b6d3b0aaaf69 (patch) | |
tree | 53bc990b0e88f90ee4b65c613ed682993c257948 /debian/control | |
parent | Drop obsolete Breaks/Replaces from pre-wheezy. (diff) | |
download | zenity-042e61f77cae8a8824e633cdc633b6d3b0aaaf69.tar.gz zenity-042e61f77cae8a8824e633cdc633b6d3b0aaaf69.tar.bz2 zenity-042e61f77cae8a8824e633cdc633b6d3b0aaaf69.zip |
Build against WebKit2. Update Build-Depends accordingly.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 3010a3c2..fb7cac58 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkitgtk-3.0-dev (>= 1.4.0) + libwebkit2gtk-4.0-dev (>= 2.8.1) Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity @@ -37,8 +37,6 @@ Description: Display graphical dialog boxes from shell scripts Package: zenity-common Architecture: all Depends: ${misc:Depends} -Breaks: zenity (<< 2.91.5-1~) -Replaces: zenity (<< 2.91.5-1~) Description: Display graphical dialog boxes from shell scripts (common files) Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. |