aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-09-18 14:58:59 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-09-18 14:58:59 +0300
commit0af9ffae71081dc75784c1f72a02d09798546852 (patch)
tree4545b4b62e67947433f8f869ed7df5a0d08957ab
parent58b77a4ae8102e2d04450b68a665e3ad41ff7e31 (diff)
Released 0.3.3release_0.3.3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--debian/contextd-tests.install2
-rw-r--r--debian/control2
4 files changed, 7 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 705d0384..72842cb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.3.3~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.3.3], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 tar-ustar 1.9])
diff --git a/debian/changelog b/debian/changelog
index 3a68e99b..6fc2423c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-contextkit (0.3.3~unreleased) unstable; urgency=low
+contextkit (0.3.3) unstable; urgency=low
* Fixed dependencies of libcontextsubscriber0-dbg.
* Fixes: NB#133849 -libcontextsubscriber0 fails to upgrade in sb2.
* Refactored libcontextsubscriber for future possibility to handle
different protocols towards providers than the ContextKit
D-Bus protocol.
+ * Refactored libcontextprovider services to support reuse
+ of the same dbus connection
- -- Gergely Risko <risko@debian.org> Thu, 10 Sep 2009 14:53:09 +0300
+ -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Thu, 17 Sep 2009 15:44:10 +0300
contextkit (0.3.2) unstable; urgency=low
diff --git a/debian/contextd-tests.install b/debian/contextd-tests.install
deleted file mode 100644
index 7ce19052..00000000
--- a/debian/contextd-tests.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/contextd-tests/*.xml
-usr/share/contextd-tests/*.py
diff --git a/debian/control b/debian/control
index b0737052..23e3d9f4 100644
--- a/debian/control
+++ b/debian/control
@@ -130,6 +130,8 @@ Section: devel
Architecture: any
Depends: libcontextprovider0, libcontextsubscriber0, contextkit-utils, python-contextkit
Recommends: python2.5, python (>= 2.5)
+X-Maemo-CI-Packages: libcontextsubscriber0, libcontextprovider0
+X-Maemo-CI-Stage: staging, acceptance
Description: libcontextsubscriber automated customer tests
.
This package contains an automated customer testsuite of the libcontextsubscriber library.