aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-06-10 17:21:09 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-06-10 17:22:29 +0300
commit8b30753ae128dbd248e711cf26bca06dfb1aded6 (patch)
treedbed7a3827fa000ce8b3ac8be6ecd36139df188c
parent52de1d20352037366e2920cfe05c0f7ee95d670c (diff)
Release in panic again.release_0.2.5.1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
-rw-r--r--libcontextsubscriber/configure.ac18
3 files changed, 3 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index abf1fb76..78ae1fbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.2.5], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.2.5.1], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/debian/changelog b/debian/changelog
index 6cfbab40..fd17aa25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-contextkit (0.2.5) unstable; urgency=low
+contextkit (0.2.5.1) unstable; urgency=low
* Panic release to unblock duihome transition.
diff --git a/libcontextsubscriber/configure.ac b/libcontextsubscriber/configure.ac
index 156bbc82..0a845686 100644
--- a/libcontextsubscriber/configure.ac
+++ b/libcontextsubscriber/configure.ac
@@ -88,22 +88,6 @@ AC_CONFIG_FILES([Makefile
unit-tests/Makefile
doc/Makefile
man/Makefile
- contextsubscriber-1.0.pc
- unit-tests/util/Makefile
- unit-tests/cdbreader/Makefile
- unit-tests/cdbwriter/Makefile
- unit-tests/contextregistryinfo-xml-static/Makefile
- unit-tests/contextpropertyinfo-xml-static/Makefile
- unit-tests/contextregistryinfo-xml-dynamic/Makefile
- unit-tests/contextpropertyinfo-xml-dynamic/Makefile
- unit-tests/contextregistryinfo-cdb-static/Makefile
- unit-tests/contextpropertyinfo-cdb-static/Makefile
- unit-tests/contextregistryinfo-cdb-dynamic/Makefile
- unit-tests/contextpropertyinfo-cdb-dynamic/Makefile
- unit-tests/propertyprovider/Makefile
- unit-tests/propertyhandle/Makefile
- unit-tests/handlesignalrouter/Makefile
- accept-tests/Makefile
- accept-tests/update-contextkit-providers/Makefile])
+ contextsubscriber-1.0.pc])
AC_OUTPUT