diff options
author | Laurent Bigonville <bigon@debian.org> | 2021-05-10 11:08:28 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2021-05-10 11:12:47 +0200 |
commit | 4dae058a5ec33a22e327909173f1213be50691ab (patch) | |
tree | cf1fdaf4fe14a2d93c10ce48b40512ddd786a41a /debian | |
parent | debian/control.in: WebKit now builds fine on hurd-i386, re-add that architect... (diff) | |
download | zenity-4dae058a5ec33a22e327909173f1213be50691ab.tar.gz zenity-4dae058a5ec33a22e327909173f1213be50691ab.tar.bz2 zenity-4dae058a5ec33a22e327909173f1213be50691ab.zip |
debian/control.in: Disable WebKit support on ia64, m68k and sh4
WebKit is not building for more than 9 months on these architectures
anymore
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1dba1137..d109ff13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ 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 + * debian/control.in: Disable WebKit support on ia64, m68k and sh4 - -- Laurent Bigonville <bigon@debian.org> Fri, 07 May 2021 14:35:06 +0200 + -- Laurent Bigonville <bigon@debian.org> Mon, 10 May 2021 11:12:42 +0200 zenity (3.32.0-6) unstable; urgency=medium diff --git a/debian/control b/debian/control index 215dc2f7..53520570 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 hurd-i386] + libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !m68k !sh4] 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 58d2ce2f..f25c460b 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 hurd-i386] + libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !m68k !sh4] Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity |