[SCM] pkg-kde.alioth.debian.org website branch, master, updated. 2126fd0462964e5bf8b8272c160ca9c05864e2bf

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Jun 1 02:35:00 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/www.git;a=commitdiff;h=2126fd0

The following commit has been merged in the master branch:
commit 2126fd0462964e5bf8b8272c160ca9c05864e2bf
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun May 31 23:33:50 2015 -0300

    Suggest using devscripts' getbuildlog instead of pkgkde-getbuildlogs
    
    Simply because it will also get the build loggs from ports.debian.org.
---
 pages/symbolfiles | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/pages/symbolfiles b/pages/symbolfiles
index 1242bbc..04df56c 100644
--- a/pages/symbolfiles
+++ b/pages/symbolfiles
@@ -86,21 +86,32 @@ 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:
+You can get the symbols for different archs including those from
+<a href="http://www.ports.debian.org/">www.ports.debian.org</a> all at once by running
+inside the top-level source directory the getbuildlog script as provided by the
+<a href="https://packages.debian.org/sid/devscripts">devscripts</a> package:
 </p>
 
 <pre>
-pkgkde-getbuildlogs
+getbuildlog <source> <version>
 </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:
+For example let's suppose you want to get the build logs for qtbase-opensource-src's
+last upload:
 </p>
 
 <pre>
-pkgkde-symbolshelper batchpatch -v 1.8 foo_unstable_logs/foo_1.8-1*.build
+getbuildlog qtbase-opensource-src last
+</pre>
+
+<p>
+After that you will find the buildlogs for each arch in the same directory.
+To patch the symbols files at once, run:
+</p>
+
+<pre>
+pkgkde-symbolshelper batchpatch -v 1.8 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