[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.7.3-9-gd1e71ad

Modestas Vainius modax at alioth.debian.org
Fri May 14 13:27:14 UTC 2010


The following commit has been merged in the master branch:
commit 19d935a19654c7dfabdc74e6b7855efb9fed788e
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri May 14 16:16:42 2010 +0300

    SymbolFile.pm: fix usage of $File::Temp::KEEP_ALL.
---
 perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm b/perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm
index 97037a9..081d543 100644
--- a/perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm
+++ b/perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm
@@ -234,7 +234,7 @@ sub patch_template {
 	}
     }
     foreach my $file (values %dumped) {
-	unless ($FILE::Temp::KEEP_ALL) {
+	unless ($File::Temp::KEEP_ALL) {
 	    unlink $file;
 	}
     }

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list