aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-06-30 00:33:58 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-06-30 00:33:58 +0300
commita8f956de1a98f313b9f0da15e6075a36c67770b3 (patch)
tree9b9c91b5ad0e2d77b7ab768fb2be6b92e99c670c /debian
parent7c6f5b52aca6c6c9e28f4be324f1f966debc74cf (diff)
Strictly use python2.5
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 21ea03b1..6765ed90 100644
--- a/debian/control
+++ b/debian/control
@@ -73,7 +73,7 @@ Description: Helper library for providers of context properties
Package: libcontextprovider-tests
Section: devel
Architecture: any
-Depends: libcontextprovider0, contextkit-utils, python-contextkit, ${shlibs:Depends}, python (>= 2.5)
+Depends: libcontextprovider0, contextkit-utils, python-contextkit, ${shlibs:Depends}, python2.5
XB-Maemo-CI-Packages: libcontextprovider0
XB-Maemo-CI-Stage: staging, acceptance
Description: libcontextprovider automated customer tests
@@ -150,7 +150,7 @@ Description: Helper library for subscribers of context properties
Package: libcontextsubscriber-tests
Section: devel
Architecture: any
-Depends: libcontextprovider0, libcontextsubscriber0, contextkit-utils, python-contextkit, ${shlibs:Depends}, python (>= 2.5), tinycdb
+Depends: libcontextprovider0, libcontextsubscriber0, contextkit-utils, python-contextkit, ${shlibs:Depends}, python2.5, tinycdb
XB-Maemo-CI-Packages: libcontextsubscriber0, libcontextprovider0
XB-Maemo-CI-Stage: staging, acceptance
Description: libcontextsubscriber automated customer tests
@@ -163,7 +163,7 @@ Description: libcontextsubscriber automated customer tests
Package: propertymonitor-tests
Section: devel
Architecture: any
-Depends: contextkit-utils, python (>= 2.5), python-contextkit
+Depends: contextkit-utils, python2.5, python-contextkit
XB-Maemo-CI-Stage: staging, validation
Description: Property monitor
This package contains an automated test suite for monitoring which Context FW properties are provided.