diff options
author | Laurent Bigonville <bigon@debian.org> | 2021-09-02 10:20:06 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2021-09-02 10:20:06 +0200 |
commit | ca39af62c99bec321c54c6d2ed9124e863997804 (patch) | |
tree | 04d9a73a80be4ae9c3f924cca15bb82d31e77cdb /debian | |
parent | Release to unstable (diff) | |
download | zenity-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')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/debian/control.in b/debian/control.in index f25c460b..ad30c127 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) [!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 |