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

Modestas Vainius modax at alioth.debian.org
Sun Jan 31 18:33:01 UTC 2010


The following commit has been merged in the master branch:
commit 8e42337f01c48475ff7526e455fb62a4dca6d69e
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Jan 31 19:56:58 2010 +0200

    Bump symbol minver if new arches were added.
---
 .../PkgKde/SymbolsHelper/SymbolFileCollection.pm   |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
index c94c015..479c301 100644
--- a/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
+++ b/symbolshelper/Debian/PkgKde/SymbolsHelper/SymbolFileCollection.pm
@@ -636,6 +636,12 @@ sub calc_properties {
 	    }
 	}
     }
+
+    # Bump symbol minver if new arches added
+    if (defined $result && keys %add) {
+	$result->{minver} = $collection->get_latest_version();
+    }
+
     return $result;
 }
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list