Codebase list squeezelite / 62c1310
Fix typo: suppored/supported (typo-fix-suppored.patch) Chris Boot 10 years ago
3 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1414 * Remove no-upstream-changelog lintian override now that there is one.
1515 * Add lintian override for debian-watch-may-check-gpg-signature; no signatures
1616 are available.
17 * Fix typo: suppored/supported (typo-fix-suppored.patch).
1718
1819 -- Chris Boot <debian@bootc.net> Sat, 28 Dec 2013 22:31:23 +0000
1920
00 Makefile-tweaks.patch
11 Makefile-portaudio.patch
2 typo-fix-suppored.patch
0 Description: Fix typo: suppored/supported
1 Author: Chris Boot <debian@bootc.net>
2 Forwarded: yes, privately
3 Last-Update: 2013-12-29
4
5 --- squeezelite-1.4.orig/main.c
6 +++ squeezelite-1.4/main.c
7 @@ -52,7 +52,7 @@ static void usage(const char *argv0) {
8 " -f <logfile>\t\tWrite debug to logfile\n"
9 " -m <mac addr>\t\tSet mac address, format: ab:cd:ef:12:34:56\n"
10 " -n <name>\t\tSet the player name\n"
11 - " -N <filename>\t\tStore player name in filename to allow server defined name changes to be shared between servers (not suppored with -n)\n"
12 + " -N <filename>\t\tStore player name in filename to allow server defined name changes to be shared between servers (not supported with -n)\n"
13 #if ALSA
14 " -p <priority>\t\tSet real time priority of output thread (1-99)\n"
15 #endif