From 7d1a9d2e808de0887c162cc4c2415be38d793ade Mon Sep 17 00:00:00 2001 From: Klaus Umbach Date: Mon, 6 Mar 2023 17:44:38 +0100 Subject: [PATCH] Fix debian dependencies for Bookworm Bookworm favours pipewire over pulseaudio, so the dependency to the package "pulseaudio" from my previous PR #405 has to be removed. It seemes, it was never really necessary anyway, because "$auto" already adds the correct dependency to "libpulse0". --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23c3860..c0a190e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ assets = [ ["images/logo.svg", "usr/share/icons/hicolor/scalable/apps/ncspot.svg", "644"], ["README.md", "usr/share/doc/ncspot/README.md", "644"], ] -depends = "$auto, pulseaudio" +depends = "$auto" extended-description = """\ ncurses Spotify client written in Rust using librespot. \ It is heavily inspired by ncurses MPD clients, such as ncmpc."""