Source: rust-spotify-tui
Section: sound
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 24),
 cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-backtrace-0.3+default-dev (>= 0.3.40-~~),
 librust-clap-2+default-dev (>= 2.33.0-~~),
 librust-clipboard-0.5+default-dev,
 librust-dirs-3+default-dev,
 librust-failure-0.1+default-dev (>= 0.1.6-~~),
 librust-rspotify-0.7+default-dev,
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-yaml-0.8+default-dev,
 librust-termion-1+default-dev (>= 1.5.4-~~),
 librust-tui-0.9+default-dev,
 librust-unicode-width-0.1+default-dev (>= 0.1.7-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Ximin Luo <infinity0@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/spotify-tui]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/spotify-tui
Homepage: https://github.com/Rigellute/spotify-tui
Rules-Requires-Root: no

Package: spotify-tui
Architecture: any
Multi-Arch: allowed
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends}
Recommends:
 ${cargo:Recommends}
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Terminal user interface for Spotify
 spotify-tui needs to connect to Spotify’s API in order to find music by name,
 play tracks etc. Instructions on how to set this up will be shown when you
 first run the app.
 .
 This app uses the Web API from Spotify, which doesn't handle streaming itself.
 So you'll need either an official Spotify client open or a lighter weight
 alternative such as spotifyd.
 .
 If you want to play tracks, Spotify requires that you have a Premium account.
