aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
-rwxr-xr-xlibcontextprovider/customer-tests/multiprovider/multiprovider.py2
-rwxr-xr-xlibcontextprovider/customer-tests/types/types.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/asynchronicity/asynchronicity.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_appearing.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_disabled.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_nonexistent.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/registry/registry.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/subscription/multiprovider.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/subscription/multiprovider2.py2
-rwxr-xr-xlibcontextsubscriber/customer-tests/subscription/subscription.py2
-rwxr-xr-xlibcontextsubscriber/propertymonitor/has_provider.py2
-rwxr-xr-xlibcontextsubscriber/propertymonitor/has_value.py2
-rw-r--r--python/ContextKit/cltool.py2
-rw-r--r--python/ContextKit/flexiprovider.py2
-rwxr-xr-xpython/complex.py2
-rwxr-xr-xpython/context-rlwrap2
-rwxr-xr-xpython/simple.py2
-rwxr-xr-xsandbox/context-proxy2
-rwxr-xr-xsandbox/multithreading-tests/stress-test/provider.py2
22 files changed, 24 insertions, 24 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.
diff --git a/libcontextprovider/customer-tests/multiprovider/multiprovider.py b/libcontextprovider/customer-tests/multiprovider/multiprovider.py
index 6486e46f..570fd25e 100755
--- a/libcontextprovider/customer-tests/multiprovider/multiprovider.py
+++ b/libcontextprovider/customer-tests/multiprovider/multiprovider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextprovider/customer-tests/types/types.py b/libcontextprovider/customer-tests/types/types.py
index 548c0c96..267a7c07 100755
--- a/libcontextprovider/customer-tests/types/types.py
+++ b/libcontextprovider/customer-tests/types/types.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/asynchronicity/asynchronicity.py b/libcontextsubscriber/customer-tests/asynchronicity/asynchronicity.py
index 2566ba6f..d7d9090b 100755
--- a/libcontextsubscriber/customer-tests/asynchronicity/asynchronicity.py
+++ b/libcontextsubscriber/customer-tests/asynchronicity/asynchronicity.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
index f695e91c..30a53b9a 100755
--- a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
+++ b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/libcontextsubscriber/customer-tests/commander/commander_appearing.py b/libcontextsubscriber/customer-tests/commander/commander_appearing.py
index f74ef60c..1a87c124 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_appearing.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_appearing.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/commander/commander_disabled.py b/libcontextsubscriber/customer-tests/commander/commander_disabled.py
index 1acf1c65..661a6752 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_disabled.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_disabled.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
index c073786a..d595961b 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
index a1ee1fbe..0f3614e0 100755
--- a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
+++ b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/registry/registry.py b/libcontextsubscriber/customer-tests/registry/registry.py
index 32a193c1..1bba40a9 100755
--- a/libcontextsubscriber/customer-tests/registry/registry.py
+++ b/libcontextsubscriber/customer-tests/registry/registry.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## This file is part of ContextKit.
##
diff --git a/libcontextsubscriber/customer-tests/subscription/multiprovider.py b/libcontextsubscriber/customer-tests/subscription/multiprovider.py
index 47709a2c..9760438b 100755
--- a/libcontextsubscriber/customer-tests/subscription/multiprovider.py
+++ b/libcontextsubscriber/customer-tests/subscription/multiprovider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/libcontextsubscriber/customer-tests/subscription/multiprovider2.py b/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
index d715324d..eba6333e 100755
--- a/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
+++ b/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/libcontextsubscriber/customer-tests/subscription/subscription.py b/libcontextsubscriber/customer-tests/subscription/subscription.py
index 3a64ae91..3ab64dc5 100755
--- a/libcontextsubscriber/customer-tests/subscription/subscription.py
+++ b/libcontextsubscriber/customer-tests/subscription/subscription.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## @file contextOrientationTCs.py
## This file is part of ContextKit.
diff --git a/libcontextsubscriber/propertymonitor/has_provider.py b/libcontextsubscriber/propertymonitor/has_provider.py
index 5c6c9cad..f718828f 100755
--- a/libcontextsubscriber/propertymonitor/has_provider.py
+++ b/libcontextsubscriber/propertymonitor/has_provider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/libcontextsubscriber/propertymonitor/has_value.py b/libcontextsubscriber/propertymonitor/has_value.py
index df5363e4..2192fe76 100755
--- a/libcontextsubscriber/propertymonitor/has_value.py
+++ b/libcontextsubscriber/propertymonitor/has_value.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2008, 2009 Nokia. All rights reserved.
##
diff --git a/python/ContextKit/cltool.py b/python/ContextKit/cltool.py
index 625dd47b..d1ea0ba6 100644
--- a/python/ContextKit/cltool.py
+++ b/python/ContextKit/cltool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2009 Nokia. All rights reserved.
##
diff --git a/python/ContextKit/flexiprovider.py b/python/ContextKit/flexiprovider.py
index f5aee6db..b11cf84c 100644
--- a/python/ContextKit/flexiprovider.py
+++ b/python/ContextKit/flexiprovider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
import os
import sys
import tempfile
diff --git a/python/complex.py b/python/complex.py
index c44b1b25..3a892502 100755
--- a/python/complex.py
+++ b/python/complex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""A more complex provider with a horroristic theme."""
from ContextKit.flexiprovider import *
diff --git a/python/context-rlwrap b/python/context-rlwrap
index b490f4c9..b0fe1f17 100755
--- a/python/context-rlwrap
+++ b/python/context-rlwrap
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""context-rlwrap -- a simple readline wrapper
Usage: context-rlwrap [some other program and args]
diff --git a/python/simple.py b/python/simple.py
index a74cecdf..9b0f32ce 100755
--- a/python/simple.py
+++ b/python/simple.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""
A very simple example of the Flexiprovider. Exports three properties
initially.
diff --git a/sandbox/context-proxy b/sandbox/context-proxy
index 2b6a366b..fe430a0a 100755
--- a/sandbox/context-proxy
+++ b/sandbox/context-proxy
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
from sys import stderr, stdin
from subprocess import Popen, PIPE
diff --git a/sandbox/multithreading-tests/stress-test/provider.py b/sandbox/multithreading-tests/stress-test/provider.py
index 748929a4..5603a2a7 100755
--- a/sandbox/multithreading-tests/stress-test/provider.py
+++ b/sandbox/multithreading-tests/stress-test/provider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""A test provider for the stress testing."""