aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-30 03:28:14 +0200
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-30 03:28:14 +0200
commit34fce6c9b5f5414adc4f5efaaec9a0771a2fc892 (patch)
tree953bcf946eadce0174cb11f1267032f5b34d4a9c
parent75bc21d0b6fc6adcbfa6646ee1afccc42be369ed (diff)
Released 0.4release_0.4
-rw-r--r--configure.ac7
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--libcontextprovider/customer-tests/tests.xml2
4 files changed, 11 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 92d537d1..97150050 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.4~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.4], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 tar-ustar 1.9])
@@ -82,8 +82,6 @@ AC_CONFIG_FILES([
libcontextprovider/context-provide/Makefile
libcontextprovider/man/Makefile
libcontextprovider/unit-tests/Makefile
- libcontextprovider/unit-tests/manager/Makefile
- libcontextprovider/unit-tests/subscriber/Makefile
libcontextprovider/unit-tests/contextgroup/Makefile
libcontextprovider/unit-tests/property/Makefile
libcontextprovider/unit-tests/contextc/Makefile
@@ -94,7 +92,8 @@ AC_CONFIG_FILES([
libcontextprovider/customer-tests/client/Makefile
libcontextprovider/customer-tests/value-changes/Makefile
libcontextprovider/customer-tests/types/Makefile
- libcontextprovider/customer-tests/c-api/Makefile
+ libcontextprovider/customer-tests/service/Makefile
+ libcontextprovider/customer-tests/c-api/Makefile
python/Makefile
spec/Makefile
tools/Makefile
diff --git a/debian/changelog b/debian/changelog
index 9e1a2553..a7dc47d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-contextkit (0.4~unreleased) unstable; urgency=low
+contextkit (0.4) unstable; urgency=low
- *
+ * libcontextprovider now supports multiple providers for one property
+ * Support the new ContextKit D-Bus protocol in libcontextprovider
- -- Marja Hassinen <ext-marja.2.hassinen@nokia.com> Thu, 29 Oct 2009 11:12:00 +0300
+ Implemented: SWP#CntFr-350
+
+ -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Fri, 30 Oct 2009 03:05:24 +0200
contextkit (0.3.11) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1e70281d..73cda20c 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,7 @@ Description: Helper library for providers of context properties
Package: libcontextprovider-tests
Section: devel
Architecture: any
-Depends: libcontextprovider0, ${shlibs:Depends}
+Depends: libcontextprovider0, contextkit-utils, python-contextkit, ${shlibs:Depends}
XB-Maemo-CI-Packages: libcontextprovider0
XB-Maemo-CI-Stage: staging, acceptance
Description: libcontextprovider automated customer tests
diff --git a/libcontextprovider/customer-tests/tests.xml b/libcontextprovider/customer-tests/tests.xml
index e0411b27..ed631d21 100644
--- a/libcontextprovider/customer-tests/tests.xml
+++ b/libcontextprovider/customer-tests/tests.xml
@@ -22,7 +22,7 @@
<case name="multiprovider" description="Scenarios involving
several providers" requirement="" timeout="50">
<step expected_result="0">. /tmp/session_bus_address.user;export
- PATH=$PATH:.;cd /usr/share/libcontextprovider-tests/multiprovider;python /usr/share/libcontextprovider-tests/multiprovider/multiprovider.py</step>
+ PATH=$PATH:/usr/lib/libcontextprovider-tests:.;cd /usr/share/libcontextprovider-tests/multiprovider;python /usr/share/libcontextprovider-tests/multiprovider/multiprovider.py</step>
</case>
<environments>
<scratchbox>false</scratchbox>