diff options
author | Laurent Bigonville <bigon@debian.org> | 2021-05-07 14:35:53 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2021-05-07 14:35:53 +0200 |
commit | a93dab65b42b1a75e94f5d9c1ece1797c9d16dfb (patch) | |
tree | e7ffc95c331538ad107c212568f4448645a3cc13 /debian | |
parent | Release to unstable (diff) | |
download | zenity-a93dab65b42b1a75e94f5d9c1ece1797c9d16dfb.tar.gz zenity-a93dab65b42b1a75e94f5d9c1ece1797c9d16dfb.tar.bz2 zenity-a93dab65b42b1a75e94f5d9c1ece1797c9d16dfb.zip |
debian/control.in: WebKit now builds fine on hurd-i386, re-add that architecture to the build-dependencies
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 9 insertions, 2 deletions
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 <bigon@debian.org> 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 |