forked from pool/peazip
Luigi Baldoni
550c116ab5
- Update to version 6.7.0 * Several improvements and fixes * Multiple archiving and extraction tasks are now preformed in a single, more streamlined GUI instance, providing information and progress bars for current task and for overall process. - Refreshed peazip-build_PIE.patch, peazip-help_path.patch and peazip-debuginfo.patch OBS-URL: https://build.opensuse.org/request/show/673143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=42
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From: Luigi Baldoni <aloisio@gmx.com>
|
|
Date: 2018-05-07 09:26:31 +0200
|
|
Subject: Create debug packages
|
|
|
|
Set lazarus project files so that we produce debuginfo
|
|
and debugsource packages.
|
|
|
|
Index: peazip-6.6.0.src/project_pea.lpi
|
|
===================================================================
|
|
--- peazip-6.6.0.src.orig/project_pea.lpi
|
|
+++ peazip-6.6.0.src/project_pea.lpi
|
|
@@ -483,7 +483,7 @@
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
- <GenerateDebugInfo Value="False"/>
|
|
+ <GenerateDebugInfo Value="True"/>
|
|
</Debugging>
|
|
<Options>
|
|
<PassLinkerOptions Value="True"/>
|
|
Index: peazip-6.6.0.src/project_peach.lpi
|
|
===================================================================
|
|
--- peazip-6.6.0.src.orig/project_peach.lpi
|
|
+++ peazip-6.6.0.src/project_peach.lpi
|
|
@@ -1350,7 +1350,7 @@
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
- <GenerateDebugInfo Value="False"/>
|
|
+ <GenerateDebugInfo Value="True"/>
|
|
</Debugging>
|
|
<Options>
|
|
<PassLinkerOptions Value="True"/>
|