[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.5.3-39-g218442b

Modestas Vainius modax at alioth.debian.org
Mon Jan 18 00:45:31 UTC 2010


The following commit has been merged in the master branch:
commit 973f331398dd8c243a8a5aa0deef1af40b0d1d67
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jan 18 02:29:28 2010 +0200

    symbolshelper dh addon should not delete valid .symbols.arch files
---
 symbolshelper/dh_pkgkde-symbolshelper |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/symbolshelper/dh_pkgkde-symbolshelper b/symbolshelper/dh_pkgkde-symbolshelper
index 6c251dd..03515da 100755
--- a/symbolshelper/dh_pkgkde-symbolshelper
+++ b/symbolshelper/dh_pkgkde-symbolshelper
@@ -28,10 +28,10 @@ foreach my $pkg (@{$dh{DOPACKAGES}}) {
     my $infile = "debian/$pkg.symbols.in";
     my $outfile = "debian/$pkg.symbols.$arch";
 
+    next unless -f $infile;
+
     if ($0 =~ /_symbolfile$/) {
-        if (-f $infile) {
-            doit('pkgkde-symbolshelper', 'symbolfile', '-p', $pkg, '-o', $outfile);
-        }
+        doit('pkgkde-symbolshelper', 'symbolfile', '-p', $pkg, '-o', $outfile);
     } elsif ($0 =~ /_clean$/) {
         inhibit_log();
         if (-f $outfile) {

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list