[Pkg-kde-commits] rev 2113 - people/dato/packages/trunk/amarok/debian/patches

Adeodato Simó adeodato at costa.debian.org
Mon Oct 24 00:07:08 UTC 2005


Author: adeodato
Date: 2005-10-24 00:07:07 +0000 (Mon, 24 Oct 2005)
New Revision: 2113

Modified:
   people/dato/packages/trunk/amarok/debian/patches/some-binaries-in-usr-lib.patch
Log:
Update this patch to match current code.


Modified: people/dato/packages/trunk/amarok/debian/patches/some-binaries-in-usr-lib.patch
===================================================================
--- people/dato/packages/trunk/amarok/debian/patches/some-binaries-in-usr-lib.patch	2005-10-24 00:00:38 UTC (rev 2112)
+++ people/dato/packages/trunk/amarok/debian/patches/some-binaries-in-usr-lib.patch	2005-10-24 00:07:07 UTC (rev 2113)
@@ -69,11 +69,11 @@
              if( fileCommandOutput.find( "not stripped", false ) == -1 )
                  subject += "[___stripped]"; //same length as below
 @@ -173,7 +173,7 @@
-                 QFile file( path );
-                 file.open( IO_WriteOnly );
-                 QTextStream( &file )
--                        << "==== file `which amarokapp` =======\n" << fileCommandOutput << "\n\n"
-+                        << "==== file /usr/lib/amarok/amarokapp =======\n" << fileCommandOutput << "\n\n"
-                         << "==== (gdb) bt =====================\n" << bt << "\n\n"
-                         << "==== kdBacktrace() ================\n" << kdBacktrace();
-             }
+             //TODO -O optimization can rearrange execution and stuff so show a warning for the developer
+             //TODO pass the CXXFLAGS used with the email
+ 
+-            body += "==== file `which amarokapp` =======\n";
++            body += "==== file /usr/lib/amarok/amarokapp =======\n";
+             body += fileCommandOutput + "\n\n";
+             body += "==== (gdb) bt =====================\n";
+             body += bt + "\n\n";




More information about the pkg-kde-commits mailing list