[SCM] pkg-kde.alioth.debian.org website branch, master, updated. 85cc3eef3eb615542b4b5430525b7a18abcec2d1

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Dec 10 22:08:42 UTC 2011


The following commit has been merged in the master branch:
commit 85cc3eef3eb615542b4b5430525b7a18abcec2d1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Dec 10 19:06:48 2011 -0300

    Get multiple archs's symbols and how to apply them.
    
    Thanks Felix Geyer for pointing out my mistake on how to
    invoke pkgkde-getsymbols.
---
 pages/symbolfiles |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/pages/symbolfiles b/pages/symbolfiles
index 6530fc1..1242bbc 100644
--- a/pages/symbolfiles
+++ b/pages/symbolfiles
@@ -85,6 +85,23 @@ where 1.8 is the new version of the source package and buildlog is the log file
 the appropriate diffs, as in the above section.
 </p>
 
+<p>
+You can get the symbols for different archs all at once by running inside the
+top-level source directory:
+</p>
+
+<pre>
+pkgkde-getbuildlogs
+</pre>
+
+<p>
+After that you will find the directory foo_unstable_logs containing the
+buildlogs for each arch. To patch the symbols files at once, run:
+</p>
+
+<pre>
+pkgkde-symbolshelper batchpatch -v 1.8 foo_unstable_logs/foo_1.8-1*.build
+</pre>
 
 <h3>Handling missing symbols</h3>
 

-- 
pkg-kde.alioth.debian.org website



More information about the pkg-kde-commits mailing list