Your message dated Sat, 11 Aug 2012 12:34:24 +0100
with message-id <[email protected]>
and subject line Re: Bug#683691: New package in unstable
has caused the Debian Bug report #683691,
regarding unblock jackd2/1.9.8~dfsg.4+20120529git007cdc37-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
683691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683691
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package jackd2
Fixes #675719
Small change that makes jack_control work again.
unblock jackd2/1.9.8~dfsg.4+20120529git007cdc37-2
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog
--- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog 2012-05-29 22:13:08.000000000 +0200
+++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog 2012-08-02 22:17:34.000000000 +0200
@@ -1,3 +1,9 @@
+jackd2 (1.9.8~dfsg.4+20120529git007cdc37-2) unstable; urgency=low
+
+ * Fix syntax error in jack_control (Closes: #675719)
+
+ -- Adrian Knoth <[email protected]> Thu, 02 Aug 2012 22:17:30 +0200
+
jackd2 (1.9.8~dfsg.4+20120529git007cdc37-1) unstable; urgency=low
* Update helper script to replace waf by waf-light
diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/jack_control.patch jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/jack_control.patch
--- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/jack_control.patch 1970-01-01 01:00:00.000000000 +0100
+++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/jack_control.patch 2012-08-02 22:15:54.000000000 +0200
@@ -0,0 +1,17 @@
+From: Nedko Arnaudov <[email protected]>
+Forwarded: not-needed
+Origin: upstream, https://github.com/jackaudio/jack2/commit/e54729a300feb86e860df3553fcb135fa266a9c9
+Bugs-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675719
+Applied-Upstream: 1.9.9
+Description: Unbreak jack_control
+--- a/example-clients/jack_control
++++ b/example-clients/jack_control
+@@ -322,7 +322,7 @@
+ param = sys.argv[index]
+ index += 1
+
+- print "--- internal param reset \"%s\"" % (param
++ print "--- internal param reset \"%s\"" % param
+
+ configure_iface.ResetParameterValue(['internals', internal_name, param])
+ elif arg == 'iload':
diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/series jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/series
--- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/series 2012-05-29 22:12:20.000000000 +0200
+++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/patches/series 2012-08-02 22:12:42.000000000 +0200
@@ -1 +1,2 @@
no-selfconnect.patch
+jack_control.patch
--- End Message ---
--- Begin Message ---
On Sat, 2012-08-11 at 13:02 +0200, Adrian Knoth wrote:
> Please unblock package jackd2. I've updated the package in unstable
> again, so it now fixes three bugs:
>
> Severity important: #675719
>
> One-line fix from upstream to make jack_control work again.
>
>
> Severity normal: #680159, #672881
>
> Some man pages were broken. Since jack_connect is pretty fundamental, we
> really want to ship working documentation in wheezy.
Unblocked.
Regards,
Adam
--- End Message ---