[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.116.1-4-3-g16fd75d

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Mar 17 15:55:57 UTC 2009


The following commit has been merged in the master branch:
commit 16fd75dca0529a6c11948f62b2eb35da37c4281c
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Mar 17 16:52:10 2009 +0100

    Updated manpages (Closes #386466), added alsa_in and alsa_out binaries

diff --git a/debian/changelog b/debian/changelog
index 6907533..8ab477a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 jack-audio-connection-kit (0.116.1-5) UNRELEASED; urgency=low
 
   * new upload, document changes here.
+  [ Adrian Knoth ]
+  * Include updated upstream manpages (Closes: #386466)
+  * Fix lintian warning about missing jackd manpage
+  * Include new alsa_in and alsa_out binaries
 
  -- Reinhard Tartler <siretart at tauware.de>  Mon, 02 Mar 2009 23:16:19 +0100
 
diff --git a/debian/jack_bufsize.1 b/debian/jack_bufsize.1
deleted file mode 100644
index d241214..0000000
--- a/debian/jack_bufsize.1
+++ /dev/null
@@ -1,15 +0,0 @@
-.TH JACK_BUFSIZE "1" "December 2003" "0.91.1"
-.SH NAME
-jack_bufsize \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_bufsize bufsize
-.SH DESCRIPTION
-.B jack_bufsize
-jack_bufsize sets the size of the buffer (frames per period) used in JACK. 
-This change happens on-line (jackd and its clients do not need to be 
-restarted).
-.SH AUTHOR
-Paul Davis
-.PP
-This manpage was written by Robert Jordens <jordens at debian.org> for Debian.
-
diff --git a/debian/jack_connect.1 b/debian/jack_connect.1
deleted file mode 100644
index b59460e..0000000
--- a/debian/jack_connect.1
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH JACK_CONNECT "1" "June 2002" "0.91.1"
-.SH NAME
-jack_connect \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_connect
-src_port dst_port
-.PP
-The source port must be an output port of the source client.
-The destination port must be an input port of the destination client.
-.SH DESCRIPTION
-.B jack_connect
-is an example client for the JACK Audio Connection Kit.
-.SH AUTHOR
-Jeremy Hall
-.PP
-This manpage was written by Stefan Schwandter <e9925373 at student.tuwien.ac.at>
-
diff --git a/debian/jack_disconnect.1 b/debian/jack_disconnect.1
deleted file mode 100644
index d975777..0000000
--- a/debian/jack_disconnect.1
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH JACK_DISCONNECT "1" "June 2002" "0.91.1"
-.SH NAME
-jack_disconnect \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_disconnect
-src_port dst_port
-.PP
-The source port must be an output port of the source client.
-The destination port must be an input port of the destination client.
-.SH DESCRIPTION
-.B jack_disconnect
-is an example client for the JACK Audio Connection Kit.
-.SH AUTHORS
-Paul Davis and others.
-.PP
-This manpage was written by Stefan Schwandter <e9925373 at student.tuwien.ac.at>
-
diff --git a/debian/jack_freewheel.1 b/debian/jack_freewheel.1
deleted file mode 100644
index 4a58e4c..0000000
--- a/debian/jack_freewheel.1
+++ /dev/null
@@ -1,16 +0,0 @@
-.TH JACK_FREEWHEEL "1" "December 2003" "0.91.1"
-.SH NAME
-jack_freewheel \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_freewheel [y|n]
-.SH DESCRIPTION
-.B jack_freewheel
-Turns freewheeling mode on (y) or off (n). While in freewheeling mode, jackd
-does not wait in between process() calls. That results in the JACK graph
-processing data as fast as possible. Freewheeling makes fast exports to 
-files possible.
-.SH AUTHOR
-Paul Davis
-.PP
-This manpage was written by Robert Jordens <jordens at debian.org> for Debian.
-
diff --git a/debian/jack_impulse_grabber.1 b/debian/jack_impulse_grabber.1
deleted file mode 100644
index 4357d14..0000000
--- a/debian/jack_impulse_grabber.1
+++ /dev/null
@@ -1,14 +0,0 @@
-.TH JACK_IMPULSE_GRABBER "1" "June 2002" "0.91.1"
-.SH NAME
-jack_impulse_grabber \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_impulse_grabber
--d duration [-f (C|gnuplot)]
-.SH DESCRIPTION
-.B jack_impulse_grabber
-is an example client for the JACK Audio Connection Kit.
-.SH AUTHORS
-Paul Davis and others.
-.PP
-This manpage was written by Stefan Schwandter <e9925373 at student.tuwien.ac.at>
-
diff --git a/debian/jack_load.1 b/debian/jack_load.1
deleted file mode 100644
index a5818e9..0000000
--- a/debian/jack_load.1
+++ /dev/null
@@ -1,20 +0,0 @@
-.TH JACK_LOAD "1" "August 2003" "0.91.1"
-.SH NAME
-jack_load \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_load
-client-name so-name [so-data]
-.PP
-The client-name must be a yet unused client name.
-The so-name is the name of a plugin under /usr/lib/libjack*.
-.SH DESCRIPTION
-.B jack_load
-is an example client for the JACK Audio Connection Kit. It loads the
-specified plugin and creates a client.
-.SH EXAMPLE
-.B jack_load in_process_test inprocess
-.SH AUTHOR
-Jeremy Hall
-.PP
-This manpage was written by Robert Jordens <rjo at gmx.de> for Debian.
-
diff --git a/debian/jack_lsp.1 b/debian/jack_lsp.1
deleted file mode 100644
index 43a3ff4..0000000
--- a/debian/jack_lsp.1
+++ /dev/null
@@ -1,13 +0,0 @@
-.TH JACK_LSP "1" "September 2002" "0.91.1"
-.SH NAME
-jack_lsp \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_lsp
-.SH DESCRIPTION
-.B jack_lsp
-lists all JACK ports.
-.SH AUTHOR
-Paul Davis
-.PP
-This manpage was written by Stefan Schwandter <swan at debian.org>
-
diff --git a/debian/jack_metro.1 b/debian/jack_metro.1
deleted file mode 100644
index 14e2829..0000000
--- a/debian/jack_metro.1
+++ /dev/null
@@ -1,20 +0,0 @@
-.TH JACK_METRO "1" "September 2002" "0.91.1"
-.SH NAME
-jack_metro \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_metro
-[ --frequency OR -f frequency (in Hz) ]
-[ --amplitude OR -A maximum amplitude (between 0 and 1) ]
-[ --duration OR -D duration (in ms) ]
-[ --attack OR -a attack (in percent of duration) ]
-[ --decay OR -d decay (in percent of duration) ]
-[ --name OR -n jack name for metronome client ] 
---bpm OR -b beats per minute
-.SH DESCRIPTION
-.B jack_metro
-is a simple metronome for JACK.
-.SH AUTHOR
-Anthony Van Groningen
-.PP
-This manpage was written by Stefan Schwandter <swan at debian.org>
-
diff --git a/debian/jack_monitor_client.1 b/debian/jack_monitor_client.1
deleted file mode 100644
index 1a9e06a..0000000
--- a/debian/jack_monitor_client.1
+++ /dev/null
@@ -1,18 +0,0 @@
-.TH JACK_CONNECT "1" "August 2003" "0.91.1"
-.SH NAME
-jack_monitor_client \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_monitor_client
-client-name
-.PP
-The client-name must be the name of a existing client that monitoring is 
-to be enabled for.
-.SH DESCRIPTION
-.B jack_monitor_client
-is an example client for the JACK Audio Connection Kit. It enables
-monitoring for the specified client.
-.SH AUTHOR
-Jeremy Hall
-.PP
-This manpage was written by Robert Jordens <jordens at debian.org> for Debian.
-
diff --git a/debian/jack_showtime.1 b/debian/jack_showtime.1
deleted file mode 100644
index 9818b8b..0000000
--- a/debian/jack_showtime.1
+++ /dev/null
@@ -1,13 +0,0 @@
-.TH JACK_SHOWTIME "1" "September 2002" "0.91.1"
-.SH NAME
-jack_showtime \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_showtime
-.SH DESCRIPTION
-.B jack_showtime
-prints the current timebase information to stdout
-.SH AUTHOR
-Paul Davis
-.PP
-This manpage was written by Stefan Schwandter <swan at debian.org>
-
diff --git a/debian/jack_transport.1 b/debian/jack_transport.1
deleted file mode 100644
index 7eb6228..0000000
--- a/debian/jack_transport.1
+++ /dev/null
@@ -1,15 +0,0 @@
-.TH JACK_TRANSPORT "1" "August 2003" "0.91.1"
-.SH NAME
-jack_transport \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_transport
-.SH DESCRIPTION
-.B jack_transport
-is an example client for the JACK Audio Connection Kit. It supports
-controlling the JACK transport system. Type help at jack_transport's
-command prompt to see the available commands.
-.SH AUTHOR
-Jeremy Hall
-.PP
-This manpage was written by Robert Jordens <jordens at debian.org> for Debian.
-
diff --git a/debian/jack_unload.1 b/debian/jack_unload.1
deleted file mode 100644
index 1d3efa5..0000000
--- a/debian/jack_unload.1
+++ /dev/null
@@ -1,19 +0,0 @@
-.TH JACK_UNLOAD "1" "August 2003" "0.91.1"
-.SH NAME
-jack_unload \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jack_unload 
-client-name
-.PP
-The client-name must be the name of a loaded client that can be unloaded.
-.SH DESCRIPTION
-.B jack_unload
-is the counterpart to 
-.B jack_load
-and unloads the specified client.
-.SH EXAMPLE
-.B jack_unload in_process_test
-.SH AUTHOR
-Jeremy Hall
-.PP
-This manpage was written by Robert Jordens <jordens at debian.org> for Debian.
diff --git a/debian/jackd.install b/debian/jackd.install
index 6324722..6139ecd 100644
--- a/debian/jackd.install
+++ b/debian/jackd.install
@@ -1,2 +1,4 @@
 debian/tmp/usr/bin/jack*
+debian/tmp/usr/bin/alsa_in
+debian/tmp/usr/bin/alsa_out
 debian/bash_completion.d etc
diff --git a/debian/jackd.manpages b/debian/jackd.manpages
index 2a80f31..9275a77 100644
--- a/debian/jackd.manpages
+++ b/debian/jackd.manpages
@@ -1,16 +1,4 @@
-build-tree/jack-audio-connection-kit-*/jackd/jackd.1
-build-tree/jack-audio-connection-kit-*/jackd/jackstart.1
-debian/jackrec.1
-debian/jack_lsp.1
-debian/jack_connect.1
-debian/jack_disconnect.1
-debian/jack_monitor_client.1
+jackd/jackd.1
+jackd/jackstart.1
+man/*.1
 debian/jack_simple_client.1
-debian/jack_metro.1
-debian/jack_impulse_grabber.1
-debian/jack_transport.1
-debian/jack_showtime.1
-debian/jack_load.1
-debian/jack_unload.1
-debian/jack_freewheel.1
-debian/jack_bufsize.1
diff --git a/debian/jackrec.1 b/debian/jackrec.1
deleted file mode 100644
index d78332d..0000000
--- a/debian/jackrec.1
+++ /dev/null
@@ -1,14 +0,0 @@
-.TH JACKREC "1" "June 2002" "0.91.1"
-.SH NAME
-jackrec \- The JACK Audio Connection Kit example client
-.SH SYNOPSYS
-.B jackrec
--f filename [ -d second ] [ -b bitdepth ] port1 [ port2 ... ]
-.SH DESCRIPTION
-.B jackrec
-is an example client for the JACK Audio Connection Kit.
-.SH AUTHORS
-Paul Davis and others.
-.PP
-This manpage was written by Stefan Schwandter <e9925373 at student.tuwien.ac.at>
-

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list