[SCM] jack-tools/master: Tools are now named 'jack-*' rather than 'jack.*'

raboof-guest at users.alioth.debian.org raboof-guest at users.alioth.debian.org
Sun Jan 5 21:52:50 UTC 2014


The following commit has been merged in the master branch:
commit 6ad64bdb03c3a45a1b3895070b88235c8630ed74
Author: Arnout Engelen <arnouten at bzzt.net>
Date:   Sun Jan 5 22:52:29 2014 +0100

    Tools are now named 'jack-*' rather than 'jack.*'

diff --git a/debian/changelog b/debian/changelog
index b2e5c33..26925ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jack-tools (20131226-1) UNRELEASED; urgency=medium
 
   * New upstream version
+    - renamed tools from 'jack.*' to 'jack-*'
     - bugfixes
     - better documentation
     - no more autoconf
diff --git a/debian/control b/debian/control
index cd8d4fd..8536d1c 100644
--- a/debian/control
+++ b/debian/control
@@ -30,40 +30,40 @@ Package: jack-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, jackd
 Description: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport
- jack.* is a collection of small tools for the JACK Audio Connection
+ jack-tools is a collection of small tools for the JACK Audio Connection
  Kit.
  .
  JACK allows the connection of multiple applications to an audio device,
  as well as allowing them to share audio between themselves.
  .
- jack.dl loads dsp algorithms from shared libraries.  Commands are sent
+ jack-dl loads dsp algorithms from shared libraries.  Commands are sent
  as OSC packets over a UDP connection.
  .
- jack.record is a light-weight JACK capture client to write an arbitrary
+ jack-record is a light-weight JACK capture client to write an arbitrary
  number of channels to disk.
  .
- jack.scope draws either a time domain signal trace or a self
+ jack-scope draws either a time domain signal trace or a self
  correlation trace.  Multiple input channels are superimposed, each
- channel is drawn in a different color.  jack.scope accepts OSC packets
+ channel is drawn in a different color.  jack-scope accepts OSC packets
  for interactive control of drawing parameters.
  .
- jack.osc publishes the transport state of the local JACK server as OSC
- packets over a UDP connection.  jack.osc allows any OSC enabled
+ jack-osc publishes the transport state of the local JACK server as OSC
+ packets over a UDP connection.  jack-osc allows any OSC enabled
  application to act as a JACK transport client, receiving sample
  accurate pulse stream timing data, and monitoring and initiating
  transport state change.
  .
- jack.plumbing maintains a set of port connection rules and manages
+ jack-plumbing maintains a set of port connection rules and manages
  these as clients register ports with JACK.  Port names are implicitly
  bounded regular expressions and support sub-expression patterns.
  .
- jack.udp is a UDP audio transport mechanism for JACK.  jack.udp is
+ jack-udp is a UDP audio transport mechanism for JACK.  jack-udp is
  obsolete: use net driver instead.
  .
- jack.play is a light-weight JACK sound file player. It creates as many
+ jack-play is a light-weight JACK sound file player. It creates as many
  output ports as there are channels in the input file.
  .
- jack.transport is a JACK session manager.  It reads configuration
+ jack-transport is a JACK session manager.  It reads configuration
  information from a system wide and a user specific configuration file
  and manages sessions involving the JACK daemon proper and optionally a
  set of secondary jack daemons.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b3ba89b..a6bef0d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -49,15 +49,15 @@ Files: Makefile.am
  help/scope.scm
  help/sin.c
  help/sin.scm
- jack.dl.h
- jack.dl.text
- jack.osc.text
- jack.play.text
- jack.plumbing.text
- jack.record.text
- jack.scope.text
- jack.transport.text
- jack.udp.text
+ jack-dl.h
+ jack-dl.text
+ jack-osc.text
+ jack-play.text
+ jack-plumbing.text
+ jack-record.text
+ jack-scope.text
+ jack-transport.text
+ jack-udp.text
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -89,9 +89,9 @@ Copyright: rohan drape, 2005-2006, */
 License: UNKNOWN
  FIXME
 
-Files: jack.play.c
- jack.plumbing.c
- jack.udp.c
+Files: jack-play.c
+ jack-plumbing.c
+ jack-udp.c
 Copyright: rohan drape, 2003-2010, *****/
 License: UNKNOWN
  FIXME
@@ -107,22 +107,22 @@ Copyright: rohan drape 2003-2010
 License: UNKNOWN
  FIXME
 
-Files: jack.scope.c
+Files: jack-scope.c
 Copyright: rohan drape, 1998-2006, *****/
 License: UNKNOWN
  FIXME
 
-Files: jack.record.c
+Files: jack-record.c
 Copyright: rohan drape, 2003-2006, *****/
 License: UNKNOWN
  FIXME
 
-Files: jack.dl.c
+Files: jack-dl.c
 Copyright: rohan drape, 2003-2008, *****/
 License: UNKNOWN
  FIXME
 
-Files: jack.osc.c
+Files: jack-osc.c
 Copyright: rohan drape, 2004-2006, *****/
 License: UNKNOWN
  FIXME
@@ -137,7 +137,7 @@ Copyright: rohan drape, 2005-2010, */
 License: UNKNOWN
  FIXME
 
-Files: jack.transport.c
+Files: jack-transport.c
 Copyright: rohan drape, 2006-2008");
  rohan drape, 2006-2008, *****/
 License: UNKNOWN
diff --git a/debian/menu b/debian/menu
index 8bc0e2a..02f94d9 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,6 +1,6 @@
 ?package(jack-tools):needs="text" section="Applications/Sound"\
-  title="jack.plumbing" command="/usr/bin/jack.plumbing"
+  title="jack-plumbing" command="/usr/bin/jack-plumbing"
 ?package(jack-tools):needs="text" section="Applications/Sound"\
-  title="jack.scope" command="/usr/bin/jack.scope"
+  title="jack-scope" command="/usr/bin/jack-scope"
 ?package(jack-tools):needs="text" section="Applications/Sound"\
-  title="jack.transport" command="/usr/bin/jack.transport"
+  title="jack-transport" command="/usr/bin/jack-transport"

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list