[SCM] Debian Qt/KDE packaging tools branch, experimental, updated. master/0.4.2-9-ga96bd7f

Modestas Vainius modax-guest at alioth.debian.org
Sat Apr 11 14:05:23 UTC 2009


The following commit has been merged in the experimental branch:
commit a065990631fa0eb58fc2863669bf707ed8468359
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Apr 11 15:24:07 2009 +0300

    Dump postprocessed symbols when patching.
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/symbolshelper/Debian/PkgKde/SymHelper/Handlers.pm b/symbolshelper/Debian/PkgKde/SymHelper/Handlers.pm
index e8e468f..9b1cffd 100644
--- a/symbolshelper/Debian/PkgKde/SymHelper/Handlers.pm
+++ b/symbolshelper/Debian/PkgKde/SymHelper/Handlers.pm
@@ -442,7 +442,7 @@ sub apply_patch_to_template {
 
             # Handle min version
             $dummysymfile->handle_min_version($newminver);
-            $dummysymfile->dump(*STDOUT);
+            $dummysymfile->dump(*STDOUT, with_deprecated => 2);
 
             # Create a symbols template for our dummy file
             $dummysymfile = $self->create_template_standalone();

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list