[Libreoffice-commits] .: scp2/source

Petr Mladek pmladek at kemper.freedesktop.org
Wed Jun 22 05:53:21 PDT 2011


 scp2/source/ooo/common_brand.scp |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 15a545f7fe0279b26bda96f5bea1d51e5ac5448b
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Jun 22 14:51:59 2011 +0200

    install dbgtrace helper file for the the new --backtrace option
    
    see the related changes in libs-core/desktop

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 0dd4c7d..6809f74 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -54,6 +54,7 @@ Module gid_Module_Root_Brand
              gid_Brand_File_Bin_Crashreport_Script,
              gid_Brand_File_Bin_Crashreport_Com,
              gid_Brand_File_Bin_Python,
+             gid_Brand_File_Gdb_Trace,
              gid_Brand_File_Bin_Soffice,
              gid_Brand_File_Bin_Soffice_Bin,
              gid_Brand_File_Bin_Soffice_Bin_Manifest,
@@ -483,6 +484,17 @@ File gid_Brand_File_Html_Thirdpartylicensereadme
     TXT_FILE_BODY;
 End
 
+#if defined UNX
+
+File gid_Brand_File_Gdb_Trace
+    TXT_FILE_BODY;
+    Dir = gid_Brand_Dir_Program;
+    Name = gdbtrace;
+    Styles = (PACKED);
+End
+
+#endif
+
 File gid_Brand_File_Bin_Soffice
     BIN_FILE_BODY;
     Dir = gid_Brand_Dir_Program;


More information about the Libreoffice-commits mailing list