[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-utils (3 files)

Thomas Hood jdthood-guest@haydn.debian.org
Mon, 20 Sep 2004 14:55:03 -0600


    Date: Monday, September 20, 2004 @ 14:55:03
  Author: jdthood-guest
    Path: /cvsroot/pkg-alsa/debian/alsa-utils

   Added: debian/speaker-test.1
Modified: debian/rules
 Removed: speaker-test/speaker-test.1

Install speaker-test.1


-----------------------------+
 debian/rules                |    2 
 debian/speaker-test.1       |   90 ++++++++++++++++++++++++++++++++++++++++++
 speaker-test/speaker-test.1 |   90 ------------------------------------------
 3 files changed, 91 insertions(+), 91 deletions(-)


Index: debian/alsa-utils/debian/rules
diff -u debian/alsa-utils/debian/rules:1.5 debian/alsa-utils/debian/rules:1.6
--- debian/alsa-utils/debian/rules:1.5	Mon Sep 20 09:08:29 2004
+++ debian/alsa-utils/debian/rules	Mon Sep 20 14:55:02 2004
@@ -65,7 +65,7 @@
 	dh_testroot
 	dh_installdirs usr/lib/alsa
 	dh_link
-	dh_installdocs
+	dh_installdocs debian/speaker-test.1
 	mv debian/alsa-utils/usr/share/doc/alsa-utils/patch-stamp debian/alsa-utils/usr/share/doc/alsa-utils/PATCHES
 	cp alsamixer/README debian/alsa-utils/usr/share/doc/alsa-utils/README.alsamixer
 	cp debian/modprobe-post-install debian/alsa-utils/usr/lib/alsa/modprobe-post-install
Index: debian/alsa-utils/debian/speaker-test.1
diff -u /dev/null debian/alsa-utils/debian/speaker-test.1:1.1
--- /dev/null	Mon Sep 20 14:55:03 2004
+++ debian/alsa-utils/debian/speaker-test.1	Mon Sep 20 14:55:02 2004
@@ -0,0 +1,90 @@
+.\" -*- nroff -*-
+.\" macros
+.de EX \" Begin Example
+.  IP
+.  ft CW
+.  nf
+.  ne \\$1
+..
+.de EE \" End Example
+.  ft P
+.  fi
+.  PP
+..
+.TH SPEAKER\-TEST 1 "20 September 2004" speaker-test
+.SH NAME
+speaker\-test \- command-line speaker test tone generator for ALSA 
+.SH SYNOPSIS
+.B speaker\-test
+.BR "" [ \-D | \-\-device 
+.IR FILE ]
+.BR "" [ \-r | \-\-rate
+.IR RATE ]
+.BR "" [ \-c | \-\-channels
+.IR NUM ]
+.BR "" [ \-f | \-\-frequency
+.IR FREQ ]
+.BR "" [ \-p | \-\-period
+.IR TIME ]
+.BR "" [ \-s | \-\-speaker " " "1|2" ]
+.P
+.B speaker\-test
+.B \-\-help
+
+.SH DESCRIPTION
+\fBspeaker\-test\fP generates a tone that can be used to test the speakers of a computer.
+
+.SH OPTIONS
+
+.TP
+\fB\-c\fP | \fB\-\-channels\fP \fINUM\fP
+\fINUM\fP channels in stream
+
+.TP
+\fB\-D\fP | \fB\-\-device\fP \fIFILE\fP
+device file \fIFILE\fP
+
+.TP
+\fB\-f\fP | \fB\-\-frequency\fP \fIFREQ\fP
+sine wave of \fIFREQ\fP Hz
+
+.TP
+\fB\-\-help\fP
+Print usage help
+
+.TP
+\fB\-p\fP | \fB\-\-period\fP \fITIME\fP
+period size of \fITIME\fP microseconds
+
+.TP
+\fB\-r\fP | \fB\-\-rate\fP \fIRATE\fP
+stream of \fIRATE\fP per second
+
+.TP
+\fB\-s\fP | \fB\-\-speaker\fP \fB1\fP|\fB2\fP
+Test speaker 1 or speaker 2 only, rather than both
+
+.SH USAGE EXAMPLES
+
+Produce stereo sound from one stereo jack:
+.EX
+  speaker-test -Dfront -c2
+.EE
+
+Produce 4 speaker sound from two stereo jacks:
+.EX
+  speaker-test -Dsurround40 -c4
+.EE
+
+Produce 5.1 speaker sound from three stereo jacks:
+.EX
+  speaker-test -Dsurround51 -c6
+.EE
+
+To send a nice low 75Hz tone to the Woofer and then exit without touching any other speakers:
+.EX
+  speaker-test -Dplug:surround51 -c6 -s1 -f75
+.EE
+
+.SH AUTHOR
+The speaker-test program was written by James Courtier-Dutton.
Index: debian/alsa-utils/speaker-test/speaker-test.1
diff -u debian/alsa-utils/speaker-test/speaker-test.1:1.1 debian/alsa-utils/speaker-test/speaker-test.1:removed
--- debian/alsa-utils/speaker-test/speaker-test.1:1.1	Mon Sep 20 14:40:36 2004
+++ debian/alsa-utils/speaker-test/speaker-test.1	Mon Sep 20 14:55:03 2004
@@ -1,90 +0,0 @@
-.\" -*- nroff -*-
-.\" macros
-.de EX \" Begin Example
-.  IP
-.  ft CW
-.  nf
-.  ne \\$1
-..
-.de EE \" End Example
-.  ft P
-.  fi
-.  PP
-..
-.TH SPEAKER\-TEST 1 "20 September 2004" speaker-test
-.SH NAME
-speaker\-test \- command-line speaker test tone generator for ALSA 
-.SH SYNOPSIS
-.B speaker\-test
-.BR "" [ \-D | \-\-device 
-.IR FILE ]
-.BR "" [ \-r | \-\-rate
-.IR RATE ]
-.BR "" [ \-c | \-\-channels
-.IR NUM ]
-.BR "" [ \-f | \-\-frequency
-.IR FREQ ]
-.BR "" [ \-p | \-\-period
-.IR TIME ]
-.BR "" [ \-s | \-\-speaker " " "1|2" ]
-.P
-.B speaker\-test
-.B \-\-help
-
-.SH DESCRIPTION
-\fBspeaker\-test\fP generates a tone that can be used to test the speakers of a computer.
-
-.SH OPTIONS
-
-.TP
-\fB\-c\fP | \fB\-\-channels\fP \fINUM\fP
-\fINUM\fP channels in stream
-
-.TP
-\fB\-D\fP | \fB\-\-device\fP \fIFILE\fP
-device file \fIFILE\fP
-
-.TP
-\fB\-f\fP | \fB\-\-frequency\fP \fIFREQ\fP
-sine wave of \fIFREQ\fP Hz
-
-.TP
-\fB\-\-help\fP
-Print usage help
-
-.TP
-\fB\-p\fP | \fB\-\-period\fP \fITIME\fP
-period size of \fITIME\fP microseconds
-
-.TP
-\fB\-r\fP | \fB\-\-rate\fP \fIRATE\fP
-stream of \fIRATE\fP per second
-
-.TP
-\fB\-s\fP | \fB\-\-speaker\fP \fB1\fP|\fB2\fP
-Test speaker 1 or speaker 2 only, rather than both
-
-.SH USAGE EXAMPLES
-
-Produce stereo sound from one stereo jack:
-.EX
-  speaker-test -Dfront -c2
-.EE
-
-Produce 4 speaker sound from two stereo jacks:
-.EX
-  speaker-test -Dsurround40 -c4
-.EE
-
-Produce 5.1 speaker sound from three stereo jacks:
-.EX
-  speaker-test -Dsurround51 -c6
-.EE
-
-To send a nice low 75Hz tone to the Woofer and then exit without touching any other speakers:
-.EX
-  speaker-test -Dplug:surround51 -c6 -s1 -f75
-.EE
-
-.SH AUTHOR
-The speaker-test program was written by James Courtier-Dutton.