diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:55:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:55:30 +0000 |
commit | 8077cdb37f36195e371de3668b84c7174534ac37 (patch) | |
tree | fc9be994bbdc30db700ed07361884ce8000b02eb | |
parent | Updating vcs fields. (diff) | |
download | gnome-shell-8077cdb37f36195e371de3668b84c7174534ac37.tar.xz gnome-shell-8077cdb37f36195e371de3668b84c7174534ac37.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 92e4bea..48b480d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -113,6 +113,7 @@ Depends: gir1.2-accountsservice-1.0, gstreamer1.0-pipewire (>= 0.3.10) [linux-any], libglib2.0-bin, python3, + unzip, ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} @@ -129,7 +130,6 @@ Recommends: bolt, iio-sensor-proxy, power-profiles-daemon, switcheroo-control, - unzip Suggests: gir1.2-malcontent-0 (>= 0.6.0) [linux-any], gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2, |