]> git.proxmox.com Git - debcargo-conf.git/commitdiff
spotify-tui: more text description
authorXimin Luo <infinity0@debian.org>
Tue, 31 Dec 2019 04:42:27 +0000 (04:42 +0000)
committerXimin Luo <infinity0@debian.org>
Tue, 31 Dec 2019 04:42:27 +0000 (04:42 +0000)
src/spotify-tui/debian/changelog
src/spotify-tui/debian/debcargo.toml

index 77865b686eb8809ecc9d089cb34cb1f73bef8e5b..1dcfc35c214f895ae59e4475e9e8dffb039f2964 100644 (file)
@@ -3,4 +3,4 @@ rust-spotify-tui (0.11.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=med
   * Package spotify-tui 0.11.0 from crates.io using debcargo 2.4.0
   * Closes: #947815
 
- -- Ximin Luo <infinity0@debian.org>  Tue, 31 Dec 2019 04:32:50 +0000
+ -- Ximin Luo <infinity0@debian.org>  Tue, 31 Dec 2019 04:42:17 +0000
index d169720fee7bc2bb7dcab3cee5136ebca4b98ec2..fce9cc39742e820bc3269dbfe3fe4b4010f83643 100644 (file)
@@ -3,3 +3,18 @@ uploaders = ["Ximin Luo <infinity0@debian.org>"]
 
 [source]
 section = "sound"
+
+[packages.bin]
+summary = "Terminal user interface for Spotify"
+
+description = """
+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.
+"""