[SCM] Debian Qt/KDE packaging tools branch, improved-gensymbols, updated. debian/0.5.3-17-g9e83174

Modestas Vainius modax at alioth.debian.org
Sat Jan 9 18:17:45 UTC 2010


The following commit has been merged in the improved-gensymbols branch:
commit 57a30b7df3ff3cdff3ec0ce8cd0a393834dfe196
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Jan 9 19:58:36 2010 +0200

    Inhibit log on clean.
---
 symbolshelper/dh_pkgkde-symbolshelper |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/symbolshelper/dh_pkgkde-symbolshelper b/symbolshelper/dh_pkgkde-symbolshelper
index 976869b..537865b 100755
--- a/symbolshelper/dh_pkgkde-symbolshelper
+++ b/symbolshelper/dh_pkgkde-symbolshelper
@@ -18,6 +18,7 @@ foreach my $pkg (@{$dh{DOPACKAGES}}) {
             doit('pkgkde-symbolshelper', 'symbolfile', '-p', $pkg, '-o', $outfile);
         }
     } elsif ($0 =~ /_clean$/) {
+        inhibit_log();
         if (-f $outfile) {
             doit("rm", "-f", $outfile);
         }

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list