Package: multimon Version: 1.0-6 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu maverick ubuntu-patch
Sox syntax has changed, particularly "-w" has been changed to "-2". gen.c did not contain this change. *** /tmp/tmpi2bzEE In Ubuntu, we've applied the attached patch to achieve the following: * gen.c: replaced -w reference with -2, many thanks Mathias Bøhn Grytemark (LP: #600989) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers maverick-updates APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick') Architecture: i386 (i686) Kernel: Linux 2.6.35-14-generic (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u multimon-1.0/gen.c multimon-1.0/gen.c --- multimon-1.0/gen.c +++ multimon-1.0/gen.c @@ -320,7 +320,7 @@ perror("dup2"); close(pipedes[0]); /* close reading pipe end */ execlp("sox", "sox", - "-t", "raw", "-s", "-w", "-r", srate, "-", + "-t", "raw", "-s", "-2", "-r", srate, "-", "-t", type, fname, NULL); perror("execlp"); diff -u multimon-1.0/debian/changelog multimon-1.0/debian/changelog