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

Modestas Vainius modax at alioth.debian.org
Mon Feb 1 11:53:31 UTC 2010


The following commit has been merged in the master branch:
commit 697f524106f66f56bbedeb6193fd737295050dbe
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Feb 1 13:41:13 2010 +0200

    Add confirmed arches to versions hash.
---
 .../PkgKde/SymbolsHelper/SymbolFileCollection.pm   |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
index ed9af5d..754ce47 100644
--- a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
+++ b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
@@ -118,6 +118,8 @@ sub add_confirmed_arches {
 	    error("new symbol file has already been added for arch (%s)", $arch);
 	}
     }
+    push @{$self->{versions}{$self->get_symfile()->get_confirmed_version()}},
+	@arches;
     push @{$self->{confirmed_arches}}, @arches;
 }
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list