Package: xwax Severity: wishlist Version: 0.7-5 User: [email protected] Usertags: origin-ubuntu natty ubuntu-patch Tags: patch
Please update xwax to the newest release (0.8). I'm attaching a patch which - updates the Standards-Version and sets debian/source/format to "3.0 (quilt)" - adds a watch file - includes a patch that makes it clear that '-' signs are minuses, and not hyphens. (I'll make sure to forward this one upstream in a bit, lintian made me aware of this.) Thanks a lot in advance. Have a great day, Daniel
diff -ruN xwax-0.7/debian/control xwax-0.8/debian/control --- xwax-0.7/debian/control 2010-11-10 09:34:03.000000000 +0100 +++ xwax-0.8/debian/control 2010-11-10 09:51:15.890675000 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Mitchell Smith <[email protected]> Build-Depends: debhelper (>= 7), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsdl-ttf2.0-dev -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: http://www.xwax.co.uk/ Package: xwax diff -ruN xwax-0.7/debian/patches/01-fix-hyphen-in-manpage.patch xwax-0.8/debian/patches/01-fix-hyphen-in-manpage.patch --- xwax-0.7/debian/patches/01-fix-hyphen-in-manpage.patch 1970-01-01 01:00:00.000000000 +0100 +++ xwax-0.8/debian/patches/01-fix-hyphen-in-manpage.patch 2010-11-10 09:45:36.210675001 +0100 @@ -0,0 +1,89 @@ +## Description: Indicate that '-' signs are minuses, not hyphens. +## Origin/Author: Daniel Holbach <[email protected]> +Index: xwax-0.8/xwax.1 +=================================================================== +--- xwax-0.8.orig/xwax.1 2010-11-10 09:45:35.320675001 +0100 ++++ xwax-0.8/xwax.1 2010-11-10 09:45:34.100675001 +0100 +@@ -30,7 +30,7 @@ + + .TP + .B \-t \fIname\fR +-Use the named timecode for subsequent decks. See -h for a list of ++Use the named timecode for subsequent decks. See \-h for a list of + valid timecodes. You will need the corresponding timecode signal on + vinyl to control playback. + +@@ -157,7 +157,7 @@ + Audio display controls: + + .TP +-+, - +++, \- + Zoom in/out the close-up audio meters for all decks. + + .SH EXAMPLES +@@ -166,56 +166,56 @@ + 2-deck setup using one directory of music and OSS devices: + .sp + .RS +-xwax -l ~/music -d /dev/dsp -d /dev/dsp1 ++xwax \-l ~/music \-d /dev/dsp \-d /dev/dsp1 + .RE + + .P + As above, but using ALSA devices: + .sp + .RS +-xwax -l ~/music -d hw:0 -d hw:1 ++xwax \-l ~/music \-d hw:0 \-d hw:1 + .RE + + .P + 2-deck setup using a different timecode on each deck: + .sp + .RS +-xwax -l ~/music -t serato_2a -d hw:0 -t mixvibes_v2 -d hw:1 ++xwax \-l ~/music \-t serato_2a \-d hw:0 \-t mixvibes_v2 \-d hw:1 + .RE + + .P + As above, but with the second deck at 45 RPM: + .sp + .RS +-xwax -l ~/music -t serato_2a -d hw:0 -t mixvibes_v2 -45 -d hw:1 ++xwax \-l ~/music \-t serato_2a \-d hw:0 \-t mixvibes_v2 \-45 \-d hw:1 + .RE + + .P + 3-deck setup with the third deck at a higher sample rate: + .sp + .RS +-xwax -l ~/music -r 48000 -a hw:0 -a hw:1 -r 96000 -a hw:2 ++xwax \-l ~/music \-r 48000 \-a hw:0 \-a hw:1 \-r 96000 \-a hw:2 + .RE + + .P + Using all three device types simultaneously, one deck on each: + .sp + .RS +-xwax -l ~/music -a hw:0 -d /dev/dsp1 -j jack0 ++xwax \-l ~/music \-a hw:0 \-d /dev/dsp1 \-j jack0 + .RE + + .P + Scan multiple music libraries: + .sp + .RS +-xwax -l ~/music -l ~/sounds -l ~/mixes -a hw:0 ++xwax \-l ~/music \-l ~/sounds \-l ~/mixes \-a hw:0 + .RE + + .P + Scan a second music library using a custom script: + .sp + .RS +-xwax -l ~/music -i ./custom-scan -l ~/sounds -a hw:0 ++xwax \-l ~/music \-i ./custom-scan \-l ~/sounds \-a hw:0 + .RE + + .SH HOMEPAGE diff -ruN xwax-0.7/debian/source/format xwax-0.8/debian/source/format --- xwax-0.7/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ xwax-0.8/debian/source/format 2010-11-10 09:37:18.000000000 +0100 @@ -0,0 +1 @@ +3.0 (quilt) diff -ruN xwax-0.7/debian/watch xwax-0.8/debian/watch --- xwax-0.7/debian/watch 1970-01-01 01:00:00.000000000 +0100 +++ xwax-0.8/debian/watch 2010-11-10 09:40:39.640674998 +0100 @@ -0,0 +1,3 @@ +version=3 +http://www.xwax.co.uk/download.html \ + releases/xwax-([\d\.]*).tar.gz

