diff options
author | Simon McVittie <smcv@debian.org> | 2023-06-19 14:56:51 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2023-06-19 14:56:51 +0100 |
commit | efabb2c0ac82ad846625234d77d16cea6d1d5697 (patch) | |
tree | b8c5723d822c5e98569ca454cabac08d4361985e | |
parent | Remove constraints unnecessary since bullseye (oldstable) (diff) | |
download | zenity-efabb2c0ac82ad846625234d77d16cea6d1d5697.tar.gz zenity-efabb2c0ac82ad846625234d77d16cea6d1d5697.tar.bz2 zenity-efabb2c0ac82ad846625234d77d16cea6d1d5697.zip |
Release to experimental
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 90e9a674..3e4b5cd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +zenity (3.44.0-2) experimental; urgency=medium + + * Team upload + * d/control.in, d/rules: Disable WebKit integration (--html option). + This adds several "heavy" dependencies, notably WebKit itself, but + also video and spellchecking among others, which are undesired for + a simple interactive dialog. + The WebKit feature is disabled by default upstream, and several + major distributions (including at least the Fedora/Red Hat family, + Arch and openSUSE) don't enable it in their packaging, so portable + software cannot rely on this option being available. According to + codesearch.debian.net, none of the packages with a dependency on + zenity use the --html option. + The beginning of the Debian 13 cycle seems a good time to make this + sort of potentially disruptive change; most likely nobody will notice + this feature going away, but if we get bug reports, we can consider + other options such as having a zenity-minimal package without HTML + support, or having a zenity-full package with it. + (Closes: #777608, #942362) + * d/control.in: Remove version constraints in Build-Depends unnecessary + since bullseye (oldstable) + - libgtk-3-dev + - libnotify-dev + - meson + + -- Simon McVittie <smcv@debian.org> Mon, 19 Jun 2023 14:55:31 +0100 + zenity (3.44.0-1) unstable; urgency=medium * New upstream release |