summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2021-09-02 10:20:06 +0200
committerLaurent Bigonville <bigon@debian.org>2021-09-02 10:20:06 +0200
commitca39af62c99bec321c54c6d2ed9124e863997804 (patch)
tree04d9a73a80be4ae9c3f924cca15bb82d31e77cdb /debian/control
parentRelease to unstable (diff)
downloadzenity-ca39af62c99bec321c54c6d2ed9124e863997804.tar.gz
zenity-ca39af62c99bec321c54c6d2ed9124e863997804.tar.bz2
zenity-ca39af62c99bec321c54c6d2ed9124e863997804.zip
debian/control.in: WebKit builds fine again on m68k, re-add that architecture to the build-dependencies
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 53520570..9d111753 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) [!ia64 !kfreebsd-any !m68k !sh4]
+ libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4]
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/zenity
bgstack15