Re: guitarix: Important fix for #592227 in squeeze

2010-08-10 Thread Philipp Kern

On 08/08/2010 09:05 PM, Roland Stigge wrote:

On 08/08/10 20:17, Mehdi Dogguy wrote:
   

If it's OK, I will upload the attached change to unstable (with no other
changes) as guitarix 0.10.0-2.
   

OK.
 

Thanks - just uploaded.

   


Already unblocked by Mehdi, too.

Kind regards,
Philipp Kern


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c61594b.6090...@debian.org



guitarix: Important fix for #592227 in squeeze

2010-08-08 Thread Roland Stigge
Hi,

please find attached a patch that fixes #592227. Upstream notified me
about a new upstream version which fixes #592227 but adds some other
changes. Therefore, I just backported the fix for the issue at hand.

If it's OK, I will upload the attached change to unstable (with no other
changes) as guitarix 0.10.0-2.

Thanks in advance,

Roland
--- trunk/src/gx_system.cpp	(revision 820)
+++ trunk/src/gx_system.cpp	(revision 821)
@@ -1257,6 +1257,15 @@
 		cim = string(echo 'guitarix-) + string(GX_VERSION) + ' ;
 		(void)gx_system_call(cim.c_str(), tmpstr.c_str(), false);
 
+// create empty preset file
+tmpstr = gx_user_dir + string(guitarixpre_rc);
+ofstream nfile(tmpstr.c_str());
+JsonWriter jw(nfile);
+jw.begin_array();
+writeHeader(jw);
+jw.end_array(true);
+jw.close();
+nfile.close();
 
 	}
 


Re: guitarix: Important fix for #592227 in squeeze

2010-08-08 Thread Mehdi Dogguy
On  0, Roland Stigge sti...@antcom.de wrote:

 If it's OK, I will upload the attached change to unstable (with no other
 changes) as guitarix 0.10.0-2.
 

OK.

Regards,

-- 
Mehdi Dogguy


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100808181704.ge20...@dogguy.org