[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:48 UTC 2010


The following commit has been merged in the improved-gensymbols branch:
commit 31610167bae51197538639769b7cc8bc2c0fd8f7
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Jan 9 19:59:41 2010 +0200

    Syntax: missing semicolon.
---
 symbolshelper/dh_pkgkde-symbolshelper |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/symbolshelper/dh_pkgkde-symbolshelper b/symbolshelper/dh_pkgkde-symbolshelper
index 537865b..c918c4a 100755
--- a/symbolshelper/dh_pkgkde-symbolshelper
+++ b/symbolshelper/dh_pkgkde-symbolshelper
@@ -11,7 +11,7 @@ foreach my $pkg (@{$dh{DOPACKAGES}}) {
     next if $arch eq "all";
 
     my $infile = "debian/$pkg.symbols.in";
-    my $outfile = "debian/$pkg.symbols.$arch"
+    my $outfile = "debian/$pkg.symbols.$arch";
 
     if ($0 =~ /_generate$/) {
         if (-f $infile) {

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list