From 05cec5b4a1475deb288373652b509f2a1929cdac Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 28 Sep 2011 13:43:56 +0000 Subject: Add Build-Depends on libwebkitgtk-3.0-dev (>= 1.4.0) for HTML support. --- debian/changelog | 1 + debian/control | 3 ++- debian/control.in | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 24a5ebf5..83699bbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ zenity (3.2.0-1) UNRELEASED; urgency=low * New upstream release. + * Add Build-Depends on libwebkitgtk-3.0-dev (>= 1.4.0) for HTML support. -- Michael Biebl Wed, 28 Sep 2011 15:39:22 +0200 diff --git a/debian/control b/debian/control index 9ea05bb8..4961e83b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Frederic Peters , Josselin Mouette , Laurent Bigonville , Luca Falavigna , Michael Biebl +Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Frederic Peters , Josselin Mouette , Laurent Bigonville , Michael Biebl Build-Depends: debhelper (>= 8), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 8), gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.6.1), libglib2.0-dev, + libwebkitgtk-3.0-dev (>= 1.4.0), docbook-xml Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity diff --git a/debian/control.in b/debian/control.in index f0b8c934..9d614e54 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 8), gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.6.1), libglib2.0-dev, + libwebkitgtk-3.0-dev (>= 1.4.0), docbook-xml Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity -- cgit