[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. upstream/0.116.1-21-g5ed71fc

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Jan 15 09:55:26 UTC 2009


The following commit has been merged in the master branch:
commit 5ed71fcd93fbbc8247ee27c3c40b75c2bd5e1455
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Jan 15 10:55:03 2009 +0100

    Redirect stderr in bash completion (LP: #139995)

diff --git a/debian/bash_completion.d/jackd b/debian/bash_completion.d/jackd
index 60b9af4..056485a 100644
--- a/debian/bash_completion.d/jackd
+++ b/debian/bash_completion.d/jackd
@@ -26,7 +26,7 @@
 
 have jack_connect &&
 _jack_lsp_type() {
- jack_lsp -p | grep -B1 $1 | \
+ jack_lsp -p 2>/dev/null | grep -B1 $1 | \
         grep -v 'properties.*,$' | grep -v ^-- \
 		| sed 's/\([\/ :]\)/\\\1/g'
 		#| sed 's/\([\\: ]\)/\\\1/g'
diff --git a/debian/changelog b/debian/changelog
index 88800d3..1181d2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jack-audio-connection-kit (0.116.1-4) unstable; urgency=low
+jack-audio-connection-kit (0.116.1-4) UNRELEASED; urgency=low
 
   * Bugfix: FTBFS on kFreeBSD (Closes: #510127)
   * Remove obsolete debian/control.in file
@@ -6,6 +6,7 @@ jack-audio-connection-kit (0.116.1-4) unstable; urgency=low
   * remove libcap-dev from Build-Depends and Build-Conflits. It was only
     useful for 2.4 kernels, that we don't want to support anymore
     anyways. (Closes: #492628)
+  * Redirect stderr in bash completion (LP: #139995)
 
  -- Reinhard Tartler <siretart at tauware.de>  Sun, 11 Jan 2009 10:50:17 +0100
 

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



More information about the pkg-multimedia-commits mailing list