[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 441de9f85799351a678424bd7915da3b5f7cc661
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Feb 1 13:48:42 2010 +0200

    Always sort arches when adding arch tag.
---
 .../PkgKde/SymbolsHelper/SymbolFileCollection.pm   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
index 754ce47..8706d48 100644
--- a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
+++ b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
@@ -619,7 +619,7 @@ sub calc_properties {
 		    }
 		    if ($fail) {
 			# Set unsorted @narches
-			$result->add_tag("arch", join(" ", @narches));
+			$result->add_tag("arch", join(" ", sort @narches));
 		    }
 		} else {
 		    # If deprecated on all but a single arch, add that one

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list