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 | |
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')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0e474ecf..37159bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ zenity (3.16.3-1) UNRELEASED; urgency=medium * New upstream release. * Drop obsolete Breaks/Replaces from pre-wheezy. + * Build against WebKit2. Update Build-Depends accordingly. -- Michael Biebl <biebl@debian.org> Tue, 23 Jun 2015 22:56:21 +0200 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. diff --git a/debian/control.in b/debian/control.in index 7db67ced..00ee500c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,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 |