diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:08:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:08:58 +0000 |
commit | 565029c74b29c95077033edac3ff95ebb1c0b795 (patch) | |
tree | 5180557a39ce8138ef6f2c53950ececac7b99250 | |
parent | Updating vcs fields. (diff) | |
download | gnome-shell-565029c74b29c95077033edac3ff95ebb1c0b795.tar.xz gnome-shell-565029c74b29c95077033edac3ff95ebb1c0b795.zip |
Moving unzip from gnome-shell recommends to depends to ease installation of extensions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control.in b/debian/control.in index e137ed9..9b7c580 100644 --- a/debian/control.in +++ b/debian/control.in @@ -105,6 +105,7 @@ Depends: evolution-data-server (>= 3.33.1), gstreamer1.0-pipewire (>= 0.3.10) [linux-any], libglib2.0-bin (>= 2.53.0), python3, + unzip, ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} @@ -118,7 +119,6 @@ Recommends: bolt (>= 0.3), ibus, iio-sensor-proxy, switcheroo-control, - unzip Suggests: gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2 (>= 0.8.0) Breaks: gnome-shell-extension-appindicator (<< 33), |