From a93dab65b42b1a75e94f5d9c1ece1797c9d16dfb Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 7 May 2021 14:35:53 +0200 Subject: debian/control.in: WebKit now builds fine on hurd-i386, re-add that architecture to the build-dependencies --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1ad41ae3..1dba1137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zenity (3.32.0-7) UNRELEASED; urgency=medium + + * debian/control.in: WebKit now builds fine on hurd-i386, re-add that + architecture to the build-dependencies + + -- Laurent Bigonville Fri, 07 May 2021 14:35:06 +0200 + zenity (3.32.0-6) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index e513e03e..215dc2f7 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: autoconf-archive, libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any] + libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any hurd-i386] Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity diff --git a/debian/control.in b/debian/control.in index 7b85086f..58d2ce2f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: autoconf-archive, libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any] + libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any hurd-i386] Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity -- cgit