r64233 - in /trunk/nama/debian: changelog patches/redirect patches/series

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Mon Oct 25 09:37:35 UTC 2010


Author: bolangi-guest
Date: Mon Oct 25 09:37:02 2010
New Revision: 64233

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64233
Log:
fix #599693, update changelog

Added:
    trunk/nama/debian/patches/redirect
Modified:
    trunk/nama/debian/changelog
    trunk/nama/debian/patches/series

Modified: trunk/nama/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/changelog?rev=64233&op=diff
==============================================================================
--- trunk/nama/debian/changelog (original)
+++ trunk/nama/debian/changelog Mon Oct 25 09:37:02 2010
@@ -1,3 +1,11 @@
+nama (1.064-6) UNRELEASED; urgency=low
+
+  * Fix "Startup fails because socket creation fails" 
+    shell syntax for starting Ecasound now compatible
+    with dash (Closes: #599693)
+
+ -- Joel Roth <joelz at pobox.com>  Sun, 24 Oct 2010 23:32:46 -1000
+
 nama (1.064-5) unstable; urgency=low
 
   * Fix "update_send_bus_cooked command fails due to illegal method

Added: trunk/nama/debian/patches/redirect
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/patches/redirect?rev=64233&op=file
==============================================================================
--- trunk/nama/debian/patches/redirect (added)
+++ trunk/nama/debian/patches/redirect Mon Oct 25 09:37:02 2010
@@ -1,0 +1,11 @@
+--- a/lib/Audio/Nama.pm
++++ b/lib/Audio/Nama.pm
+@@ -1363,7 +1363,7 @@
+ 	
+ 	my $port = shift // $default_port;
+ 	my $command = "ecasound -K -C --server --server-tcp-port=$port";
+-	my $redirect = "2>&1>/dev/null &";
++	my $redirect = " >/dev/null &";
+ 	my $ps = qx(ps ax);
+ 	say ("Using existing Ecasound server"), return 
+ 		if  $ps =~ /ecasound/

Modified: trunk/nama/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/patches/series?rev=64233&op=diff
==============================================================================
--- trunk/nama/debian/patches/series (original)
+++ trunk/nama/debian/patches/series Mon Oct 25 09:37:02 2010
@@ -1,3 +1,4 @@
 man_page
 audio-format-Bug#596991
 fix-update-send-bus
+redirect




More information about the Pkg-perl-cvs-commits mailing list