[SCM] bitscope packaging branch, master, updated. debian/1.1-6-21-g90f4127

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Mar 11 19:59:20 UTC 2010


The following commit has been merged in the master branch:
commit 90f41272615a8064be161cb130fdd030a97d36e4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 11 20:55:20 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 138d682..2951874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+bitscope (1.1-7) unstable; urgency=low
+
+  * Friendly takeover: Move packaging to Debian Multimedia Maintainers,
+    with myself as uploader. Thanks for your past contributions, Robert!
+  * Enable CDBS copyright check (weak-included to ease backporting).
+  * Enable CDBS semi-automated control file updating.
+  * Rewrite copyright file conforming to draft DEP5 rev. 135.
+  * Update URL to upstream source in copyright and watch file. Closes:
+    bug#449966, thanks to Raphael Geissert.
+  * Add Homepage stanza to control file.
+  * Bump debhelper compat level to 6 (new enough to be modern, while
+    still ease backporting. Tighten build-dependency accordingly.
+  * Modernize section name in menu file.
+  * Bump Standards-Version to 3.8.4.
+  * Build-depend on libjack-dev (not libjack0.100.0-dev). Closes:
+    bug#527406, thanks to Felipe Sateler.
+  * Excempt build-dependency on libasound2-dev for kfreebsd-amd64 and
+    hurd-i386 (in addition to kfreebsd-i386). Closes: bug#361456, thanks
+    to Petr Salinger.
+  * Rewrite long description based on introduction of documentation.
+    Closes: bug#431778, thanks to Christian Perrier.
+  * Add git-buildpackage config, enabling tag signing and pristine-tar.
+  * Packaging now maintained using Git: Add Vcs-* stanzas to control
+    file.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 11 Mar 2010 20:54:39 +0100
+
 bitscope (1.1-6) unstable; urgency=low
 
   * allow kfreebsd to build without libasound; closes: Bug#327651;
diff --git a/debian/control b/debian/control
index 0c3d2f6..fa10c5b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,46 +3,23 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, libasound2-dev [!kfreebsd-i386], libjack0.100.0-dev, libgtk2.0-dev, docbook-to-man
-Standards-Version: 3.6.1
+Build-Depends: cdbs, debhelper (>= 6), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev, libgtk2.0-dev, docbook-to-man
+Standards-Version: 3.8.4
 Homepage: http://devel.tlrmx.org/audio/
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/bitscope.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/bitscope.git;a=summary
 
 Package: bitscope
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, jackd (>= 0.50.0)
 Description: diagnosis tool for JACK audio software
- As its name might suggest, the bitscope operates at the bare metal 
- of JACK's I/O layer, looking at the 32 binary digits in each individual 
- sample.
+ JACK Bitscope is a diagnosis tool for JACK audio software.  As its name
+ might suggest, the bitscope operates at the bare metal of JACK's I/O
+ layer, looking at the 32 binary digits in each individual sample.
  .
- There are three main areas to the bitscope display:
- .
-  * Statistics, at the top, including the range of sample values and keeping 
-    a count of irregular and illegal sample values such as NaN. The statistics 
-    on the right are cumulative, and should ordinarily read zero.
-  * Sign & Mantissa, a row of 24 coloured indicators showing the sign 
-    (positive or negative) and mantissa of the samples.
-  * Adjusted scale, 40 smaller coloured indicators.
- . 
- The sign and mantissa statistics are show as coloured indicators which
- map to bits in the samples processed by the bitscope, with the left
- most indicator representing the sign bit, and then the mantissa left to
- right from most significant to least significant. The colour is based
- on the percentage of samples in which the associated bit was 1 over a
- period of 100ms or so. Blue indicates that all samples were 0, a light
- green-blue for up to 33%, green for 33-66% (i.e. about half), and orange
- for more than 66%, then finally red if all samples are 1, a possible
- "stuck bit". Gray is used when no samples touched the associated bit.
- .
- The "adjusted scale" shows each sample bit on a absolute scale,
- adjusted for the exponent of the sample, so that internally the
- bitscope records a 280-bit binary real. For simplicity only 40 bits are
- displayed, the 8 left-most bits are the integer part, and the remaining
- 32 bits after the marker are fractional bits.
- .
- The audio range of the adjusted scale is from about 200dB below FS to
- 40dB above, which would be excessive for audio work but proves useful
- in diagnosing problems at a lower level.
- .
- The sample rate reported by bitscope is directly from JACK. It's not
- used to perform any calculations and is purely informative.
+ Think of bitscope like the wire strippers in your toolbox. You cannot
+ use them to drive screws into wood, or to undo bolts, or measure how
+ long anything is, but they are perfect for removing the insulation from
+ cables.  You will rarely need bitscope, in fact most JACK users will
+ never need it at all, but you might want to keep it around just in
+ case.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 1f7ac42..5ee0561 100644
Binary files a/debian/copyright_hints and b/debian/copyright_hints differ

-- 
bitscope packaging



More information about the pkg-multimedia-commits mailing list