Codebase list squeezelite / a486296
New upstream release: 1.6 Update changelog and remove patch integrated upstream. Chris Boot 10 years ago
3 changed file(s) with 7 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 squeezelite (1.6-1) UNRELEASED; urgency=medium
1
2 * New upstream release.
3 * Remove debian/patches/typo-fix-suppored.patch: fixed upstream.
4
5 -- Chris Boot <debian@bootc.net> Mon, 07 Apr 2014 21:51:18 +0100
6
07 squeezelite (1.5-1) unstable; urgency=medium
18
29 * New upstream release.
00 Makefile-tweaks.patch
11 Makefile-portaudio.patch
2 typo-fix-suppored.patch
+0
-16
debian/patches/typo-fix-suppored.patch less more
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