[SCM] jack-tools/master: Prepare for release: Update changelog, control file and copyright hints.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Jan 3 05:56:01 UTC 2011


The following commit has been merged in the master branch:
commit 77d45686ad918042a6e9d866ff08dec8a94b9c3a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 3 06:52:36 2011 +0100

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 3c9292e..7342d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,32 @@
-jack-tools (20100210-1) UNRELEASED; urgency=low
-
-  * New maintainer (Closes: #469929)
-  * Adopting long-orphaned package, started packaging mostly from scratch 
-    (also due to structural changes upstream).
-  * Switching to git for sources
-  * Added get-original-source debian/rules target to fetch latest version from
-    Darcs
-
- -- Arnout Engelen <arnouten at bzzt.net>  Wed, 18 Aug 2010 20:50:18 +0200
+jack-tools (20100210-1) experimental; urgency=low
+
+  [ Arnout Engelen ]
+  * Friendly takeover: Move packaging to Debian Multimedia Maintainers.
+    Closes: bug#469929.
+  * Rewrite packaging mostly from scratch (also due to structural
+    changes upstream).
+  * Switch to git for sources.
+  * Add build target get-orig-source to fetch latest version from Darcs.
+
+  [ Jonas Smedegaard ]
+  * Generate manpages more reliably using a2x (not directly with
+    asciidoc).
+    Build-depend on libxml2-utils and docbook-xml.
+  * Rewrite packaging to use CDBS (not short-form dh).
+  * Avoid shipping header file.
+  * Fix install jack.dl.1 in correct path.
+  * Relax debhelper compat level to 6: No newer features required so
+    better to ease backportability.
+  * Relax build-dependency on debhelper to match compat level.
+  * Build-depend on libsamplerate-dev, liblo-dev and libncurses-dev:
+    Required by new upstream release.
+  * Rewrite long description to mention upstream project name, and note
+    that jack.udp is obsolete.
+  * Rewrite copyright file using Bazaar draft rev. 137 of DEP5.
+  * Add myself as uploader.
+  * Relax dependency on jackd to be unversioned.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 03 Jan 2011 06:52:26 +0100
 
 jack-tools (0.0.2-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e4243bc..d30ffea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,27 @@ Source: jack-tools
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Arnout Engelen <arnouten at bzzt.net>
-Build-Depends: debhelper (>= 7.0.50~),
- bzip2,
- dh-buildinfo,
- dh-autoreconf,
+Uploaders: Arnout Engelen <arnouten at bzzt.net>,
+ Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs,
  libtool,
- m4,
+ automake1.10,
+ autoconf,
+ debhelper (>= 6),
+ dh-buildinfo,
+ bzip2,
  flex,
  libjack-dev,
  libsndfile1-dev,
+ libsamplerate-dev,
+ liblo-dev,
+ libncurses-dev,
  libxext-dev,
  libxt-dev,
  asciidoc,
  xsltproc,
+ libxml2-utils,
+ docbook-xml,
  docbook-xsl
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-tools.git
@@ -24,48 +31,42 @@ Homepage: http://slavepianos.org/rd/f/207983/
 
 Package: jack-tools
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, jackd (>= 0.94.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, jackd
 Description: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport
- This collection contains a bunch of small tools for JACK written by Rohan
- Drape for the JACK low latency audio API.
+ jack.* is a collection of small tools for the JACK Audio Connection
+ Kit.
  .
- JACK allows the connection of multiple applications to an audio device, 
+ 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 as 
- OSC packets over a UDP connection
+ 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 
- number of channels to disk
+ 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
  correlation trace.  Multiple input channels are superimposed, each
- channel is drawn in a different color. jack.scope accepts
- OSC packets for interactive control of drawing parameters.
+ 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 
- application to act as a JACK transport client, receiving 
- sample accurate pulse stream timing data, and monitoring and 
- initiating transport state change.
+ 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 these as clients register ports with JACK. Port names are
- implicitly bounded regular expressions and support sub-expression
- patterns.
+ 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.  The
- send mode reads signals from a set of JACK input ports and sends
- UDP packets to the indicated port at the indicated host at a rate
- determined by the local JACK daemon.  The "recv" mode reads
- incoming packets at the indicated port and writes the incoming data to
- a set of JACK output ports at a rate that is determined by the local
- JACK daemon.
+ 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 output ports as there are channels in the input file.
+ 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 information 
- from a system wide and a user specific configuration file and 
- manages sessions involving the JACK daemon proper and optionally a 
+ 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
new file mode 100644
index 0000000..7fc568f
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,143 @@
+Format: http://bzr.debian.org/scm/loggerhead/dep/dep5/trunk/annotate/137/dep5.mdwn
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Copyright: FIXME
+License: FIXME
+Disclaimer: Autogenerated by CDBS snippet copyright-check.mk
+
+Files: Makefile.am
+ autogen.sh
+ common/Makefile.am
+ common/byte-order.h
+ common/client.h
+ common/failure.h
+ common/file.h
+ common/float.h
+ common/img-ppm.h
+ common/img.h
+ common/int.h
+ common/jack-client.h
+ common/jack-port.h
+ common/jack-ringbuffer.h
+ common/jack-transport.h
+ common/memory.h
+ common/network.h
+ common/observe-signal.h
+ common/osc.h
+ common/print.h
+ common/signal-clip.h
+ common/signal-copy.h
+ common/signal-interleave.h
+ common/signal-interpolate.h
+ common/signal-print.h
+ common/sound-file.h
+ common/time-current.h
+ common/time-ntp.h
+ common/time-timespec.h
+ common/time-timeval.h
+ common/ximg.h
+ common/xregcomp.h
+ configure.ac
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/jack-tools.manpages
+ debian/menu
+ debian/source/format
+ debian/source/local-options
+ debian/watch
+ 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
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: common/byte-order.c
+ common/client.c
+ common/file.c
+ common/img-ppm.c
+ common/img.c
+ common/jack-client.c
+ common/jack-port.c
+ common/jack-ringbuffer.c
+ common/jack-transport.c
+ common/memory.c
+ common/network.c
+ common/observe-signal.c
+ common/osc.c
+ common/signal-clip.c
+ common/signal-copy.c
+ common/signal-interleave.c
+ common/signal-interpolate.c
+ common/sound-file.c
+ common/time-current.c
+ common/time-ntp.c
+ common/time-timespec.c
+ common/time-timeval.c
+ common/ximg.c
+ common/xregcomp.c
+Copyright: rohan drape, 2005-2006, */
+License: UNKNOWN
+ FIXME
+
+Files: jack.plumbing.c
+ jack.record.c
+Copyright: rohan drape, 2003-2006, *****/
+License: UNKNOWN
+ FIXME
+
+Files: jack.dl.c
+ jack.play.c
+Copyright: rohan drape, 2003-2008, *****/
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2010, Arnout Engelen <arnouten at bzzt.net>
+ 2010-2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: README
+Copyright: rohan drape 2003-2008
+License: UNKNOWN
+ FIXME
+
+Files: jack.scope.c
+Copyright: rohan drape, 1998-2006, *****/
+License: UNKNOWN
+ FIXME
+
+Files: jack.udp.c
+Copyright: rohan drape, 2003-2010, *****/
+License: UNKNOWN
+ FIXME
+
+Files: jack.osc.c
+Copyright: rohan drape, 2004-2006, *****/
+License: UNKNOWN
+ FIXME
+
+Files: common/signal-print.c
+Copyright: rohan drape, 2005, */
+License: UNKNOWN
+ FIXME
+
+Files: jack.transport.c
+Copyright: rohan drape, 2006-2008");
+ rohan drape, 2006-2008, *****/
+License: UNKNOWN
+ FIXME
+

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list