From 2db8f361eba91d036b34a83c70bf0500bc47b4df Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Fri, 26 Oct 2012 12:44:13 +0200 Subject: [PATCH] remove debian/ directory --- debian/api | 16 - debian/applauncherd-apps-tests.install | 1 - debian/applauncherd-art-tests.install | 1 - debian/applauncherd-daemon-tests.install | 1 - debian/applauncherd-dev.install | 7 - debian/applauncherd-doc.install | 3 - debian/applauncherd-functional-tests.install | 1 - debian/applauncherd-invoker-tests.install | 1 - debian/applauncherd-invoker.aegis | 8 - debian/applauncherd-invoker.install | 1 - debian/applauncherd-launcher.aegis | 17 - debian/applauncherd-launcher.install | 10 - debian/applauncherd-launcher.postinst | 19 - debian/applauncherd-launcher.triggers | 3 - ...launcherd-libmeegotouch-perf-tests.install | 1 - debian/applauncherd-qml-perf-tests.install | 1 - debian/applauncherd-red-tests.install | 1 - .../applauncherd-reference-perf-tests.install | 1 - debian/applauncherd-single-instance.aegis | 7 - debian/applauncherd-single-instance.install | 1 - debian/applauncherd-testapps.aegis | 13 - debian/applauncherd-testapps.install | 36 - debian/applauncherd-tests.install | 20 - debian/applauncherd-testscripts.install | 13 - debian/applauncherd.install | 0 debian/changelog | 975 ------------------ debian/compat | 1 - debian/control | 182 ---- debian/copyright | 37 - debian/dirs | 4 - ...plauncherd-mdeclarativecache-documentation | 8 - .../doc-base/applauncherd-user-documentation | 10 - debian/docs | 0 debian/rules | 111 -- 34 files changed, 1511 deletions(-) delete mode 100644 debian/api delete mode 100644 debian/applauncherd-apps-tests.install delete mode 100644 debian/applauncherd-art-tests.install delete mode 100644 debian/applauncherd-daemon-tests.install delete mode 100644 debian/applauncherd-dev.install delete mode 100644 debian/applauncherd-doc.install delete mode 100644 debian/applauncherd-functional-tests.install delete mode 100644 debian/applauncherd-invoker-tests.install delete mode 100644 debian/applauncherd-invoker.aegis delete mode 100644 debian/applauncherd-invoker.install delete mode 100644 debian/applauncherd-launcher.aegis delete mode 100644 debian/applauncherd-launcher.install delete mode 100644 debian/applauncherd-launcher.postinst delete mode 100644 debian/applauncherd-launcher.triggers delete mode 100644 debian/applauncherd-libmeegotouch-perf-tests.install delete mode 100644 debian/applauncherd-qml-perf-tests.install delete mode 100644 debian/applauncherd-red-tests.install delete mode 100644 debian/applauncherd-reference-perf-tests.install delete mode 100644 debian/applauncherd-single-instance.aegis delete mode 100644 debian/applauncherd-single-instance.install delete mode 100644 debian/applauncherd-testapps.aegis delete mode 100644 debian/applauncherd-testapps.install delete mode 100644 debian/applauncherd-tests.install delete mode 100644 debian/applauncherd-testscripts.install delete mode 100644 debian/applauncherd.install delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/doc-base/applauncherd-mdeclarativecache-documentation delete mode 100644 debian/doc-base/applauncherd-user-documentation delete mode 100644 debian/docs delete mode 100755 debian/rules diff --git a/debian/api b/debian/api deleted file mode 100644 index d2de6a7..0000000 --- a/debian/api +++ /dev/null @@ -1,16 +0,0 @@ -interface: libmdeclarativecache -type: library -scope: Nokia MeeGo -state: unstable -doc-type: doxygen -doxygen-conf: doc/doxygen-mdeclarativecache.conf -libs-pkg: applauncherd-launcher -dev-pkg: applauncherd-dev -headers: /usr/include/applauncherd/mdeclarativecache.h - -interface: applauncherd -type: cli -scope: Nokia MeeGo -state: unstable -doc-type: doxygen -doxygen-conf: doc/doxygen-userdoc.conf diff --git a/debian/applauncherd-apps-tests.install b/debian/applauncherd-apps-tests.install deleted file mode 100644 index 4e0e903..0000000 --- a/debian/applauncherd-apps-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-apps-tests/tests.xml diff --git a/debian/applauncherd-art-tests.install b/debian/applauncherd-art-tests.install deleted file mode 100644 index 38f98f2..0000000 --- a/debian/applauncherd-art-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-art-tests/tests.xml diff --git a/debian/applauncherd-daemon-tests.install b/debian/applauncherd-daemon-tests.install deleted file mode 100644 index 5a32729..0000000 --- a/debian/applauncherd-daemon-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-daemon-tests/tests.xml diff --git a/debian/applauncherd-dev.install b/debian/applauncherd-dev.install deleted file mode 100644 index 86cd8ea..0000000 --- a/debian/applauncherd-dev.install +++ /dev/null @@ -1,7 +0,0 @@ -usr/lib/pkgconfig/qt-boostable.pc -usr/share/qt4/mkspecs/features/qt-boostable.prf -usr/include/applauncherd/mdeclarativecache.h -usr/include/applauncherd/MDeclarativeCache -usr/lib/pkgconfig/qdeclarative-boostable.pc -usr/share/qt4/mkspecs/features/qdeclarative-boostable.prf - diff --git a/debian/applauncherd-doc.install b/debian/applauncherd-doc.install deleted file mode 100644 index 6c251c1..0000000 --- a/debian/applauncherd-doc.install +++ /dev/null @@ -1,3 +0,0 @@ -usr/share/doc/applauncherd -../doc-base/applauncherd-user-documentation usr/share/doc-base -../doc-base/applauncherd-mdeclarativecache-documentation usr/share/doc-base \ No newline at end of file diff --git a/debian/applauncherd-functional-tests.install b/debian/applauncherd-functional-tests.install deleted file mode 100644 index 407647b..0000000 --- a/debian/applauncherd-functional-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-functional-tests/tests.xml diff --git a/debian/applauncherd-invoker-tests.install b/debian/applauncherd-invoker-tests.install deleted file mode 100644 index c153eff..0000000 --- a/debian/applauncherd-invoker-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-invoker-tests/tests.xml diff --git a/debian/applauncherd-invoker.aegis b/debian/applauncherd-invoker.aegis deleted file mode 100644 index 933223b..0000000 --- a/debian/applauncherd-invoker.aegis +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/debian/applauncherd-invoker.install b/debian/applauncherd-invoker.install deleted file mode 100644 index cacd828..0000000 --- a/debian/applauncherd-invoker.install +++ /dev/null @@ -1 +0,0 @@ -usr/bin/invoker diff --git a/debian/applauncherd-launcher.aegis b/debian/applauncherd-launcher.aegis deleted file mode 100644 index e049d73..0000000 --- a/debian/applauncherd-launcher.aegis +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/debian/applauncherd-launcher.install b/debian/applauncherd-launcher.install deleted file mode 100644 index 9fe1003..0000000 --- a/debian/applauncherd-launcher.install +++ /dev/null @@ -1,10 +0,0 @@ -usr/bin/applauncherd.bin -usr/lib/applauncherd/libapplauncherd.so -usr/bin/applauncherd -usr/lib/applauncherd/libebooster.so -usr/lib/applauncherd/libmbooster.so -usr/lib/applauncherd/libqtbooster.so -usr/lib/applauncherd/libqdeclarativebooster.so -usr/lib/libmdeclarativecache.so -usr/lib/libmdeclarativecache.so.* -/etc/aegisfs.d diff --git a/debian/applauncherd-launcher.postinst b/debian/applauncherd-launcher.postinst deleted file mode 100644 index 524f5e0..0000000 --- a/debian/applauncherd-launcher.postinst +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -if [ "$1" = "configure" ]; then - - # At package configuration time we need to inform aegis about the configuration file - aegisfs --install /etc/aegisfs.d/applauncherd-fs.conf - -elif [ "$1" = "triggered" ]; then - - # Installation of some other package may have caused applauncherd credentials to go stale, - # ask applauncherd to re-exec to refresh the credentials. - if [ -s /var/run/applauncherd.lock ] && [ -d /proc/`cat /var/run/applauncherd.lock` ]; - then - if ! kill -HUP `cat /var/run/applauncherd.lock` - then - echo "Warning! Sending SIGHUP to pid $(cat /var/run/applauncherd.lock) failed." - exit 0 - fi - fi -fi diff --git a/debian/applauncherd-launcher.triggers b/debian/applauncherd-launcher.triggers deleted file mode 100644 index 15c724a..0000000 --- a/debian/applauncherd-launcher.triggers +++ /dev/null @@ -1,3 +0,0 @@ -# aegis-install generates this trigger when there is a potential policy change for applauncherd -interest aegis.applauncherd-launcher. -interest /usr/lib diff --git a/debian/applauncherd-libmeegotouch-perf-tests.install b/debian/applauncherd-libmeegotouch-perf-tests.install deleted file mode 100644 index 345607c..0000000 --- a/debian/applauncherd-libmeegotouch-perf-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-libmeegotouch-perf-tests/tests.xml diff --git a/debian/applauncherd-qml-perf-tests.install b/debian/applauncherd-qml-perf-tests.install deleted file mode 100644 index bbf57cf..0000000 --- a/debian/applauncherd-qml-perf-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-qml-perf-tests/tests.xml diff --git a/debian/applauncherd-red-tests.install b/debian/applauncherd-red-tests.install deleted file mode 100644 index 8d79c30..0000000 --- a/debian/applauncherd-red-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-red-tests/tests.xml diff --git a/debian/applauncherd-reference-perf-tests.install b/debian/applauncherd-reference-perf-tests.install deleted file mode 100644 index 12b872a..0000000 --- a/debian/applauncherd-reference-perf-tests.install +++ /dev/null @@ -1 +0,0 @@ -usr/share/applauncherd-reference-perf-tests/tests.xml diff --git a/debian/applauncherd-single-instance.aegis b/debian/applauncherd-single-instance.aegis deleted file mode 100644 index 39b5a1c..0000000 --- a/debian/applauncherd-single-instance.aegis +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/debian/applauncherd-single-instance.install b/debian/applauncherd-single-instance.install deleted file mode 100644 index dc31fab..0000000 --- a/debian/applauncherd-single-instance.install +++ /dev/null @@ -1 +0,0 @@ -usr/bin/single-instance diff --git a/debian/applauncherd-testapps.aegis b/debian/applauncherd-testapps.aegis deleted file mode 100644 index 81b6cec..0000000 --- a/debian/applauncherd-testapps.aegis +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/debian/applauncherd-testapps.install b/debian/applauncherd-testapps.install deleted file mode 100644 index 8e7727b..0000000 --- a/debian/applauncherd-testapps.install +++ /dev/null @@ -1,36 +0,0 @@ -usr/bin/fala_ft_hello -usr/bin/fala_status -usr/bin/fala_wait -usr/bin/fala_exit -usr/bin/fala_ft_hello1 -usr/bin/fala_ft_hello2 -usr/bin/fala_ft_creds1 -usr/bin/fala_ft_creds2 -usr/bin/fala_multi-instance -usr/bin/fala_qml_wol -usr/bin/fala_qml_wl -usr/bin/fala_qml_helloworld -usr/bin/fala_qml_helloworld1 -usr/bin/fala_qml_helloworld2 -usr/bin/fala_wl -usr/bin/fala_wol -usr/bin/fala_gettime -usr/bin/fala_gettime_ms -usr/bin/fala_pixelchanged -usr/bin/fala_windowid -usr/bin/fala_focus -usr/bin/fala_multi-window -usr/bin/fala_windowless -usr/bin/fala_multi-window -usr/bin/fala_dbus -usr/bin/xsendevent -usr/share/dbus-1/services/com.nokia.fala_testapp.service -usr/share/dbus-1/services/com.nokia.fala_wl.service -usr/share/dbus-1/services/com.nokia.fala_wol.service -usr/bin/fala_ft_themetest -usr/share/themes/base/meegotouch/fala_ft_themetest/* -usr/share/applications/fala_wl.desktop -usr/share/applications/fala_wol.desktop -usr/share/applications/fala_qml_wl.desktop -usr/share/applications/fala_qml_wol.desktop -usr/share/fala_images/* diff --git a/debian/applauncherd-tests.install b/debian/applauncherd-tests.install deleted file mode 100644 index bba1dc0..0000000 --- a/debian/applauncherd-tests.install +++ /dev/null @@ -1,20 +0,0 @@ -usr/share/applauncherd-tests/tests.xml -usr/share/applauncherd-tests/ut_booster -usr/share/applauncherd-tests/ut_boosterfactory -usr/share/applauncherd-tests/ut_daemon -usr/share/applauncherd-tests/ut_connection -usr/share/applauncherd-tests/ut_dbooster -usr/share/applauncherd-tests/ut_ebooster -usr/share/applauncherd-tests/ut_mbooster -usr/share/applauncherd-tests/ut_qtbooster -usr/share/applauncherd-tests/ut_socketmanager -usr/share/applauncherd-tests/ut_singleinstance -usr/share/applauncherd-tests/libutwithlock.so -usr/share/applauncherd-tests/libutwithlockunlock.so -usr/share/applauncherd-tests/ut_boosterpluginregistry -usr/share/applauncherd-tests/libutwithcreate.so -usr/share/applauncherd-tests/libutwithcreatetype.so -usr/share/applauncherd-tests/libutwithcreatetypesocketname.so -usr/share/applauncherd-tests/libutplugin.so -usr/share/applauncherd-tests/ut_logger - diff --git a/debian/applauncherd-testscripts.install b/debian/applauncherd-testscripts.install deleted file mode 100644 index 7ee4c84..0000000 --- a/debian/applauncherd-testscripts.install +++ /dev/null @@ -1,13 +0,0 @@ -usr/share/applauncherd-testscripts/test-func-launcher.py -usr/share/applauncherd-testscripts/tc_splash.rb -usr/share/applauncherd-testscripts/test-perf.rb -usr/share/applauncherd-testscripts/get-coordinates.rb -usr/share/applauncherd-testscripts/utils.py -usr/share/applauncherd-testscripts/test-security.py -usr/share/applauncherd-testscripts/test-invoker.py -usr/share/applauncherd-testscripts/test-daemons.py -usr/share/applauncherd-testscripts/test-boot-mode.py -usr/share/applauncherd-testscripts/view.qml -usr/bin/fala_wid -usr/share/applauncherd-testscripts/signal-forward/* -usr/share/applauncherd-testscripts/test-single-instance.py diff --git a/debian/applauncherd.install b/debian/applauncherd.install deleted file mode 100644 index e69de29..0000000 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d403ca9..0000000 --- a/debian/changelog +++ /dev/null @@ -1,975 +0,0 @@ -applauncherd (3.0.2) stable; urgency=low - - * Fixes: NB#273361 - Applaucherd is possible to start with wrong parameters - * disabling xsession/crash-reporter-daemon in performance test (probably breaks test at random cases) - * Changes: Fixes test test_invoker_signal_forward (extra warnings has appeared in test application) - * Fixes: NB#296154 - reopened - proprietary headers to LGPL - * Fixes: NB#299083 - apps started via invoker --type m retain applauncher's privileges on D-Bus - * Fixes: NB#300255 - Non-safe applauncherd-launcher::access credential allows getting any UID/GIDs for 3rd party apps - * Fixes: NB#300267 - Memory leak at applauncherd during invoking - - -- Dmitry Rozenshtein Tue, 17 Apr 2012 15:30:21 +0300 - -applauncherd (3.0.1) stable; urgency=low - - * Changes: Updated list of libraries to preload - * Changes: Adds new test for applauncherd re-exec. Checking state of running application when it is updated. - * Changes: testcases added/fixed for code coverage - * Changes: Fix python broken pipe randomly happened for Popen - * Changes: performance tests are run 5 times; 3 consistent values are considered - * Changes: performance test optimization part1 - * Fixes: NB#291089 - Installation of clock application fails when applauncherd daemon stopped - * Changes: Correct file path and dir path for applications started by booster-m - * Changes: single-instance library writes log messages to syslog instead of stderr - - -- Alexey Shilov Mon, 14 Nov 2011 13:39:38 +0200 - -applauncherd (2.0.16) stable; urgency=low - - * Fixes: NB#296154 - proprietary headers in applauncherd replaced to LGPL - - -- Thyagarajan Balakrishnan Tue, 03 Jan 2012 15:50:58 +0200 - -applauncherd (2.0.15) stable; urgency=low - - * Fixes: NB#295360 - Report extended exit code from applifed/applauncher - - -- Juha Lintula Wed, 21 Dec 2011 12:26:50 +0200 - -applauncherd (2.0.14) stable; urgency=low - - * Fixes: NB#288982 - COREWEB: booster '__assert_fail append_pending_request _XReply' - * Changes: updated some test cases in art-tests and test package dependencies - * Changes: improve perf test to detect failure - - -- Thyagarajan Balakrishnan Wed, 23 Nov 2011 17:50:32 +0200 - -applauncherd (2.0.13) stable; urgency=low - - * Fixes: NB#291039 - Integrated version of applauncherd is missing some important test cases - * Changes: testcases added/fixed for code coverage - - -- Thyagarajan Balakrishnan Tue, 22 Nov 2011 11:27:40 +0200 - -applauncherd (2.0.12) stable; urgency=low - - * Changes: new test case added for /usr/lib trigger - * fixes for nightly build test failures - - -- Dmitry Rozenshtein Wed, 11 Nov 2011 14:30:21 +0200 - -applauncherd (2.0.11) stable; urgency=low - - * Fixes: NB#287488 - Boosted QML application startup time is above requirements - - -- Dmitry Rozenshtein Wed, 09 Nov 2011 14:55:21 +0200 - -applauncherd (2.0.10) stable; urgency=low - - * Fixes: NB#283676 - running processes are not granted new credentials until restarted - * Changes: Adds new test for applauncherd re-exec. In test new package is installed with custom credential token. - - -- Marek Ruszczak Wed, 09 Nov 2011 09:23:18 +0200 - -applauncherd (2.0.9) stable; urgency=low - - * Changes: Updated testscript for performance measurement (workaround for MCompositor XGrabServer delay) - * Fixes: NB#289792 - Upgrade from PR1.1 aborts around 66% due to applauncherd-launcher - - -- Thyagarajan Balakrishnan Mon, 07 Nov 2011 14:55:11 +0200 - -applauncherd (2.0.8) stable; urgency=low - - * Fixes: NB#288982 - COREWEB: booster '__assert_fail append_pending_request _XReply' - - -- Alexey Shilov Fri, 04 Nov 2011 17:06:18 +0200 - -applauncherd (2.0.7) stable; urgency=low - - * Fixes: NB#283676 - running processes are not granted new credentials until restarted - - -- Dmitry Rozenshtein Wed, 02 Nov 2011 14:07:21 +0300 - -applauncherd (2.0.6) stable; urgency=low - - * Changes: test fixed test_launched_app_wm_class_m - * Changes: updated invalid test cases in func-tests and removed 1 invalid test case in daemon-tests - * Changes: QML test application updated to store QML in resource file - * Fixes: NB#287488 - Boosted QML application startup time is above requirements - - -- Dmitry Rozenshtein Wed, 02 Oct 2011 14:04:32 +0300 - -applauncherd (2.0.5) stable; urgency=low - - * Changes: Implementation of re-exec functionality, trigger is disabled - * Fixes: NB#269265 - COREWEB: __assert_fail append_pending_request _XReply - * Changes: added CPU usage logging to performance tests - - -- Marek Ruszczak Fri, 14 Oct 2011 12:44:44 +0300 - -applauncherd (2.0.4) stable; urgency=low - - * Fixes: NB#284949 - m & d app boosters are leaking FDs - * Changes: Insignificant returned false in qml perf tests - - -- Olli Leppanen Mon, 3 Oct 2011 11:18:27 +0300 - -applauncherd (2.0.3) stable; urgency=low - - * Fixes: NB#274400 - [TASK] Remove legacy code from applauncherd - - -- Marek Ruszczak Tue, 27 Sep 2011 15:48:27 +0300 - -applauncherd (2.0.2) stable; urgency=low - - * Fixes: NB#274400 - [TASK] Remove legacy code from applauncherd - - -- Marek Ruszczak Mon, 26 Sep 2011 13:59:20 +0300 - -applauncherd (2.0.1) stable; urgency=low - - * Changes: Fix performance tests - * Changes: Fix dependency for testscripts - * Changes: Add tests for detecting unexpected GL context in boosters - - -- Marek Ruszczak Thu, 26 Sep 2011 13:30:00 +0300 - -applauncherd (2.0.0) stable; urgency=low - - * Fixes: NB#274302 - don't unload the main binary - * Fixes: NB#275522 - Booster::requestSplash() segfault - * Fixes: NB#274400 - [TASK] Remove legacy code from applauncherd - * Changes: Add unit test for Logger - open log twice - * Changes: Add functional test - invoker kills application when applauncherd dies - - -- Alexey Shilov Thu, 18 Aug 2011 15:43:02 +0300 - -applauncherd (1.1.1) stable; urgency=low - - * Changes: Add functional test - invoker kills application when applauncherd dies - * Fixes: NB#282595 - pipes 3-6 must be re-created before execution of main() process - - -- Olli Leppanen Wed, 7 Sep 2011 15:12:13 +0300 - -applauncherd (1.1.0) stable; urgency=low - - * Changes: Add unit test for Logger - open log twice - * Fixes: NB#269075 - Precached (LibMeegotouch) applications do not set WM_CLASS window atom properly - - -- Dmitry Rozenshtein Mon, 5 Sep 2011 13:33:55 +0300 - -applauncherd (1.0.9) stable; urgency=low - - * Changes: Improve test debug output. - * Fixes: NB#277092 - With Applauncher Gallery process does not release ~10 MB dirty memory when in background - - -- Nimika Keshri Thu, 1 Sep 2011 10:30:06 +0300 - -applauncherd (1.0.8) stable; urgency=low - - * Fixes: NB#263622 - [TASK] applauncherd-launcher should depend on libmeegotouchpreloader0 - - -- Pertti Kellomaki Wed, 31 Aug 2011 09:32:28 +0300 - -applauncherd (1.0.7) stable; urgency=low - - * Changes: Unwanted testapp fala_windowless removed from the CMake file - - -- Nimika Keshri Thu, 25 Aug 2011 15:06:28 +0300 - -applauncherd (1.0.6) stable; urgency=low - - * Fixes: NB#269073 - Precached (QML) applications do not set WM_CLASS window atom properly - * Changes: Added functional tests for WM_CLASS - - -- Nimika Keshri Mon, 22 Aug 2011 11:22:42 +0300 - -applauncherd (1.0.5) stable; urgency=low - - * Fixes: NB#276265 - After SSU with build version 20.2011.32-0.REQ.759009, applications running in the background and foreground are crashing - * Changes: XB-Maemo-CI-Packages for art-tests changed from applauncherd to applauncherd-launcher and applauncherd-invoker - - -- Dmitry Rozenshtein Tue, 19 Aug 2011 13:23:55 +0300 - -applauncherd (1.0.4) stable; urgency=low - - * Fixes: NB#276265 - After SSU with build version 20.2011.32-0.REQ.759009, applications running in the background and foreground are crashing - - -- Alexey Shilov Mon, 15 Aug 2011 11:30:49 +0300 - -applauncherd (1.0.3) stable; urgency=low - - * Fixes: NB#273378 - Boosters should restore original signal handlers modified by applauncherd - - -- Nimika Keshri Tue, 09 Aug 2011 17:54:18 +0300 - -applauncherd (1.0.2) stable; urgency=low - - * Stopping applifed in performance tests - * Changes: Added documentation that the Splash Screen is not rotated - - -- Nimika Keshri Tue, 09 Aug 2011 16:12:11 +0300 - -applauncherd (1.0.1) stable; urgency=low - - * Changes: Modified unittest for Connection - - -- Nimika Keshri Thu, 04 Aug 2011 14:40:53 +0300 - -applauncherd (1.0.0) stable; urgency=low - - * Fixes: NB#262604 - applauncherd not buildable with eglibc 2.12 - * Fixes: NB#248543 - [SSU]:Error seen at 'invoker: error: Can't send signal to application: No such process ' - * Fixes: NB#273378 - Boosters should restore original signal handlers modified by applauncherd - * Changes: Added test cases for argument passing to cached [QM]Application. - * Changes: Performance test modified. Tracking pixel co-ordinates changed. - * Changes: Language corrections into documentation. - * Changes: Added unittests for mbooster, qtbooster, ebooster, dbooster - * Changes: Added unittests for SingleInstance - * Changes: Added unittests for BoosterPluginRegistry - * Changes: Added unittests for Logger - * Changes: Added unittests for Connection - - -- Pertti Kellomäki Tue, 4 Aug 2011 12:46:01 +0300 - -applauncherd (0.30.5) stable; urgency=low - - * Fixes: NB#267391 - Boosting prevents QML apps from dropping the GL context on background - - -- Alexey Shilov Tue, 28 Jun 2011 13:28:30 +0300 - -applauncherd (0.30.4) stable; urgency=low - - * Fixes: NB#267579 - Socket file descriptor leaks in applauncherd.bin - * Changes: Test for Socket file descriptor leaks in applauncherd.bin - - -- Juha Lintula Mon, 27 Jun 2011 13:33:58 +0300 - -applauncherd (0.30.3) stable; urgency=low - - * Changes: single-instance documentation updated - * Changes: Documentation updated according proof-reading results. - * Changes: Added doc-base control files for documentation in applauncherd-doc package - * Fixes: NB#267376 - [TASK] Defects found in applauncherd documentation after proof-reading should be corrected - - -- Juha Lintula Mon, 20 Jun 2011 13:25:56 +0300 - -applauncherd (0.30.2) stable; urgency=low - - * Fixes: NB#257654 - QApplication::applicationDirPath() and QApplication::applicationFilePath() return wrong values for d-boosted applications - * Changes: Fix dir path logging in test apps. Remove redundant test case applauncherd__test_dirPath_filePath_m. - * Changes: perf test modified to wait for applauncherd to be running in normal mode - - -- Alexey Shilov Fri, 17 Jun 2011 14:14:58 +0300 - -applauncherd (0.30.1) stable; urgency=low - - * Changes: Add test for QApplication::applicationFilePath and applicationDirPath - * Fixes: NB#257654 - QApplication::applicationDirPath() and QApplication::applicationFilePath() return wrong values for d-boosted applications - * Changes: New functional tests added to check testability library is loaded by booster-m and booster-d - * Changes: Deprecate MDeclarativeCache::applicationDirPath() and MDeclarativeCache::applicationFilePath(). - * Changes: Modify test applications to use _exit(). - * Fixes: NB#263422 - Precached (QML) applications do not set WM_NAME window atom properly - - -- Pertti Kellomaki Wed, 8 Jun 2011 13:36:37 +0300 - -applauncherd (0.30.0) stable; urgency=low - - * Fixes: NB#261960 - [TASK] "Invoker" should be able to launch applications even when "applauncherd" is not running - * Changes: boosted application debug documentation updated - - -- Alexey Shilov Mon, 06 Jun 2011 15:09:02 +0300 - -applauncherd (0.29.9) stable; urgency=low - - * Fixes: NB#247707 - Invoker interferes with qttas plugin loading for qml applications - * Implemented: SWP#DUI-5353 - - -- Pertti Kellomaki Wed, 25 May 2011 14:18:05 +0300 - -applauncherd (0.29.8) stable; urgency=low - - * Fixes: NB#231286 - Launcher daemon doesn't link the libraries so that they could be prelinked - * Changes: Highlighted applauncherd dependency with debian packages in documentation. - - -- Olli Leppanen Mon, 23 May 2011 15:42:28 +0300 - - -applauncherd (0.29.7) stable; urgency=low - - * Changes: Remove deprecated library (see NB#231286, comment 54). - * Changes: Refactoring of testability plug-in loading - * Changes: Corrected path names in documentation - * Fixes: NB#250404 - Unable to create non-native single-instance applications with /usr/bin/single-instance or /usr/bin/invoker - - -- Alexey Shilov Thu, 12 May 2011 16:43:38 +0300 - -applauncherd (0.29.6) stable; urgency=low - - * Changes: Corrected doxygen grouping in documentation - * Changes: Added a command to run cpu in full speed to perf tests - * Fixes: NB#254878 - COREWEB: /usr/bin/camera-ui.launch 'AppData::deleteArgv Booster::launchProcess' - * Implemented: SWP#DUI-5313, SWP#DUI-5315 - - -- Nimika Keshri Thu, 12 May 2011 11:34:15 +0300 - -applauncherd (0.29.5) stable; urgency=low - - * Fixes: NB#250971 - a booster is wasted with --single-instance - - -- Alexey Shilov Tue, 10 May 2011 15:36:02 +0300 - -applauncherd (0.29.4) stable; urgency=low - - * Fixes: NB#253352 - libmeegotouchpreloader should be dlopened - - -- Juha Lintula Mon, 09 May 2011 13:19:13 +0300 - -applauncherd (0.29.3) stable; urgency=low - - * Fixes: NB#249151 - applauncher: security issue: memory area marked as writable and executable - * Fixes: NB#247707 - Invoker interferes with qttas plugin loading for qml applications - - -- Juha Lintula Tue, 03 Apr 2011 11:11:24 +0200 - -applauncherd (0.29.2) stable; urgency=low - - * Changes: Added 'all boosters up and running'-check in applauncherd tests - * Fixes: NB#250976 - User Documentation for applauncherd still "Under Construction" - * New: Content added to invokerparameters.dox - * Changes: Added a note about splash screen to limitations.dox - - -- Nimika Keshri Mon, 02 May 2011 11:40:27 +0300 - -applauncherd (0.29.1) stable; urgency=low - - * Fixes: NB#250976 - User Documentation for applauncherd still "Under Construction" - - -- Juha Lintula Thu, 24 Mar 2011 11:30:48 +0200 - -applauncherd (0.29.0) stable; urgency=low - - * Changes: New test added to check the daemons running after boot that uses invoker - * Changes: More Coverity tool defect fixes - * Changes: Exec Booster documentation added - * Changes: Created a separate documentationpage config for MDeclarativeCache interface - * Changes: Changed relative paths to start from righ level in doxygen conf files - * Changes: Preloading of libcontactswidgets.so and libmeegocontrol.so added - * Fixes: NB#238947 - The API documentation main page for QML Booster needs to be updated - * Fixes: NB#249220 - Applauncherd doxygen INPUT/OUTPUT paths should be relative - - -- Nimika Keshri Thu, 21 Apr 2011 13:43:29 +0300 - -applauncherd (0.28.0) stable; urgency=low - - * Changes: Stuff to the README added. - * Changes: Some coverity tool defects are fixed - * Changes: Coverity tool defect fixes for tests - * Fixes: NB#247253 - Invoker should not show splash-screen if app is already running - - -- Jussi Lind Thu, 14 Apr 2011 15:44:45 +0300 - -applauncherd (0.27.0) stable; urgency=low - - * Changes: Fixed misbehaving pixelchanged application - * Changes: Added stopping all daemons which are using invoker before functional tests - * Implemented: SWP#DUI-5199, SWP#DUI-5180, SWP#DUI-5162 - * Fixes: NB#244103 - Device hangs on closing application in connecting view while configuring MFE account - * Fixes: NB#243857 - Mismatched new[] - delete in applauncherd - * Fixes: NB#238937 - minor splash-screen bugs - * Fixes: NB#246767 - Invoker is killed when used to maximize already running single-instance application - - -- Olli Leppanen Fri, 08 Apr 2011 15:08:24 +0300 - -applauncherd (0.26.0) stable; urgency=low - - * Fixes: NB#240051 - applauncherd-launcher: please remove requests of DRM related token - * Fixes: NB#242533 - applauncherd.bin is terminated by SIGPIPE - * Changes: Added QML booster user documentation into doc package - - -- Jussi Lind Thu, 07 Apr 2011 16:24:15 +0300 - -applauncherd (0.25.1) stable; urgency=low - - * Fixes: NB#241927 - QML boosted applications have incorrect MApplication::objectName - * Lock file moved to /var/run - * Changes: Use #include in boosted-qml examples - * Changes: Added -I/usr/include/applauncherd to qdeclarative-boostable.pc - - -- Jussi Lind Thu, 31 Mar 2011 17:13:21 +0300 - -applauncherd (0.25.0) stable; urgency=low - - * Fixes: NB#241755 - Booster-e doesn't work with executables - * Fixes: NB#239608 - invoker doesn't forward ^C always - * Changes: Directory naming in the source tree made consistent => all lower case. - * Changes: Partially fixes bug 231306 - Launcher slows down boot by loading irrelevant libraries - * Changes: New main page for the documentation - * Changes: moved e-booster tests to functests and marked them as significant - * Changes: moved single instance tests to functests and made them significant - * Changes: moved qml booster tests to functests and made them significant - * Changes: Remove comments from performance tests.xml files - - -- Jussi Lind Wed, 30 Mar 2011 15:58:08 +0300 - -applauncherd (0.24.5) stable; urgency=low - - * Fixes: NB#240045 - Not able to open bluetooth menu from settings application - - -- Juha Lintula Thu, 24 Mar 2011 11:30:48 +0200 - -applauncherd (0.24.4) stable; urgency=low - - * Changes: library list update reverted. Reopens NB#231306. - - -- Antti Kervinen Thu, 24 Mar 2011 10:55:43 +0200 - -applauncherd (0.24.3) stable; urgency=low - - * Changes: Removed more failing insignificant tests which might prevent integration - - -- Juha Lintula Thu, 24 Mar 2011 10:55:43 +0200 - -applauncherd (0.24.2) stable; urgency=low - - * Changes: Removed failing performance tests - - -- Juha Lintula Thu, 24 Mar 2011 08:45:43 +0200 - -applauncherd (0.24.1) stable; urgency=low - - * Changes: Removed temporary workaround for skype account plugin bug #218766. - * Fixes: NB#238955 - Copyright tag not defined in applauncherd - - -- Jussi Lind Tue, 22 Mar 2011 14:01:11 +0200 - -applauncherd (0.24.0) stable; urgency=low - - * Fixes: NB#234196 - QML Booster should be part of Nokia MeeGo in the API - * Fixes: NB#231306 - Launcher slows down boot by loading irrelevant libs and not loading relevant ones - - -- Juha Lintula Fri, 18 Mar 2011 13:17:52 +0200 - -applauncherd (0.23.0) stable; urgency=low - - * Changes: invoker returns e-booster exit value - * Changes: pipe between applauncher and boosters replaced by socket pair - * Changes: Removed extra prctl(PR_SET_DUMPABLE, ...) - * Changes: e-booster refactoring - * Changes: removed compilation warnings - * Changes: added user and api documentation as html in doc package - * Fixes: NB#236033 - applauncherd does not build with gcc-4.5 - * Fixes: NB#234213 - The documentation of QML Booster is not good - - -- Alexey Shilov Thu, 10 Mar 2011 14:52:40 +0200 - -applauncherd (0.22.0) stable; urgency=low - - * Landscape splash-message implemented to protocol between invoker and launcher - * Splash parameters communicated to mcompositor - * Implemented: SWP#DUI-5052 - - -- Alexey Shilov Tue, 08 Mar 2011 17:02:14 +0200 - - -applauncherd (0.21.0) stable; urgency=low - - * Changes: Disable out of memory adjustments command line parameter added to invoker - * Changes: AppData code refactoring - - -- Juha Lintula Fri, 08 Mar 2011 10:16:05 +0200 - -applauncherd (0.20.0) stable; urgency=low - - * Implemented: SWP#DUI-5045 - * Implemented: SWP#DUI-5050 - * New: Test for core dump generation with launched apps - * Changes: add core dump test to red tests - * New: Basic implementation of the e-booster. - * New: Unit tests for EBooster added. - * Changes: Indentation fixed / tabs removed from mdeclarativecache.cpp - * Changes: e-booster tests added. Removed .launch from test applications and scripts - - -- Jussi Lind Fri, 04 Mar 2011 13:59:58 +0200 - -applauncherd (0.19.0) stable; urgency=low - - * Splash command line parameters added to invoker - * Implemented: SWP#DUI-5050 - * Fixes: NB#229983 - Applauncherd is not able to return to the boot mode - * Fixes: NB#230055 - cores generation does not work for boosted applications - - -- Jussi Lind Mon, 28 Feb 2011 13:12:59 +0200 - -applauncherd (0.18.4) stable; urgency=low - - * Fixes: NB#229925 - applauncherd-single-instance is missing debug symbols - - -- Nimika Keshri Thu, 24 Feb 2011 12:30:42 +0200 - -applauncherd (0.18.3) stable; urgency=low - - * Fixes: NB#228729 - MDeclarativeBooster does [not] launch applications with meego-graphicssystem support - * Changes: Remove tcb token from a testapp and fix credential test - * Changes: Perf tests splitted into different packages. Fixed the co-ordinate problem - - -- Nimika Keshri Tue, 22 Feb 2011 12:21:06 +0200 - -applauncherd (0.18.2) stable; urgency=low - - * Changes: add event loop to qdeclarative booster - * Changes: update eventhandler class to be used with d-booster - * Changes: EventHandler works with both QApplication and MApplication event loop - * Changes: Add interface declaration file for the mdeclarativecache library. - - -- Nimika Keshri Mon, 21 Feb 2011 11:01:47 +0200 - -applauncherd (0.18.1) stable; urgency=low - - * Fixes: NB#211246 - Policy framework cannot detect the launch of a boosted applications - * Fixes: NB#226224 - applauncherd-dev is missing a dependency to applauncherd - - -- Nimika Keshri Wed, 09 Feb 2011 11:48:51 +0200 - -applauncherd (0.18.0) unstable; urgency=low - - * Changes: Check that DISPLAY exists in launcher.c - * New: QML booster added - * New: qml booster tests added - * New: Boot mode tests added - * New: single instance tests added - - -- Antti Kervinen Thu, 03 Feb 2011 11:40:00 +0200 - -applauncherd (0.17.1) stable; urgency=low - - * Changes: Broken tests fixed - - -- Nimika Keshri Mon, 24 Jan 2011 10:33:38 +0200 - -applauncherd (0.17.0) stable; urgency=low - - * Fixes: NB#212024 - Application launcher should be usable (improve performance) also at boot - * Fixes: NB#220076 - applauncherd.bin does not work without link to /tmp/m.themedaemon - * Changes: support for --boot-mode in applauncherd.bin - * Changes: support for --help in applauncherd.bin - * Changes: support for --single-instance in invoker - * Changes: --debug argument problem fixed in preloading - * Changes: Corrected error on test-perf-mbooster.py - * Changes: Commented out the single-instance test case skeletons - * Changes: Removed invoker fallback to execve - * Changes: References to .launch removed from README. Some minor fixes. - - -- Jussi Lind Mon, 17 Jan 2011 15:53:15 +0200 - -applauncherd (0.16.1) stable; urgency=low - - * Changes: WRT Booster and related tests removed. - * Changes: Library preloading warnings are printed only if --debug commandline parameter is given. - * Fixes: NB#217662 - applauncherd depends on WRT - - -- Antti Kervinen Thu, 13 Jan 2011 12:00:00 +0200 - -applauncherd (0.16.0) stable; urgency=low - - * Changes: Single instance test skeletons added - - -- Olli Leppanen Thu, 13 Jan 2011 15:18:00 +0200 - -applauncherd (0.16.0) stable; urgency=low - - * Changes: Boosters loaded as plugins. - * Changes: New test added that checks that booster pid is acquired by application started using booster - * Changes: Changed wait time between button press and release from 100ms to 200ms in pixelchanged. - * Changes: Single-instance binary added - * Fixes: NB#214093 - application started with launcher has wrong name in the process list - * Fixes: NB#216191 - Lack of single instance support for qml applications - * Fixes: NB#216196 - Boosters are not loaded as plugins - - -- Juha Lintula Wed, 12 Jan 2011 12:00:00 +0200 - -applauncherd (0.15.10) stable; urgency=low - - * Fixes: NB#211510 - boosters should update oom_adj to 0 before calling main - * Changes: Some comments made clearer / added. - * Changes: Code refactoring done for tests. Debugs added. - - -- Jussi Lind Wed, 15 Dec 2010 13:00:08 +0200 - -applauncherd (0.15.9) stable; urgency=low - - * Changes: Add possibility to track 2 pixels at a time to pixelchanged - and increase the delay between mouse press and release to 100ms - * Changes: Performance test uses pixelchanged with two tracked pixels - * Fixes: NB#207781 - Some applications do not load QAccessibleBridgePlugin plug-ins - - -- Juha Lintula Thu, 09 Dec 2010 14:59:32 +0200 - -applauncherd (0.15.8) stable; urgency=low - - * Changes: Added a workaround to startup time tests from grid to make them work - * Fixes: NB#210094 - files cleanup for applauncherd/booster-m - - -- Olli Leppanen Mon, 06 Dec 2010 18:21:06 +0200 - -applauncherd (0.15.7) stable; urgency=low - - * Changes: Install libapplauncherd.so to /usr/lib/applauncherd/libapplauncherd.so - * Changes: Some useless X11 modules removed from fala_windowid's CMakeLists.txt - * Startup time tests polished - - -- Jussi Lind Fri, 03 Dec 2010 11:21:06 +0200 - -applauncherd (0.15.6) stable; urgency=low - - * Changes: Added the windowid binary to be used in startup tests - - -- Olli Leppanen Tue, 30 Nov 2010 16:04:57 +0200 - -applauncherd (0.15.5) stable; urgency=low - - * Fixes: NB#206309 - applauncherd cannot locate shared objects - * Changes: Changed again component names in meegotouchhome in test scripts - * Changes: pixelchanged can raise a window with -r. - * Changes: build env variable for Harmattan added - - -- Nimika Keshri Tue, 30 Nov 2010 14:04:57 +0200 - -applauncherd (0.15.4) stable; urgency=low - - * Changes: Modified component names in startup time tests - - -- Olli Leppanen Fri, 26 Nov 2010 16:47:26 +0200 - -applauncherd (0.15.3) stable; urgency=low - - * Implemented: SWP#DUI-4131 - * Changes: Changed warning message when library can't be preloaded - * Changes: Modified the startup time tests to be more reliable - - -- Nimika Keshri Fri, 26 Nov 2010 13:47:26 +0200 - -applauncherd (0.15.2) stable; urgency=low - - * Changes: Fixed crash of booster-m and booster-w / non-quitting booster-m caused - by erroneous handling of SIGHUP. No more QThread warnings related to - QSocketNotifier. Removed SIGHUP handler from main.cpp - (Set in mbooster.cpp and wrtbooster.cpp. Default behavior is - always exit() anyway). - * Changes: A bit confusing Booster::readCommand() renamed to - Booster::receiveDataFromInvoker(). - * Changes: Access Booster::m_connection and Booster::m_appData through setter - /getter in derived classes. - * Changes: License plates added to some test apps. - * Changes: fala_gettime.cpp => fala_gettime.c, fala_gettime_ms.cpp => fala_gettime_ms.c. - * Changes: Default C-flags added to top-level CMakeLists. - * Changes: pixelchanged test app: use pkg-config for x11, xtst and xi. C flags set correctly. Warnings fixed. - * Fixes: NB#205006 - Redundant(?) booster-monitor processes takes a lot of memory - * Changed: Modified startup time tests to support command line starting and parameters - - -- Jussi Lind Wed, 24 Nov 2010 19:34:58 +0200 - -applauncherd (0.15.1) stable; urgency=low - - * Fixes: NB#201779 - cheap way how to load all libraries correct - * Fixes: NB#206309 - applauncherd cannot locate shared objects - * Changes: Launcher library exports only main() - * Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so - due to dh_strip problems and because it's not -pie. - * Changes: Added the "startup time from application grid" test - * Implemented: SWP#DUI-4282 - - -- Jussi Lind Fri, 19 Nov 2010 14:20:22 +0200 - -applauncherd (0.15.0) stable; urgency=low - - * Changes: Basic implementation of library-based launcher - * Fixes: NB#205663 - crashes due to exit() is used in forked process - - -- Jussi Lind Fri, 19 Nov 2010 14:20:22 +0200 - -applauncherd (0.14.6) stable; urgency=low - - * Fixes: NB#199342 - Music-suite crashes when started using invoker - * Changes: Add test_invoker_search_prog to tests.xml - * Changes: Add a test for invoker searching PATH for programs - * Changes: Moved the implementation of MonitorBooster::boosterType() to the source file from the header file - * Changes: Remove invoke_recv_str as it is never used - - -- Nimika Keshri Wed, 10 Nov 2010 11:51:05 +0200 - -applauncherd (0.14.5) stable; urgency=low - - * Changes: acceptance and validation flags removed for tests package - * Changes: Tests fixed as the default --wait-term made them fail - * Revert "Changes: Too exact library versions made more general in preload.h" - * Changes: no-wait option for invoker is added - * Changes: invoker - launcher protocol simplification - - -- Nimika Keshri Tue, 02 Nov 2010 14:06:55 +0200 - -applauncherd (0.14.4) stable; urgency=low - - * Changes: use at() instead of [] operator to read-only access to vector elements - * Changes: clean-up preload library list - * Fixes: NB#199342 - Music-suite crashes when started using invoker - * Changes: Too exact library versions made more general in preload.h - * Changes: Qt-styled Unix signal handling added to MBooster. Fixes the issue where booster-m - is not killed when launcher dies. - * Changes: Polished the credential filtering stuff in Booster, some comments added - * Changes: filter out invoker credentials from boosted applications - * Fixes: NB#178610 - applauncherd/boosters potential optimizations - * Fixes: NB#196289 - applauncher.bin adds 3-28 extra file descriptors for nothing - - -- Nimika Keshri Thu, 28 Oct 2010 13:57:03 +0300 - -applauncherd (0.14.3) stable; urgency=low - - * Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary - * Changes: remove -rdynamic linker parameter - * Changes: package dependency changed from testrunner -> testrunner-lite - - -- Nimika Keshri Tue, 12 Oct 2010 11:50:14 +0300 - -applauncherd (0.14.2) stable; urgency=low - - * Fixes: NB#195903 - applauncherd-launcher manifest refers to non-existing tokens ReadUserData/WriteUserData - - -- Nimika Keshri Wed, 06 Oct 2010 15:10:22 +0300 - -applauncherd (0.14.1) stable; urgency=low - - * Changes: Compilation flag -Wno-psabi remove - * Changes: Logger refactored, #ifdef _DEBUG => #ifndef DEBUG_LOGGING_DISABLED - * Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets() - - -- Nimika Keshri Wed, 06 Oct 2010 14:07:11 +0300 - -applauncherd (0.14.0) stable; urgency=low - - * Use WrtComponentCache - * Fixes: NB#194550 - applauncherd should have configurable delay when creating new booster process - * Added -Wno-psabi to CXX_FLAGS in order to suppress va_list mangling warnings originating from Qt. - * Logger::logErrorAndDie() prints also to stderr in order to help - debugging. - * MonitorBooster sends a message to Daemon, who kills MBooster and WRTBooster. - * New functional test for booster-killer added - * Hard-coded GConf key strings moved from monitorbooster.cpp to the top-level CMakeLists.txt - * Unit test for getBoosterPidForType() added to ut_boosterfactory - * Signal forwarding tests added for q-booster and w-booster - * Stopping applifed in the prestart-launcherd test to prevent forced killing of applications - - -- Jussi Lind Thu, 30 Sep 2010 17:20:32 +0300 - -applauncherd (0.13.1) stable; urgency=low - - * Fixes: NB#191847 - First application launched with m-booster after theme change crashes - - -- Nimika Keshri Wed, 15 Sep 2010 10:21:17 +0300 - -applauncherd (0.13.0) stable; urgency=low - - * New: WRT Booster added - * New: BoosterFactory-class added - * Changes: Preloaded libraries are loaded with dlopen() (preload.h) - - -- Jussi Lind Mon, 06 Sep 2010 16:01:23 +0300 - -applauncherd (0.12.1) stable; urgency=low - - * Changes: Launcher uses creds_confine2 to reset credentials during transmogrification - * Fixes: NB#187583 - Update application launcher to use creds_confine2() for credential setup - * Fixes: NB#187780 - Booster robustness improvement: launch applications even without applauncherd - - -- Antti Kervinen Mon, 30 Aug 2010 15:03:59 +0300 - -applauncherd (0.11.0) stable; urgency=low - - * Changes: Signal-forwarding tests added - * Changes: Test for invoker can launch applications even without applauncherd - * Changes: "Deprecated" applauncherd-dev and made it depend on libmeegotouch-dev - * Changes: wait-term parameter support for applications started without launcher - * Changes: invoker can launch applications even without applauncherd - * Changes: remove CAP::kill from invoker's aegis file - * Changes: Updates to meego packaging files. Submitted to devel:ux:handset. - * Changes: signals forwarding update - * Changes: daemon error messages refactoring - * Changes: added Connection::peersPid() method - * Changes: Handle PWD correctly - * Changes: pass pid of invoker from booster to launcher - * Changes: PROG_NAME separated into PROG_NAME_INVOKER and PROG_NAME_LAUNCHER - * Changes: invoker's receiving of booster process exit code refactoring - * Fixes: NB#187780 - Booster robustness improvement: launch applications even without applauncherd - - -- Nimika Keshri Mon, 30 Aug 2010 11:38:32 +0300 - -applauncherd (0.10.3) stable; urgency=low - - * Changes: pass and set gid and uid from invoker process to launcher - - -- Nimika Keshri Fri, 20 Aug 2010 11:16:01 +0300 - -applauncherd (0.10.2) stable; urgency=low - - * Changes: close connection with invoker if --wait-term param is not used - * Changes: Replaced references to Matti with TDriver - * Changes: sending application exit status to invoker stubs, code refactoring - * Changes: return application's exit status to invoker - * Changes: Changed the order of provide and request in applauncherd-launcher.aegis - - -- Nimika Keshri Tue, 17 Aug 2010 15:41:40 +0300 - -applauncherd (0.10.1) stable; urgency=low - - * Fixes: NB#184761 - Application launched with applauncher does not generate core dumps - - -- Nimika Keshri Wed, 11 Aug 2010 17:00:32 +0300 - -applauncherd (0.10.0) stable; urgency=low - - * debian/rules: DISABLE_VERIFICATION=1 added to other than arm and armel builds - * MeeGo packaging files added - * Fixed core dumping issues - * Close unused sockets in booster - * Fixes for test cases - - -- Oskari Timperi Wed, 11 Aug 2010 14:53:34 +0300 - -applauncherd (0.9.0) stable; urgency=low - - * Added CAP::setpcap to applauncherd's aegis file as a partial fix for NB#180963 - * Testcase for invokers --delay parameter - * Testcase for applauncherd's --daemon parameter - * Fixed applauncherd's help printing when applauncherd is already running - * Fixed a credential test to have correct set of tokens - - -- Oskari Timperi Wed, 28 Jul 2010 11:13:37 +0300 - -applauncherd (0.8.0) stable; urgency=low - - * Fixes: NB#179266 - terminating invoker --wait-term leaves launched process running - * a bug fixed in io descriptor count, previous rearrangement taken back - * test mode removed from ut_daemon, rearranged member variables in connection - - -- Nimika Keshri Mon, 19 Jul 2010 12:17:36 +0300 - -applauncherd (0.7.0-2) stable; urgency=low - - * Fixes: NB#176326 - Conndlgs launched using Applauncherd respawns until respawn limit - - -- Antti Kervinen Tue, 07 Jul 2010 12:21:29 +0300 - -applauncherd (0.7.0-1) stable; urgency=low - - * Invoker waits for launched process to terminate when run with --wait-term - * Dbg packages added: applauncherd-dbg, applauncherd-invoker-dbg, applauncherd-launcher-dbg and applauncherd-testapps-dbg - * Fixes: NB#177439, invoker starts reloading cache too soon - * Implemented: SWP#DUI-3384 - - -- Antti Kervinen Tue, 07 Jul 2010 10:10:29 +0300 - -applauncherd (0.6.0-1) stable; urgency=low - - * applauncherd-art-tests and applauncherd-bug-tests added - - -- Nimika Keshri Thu, 24 Jun 2010 19:26:17 +0300 - -applauncherd (0.5.0-3) stable; urgency=low - - * Fixes: NB#174460, applauncherd-functional-tests package fails very frequently in ART - * Coverity tool fixes - - -- Nimika Keshri Mon, 14 Jun 2010 19:26:20 +0300 - -applauncherd (0.5.0-2) stable; urgency=low - - * delay is initialized to DEFAULT_DELAY - * Refactored test application for performance tests - - -- Nimika Keshri Mon, 07 Jun 2010 12:39:54 +0300 - -applauncherd (0.5.0-1) stable; urgency=low - - * Platform security feature improved - * mcomponentcache enabled - * disable LD_BIND_NOW environment variable - * added delay parameter to invoker, invoker debug logging disabled by default, code refactoring - - -- Nimika Keshri Fri, 04 Jun 2010 12:18:59 +0300 - -applauncherd (0.4.1-1) stable; urgency=low - - * applauncherd-dev install meegotouch-boostable.prf for qmake - * Socket permissions set to 777 - * Documentation updates - * Aegis tests updated / fixed - - -- Jussi Lind Thu, 27 May 2010 14:34:47 +0300 - -applauncherd (0.4.0-1) stable; urgency=low - - * Platform security stuff added: confine for the forked process + verification for the invoker (disabled for now) - * Applauncherd package divided into applauncherd-launcher and applauncherd-invoker - * Fixes: NB#170267, applauncherd-functional-tests package error - * applauncherd-dev installs meegotouch-boostable.pc that shows correct linker flags for applications - * Documentation updates - - -- Jussi Lind Thu, 20 May 2010 15:38:42 +0300 - -applauncherd (0.3.1-1) stable; urgency=low - - * Workaround: NB#168188, populating cache disabled for not allocating graphics memory - - -- Antti Kervinen Mon, 17 May 2010 14:51:25 +0300 - -applauncherd (0.3.0-1) stable; urgency=low - - * Added the feature and requirements fields inside tests.xml files - * Updated functional and unit tests according the MBooster change - * Code refactoring - * Implemented: SWP#DUI-2964 - - -- Olli Leppanen Tue, 05 May 2010 12:16:40 +0300 - -applauncherd (0.2.0-5) stable; urgency=low - - * Naming changes: libdui => libmeegotouch - * Unit tests are updated - * Implemented: SWP#DUI-2483 - - -- Alexey Shilov Tue, 27 Apr 2010 16:16:40 +0300 - -applauncherd (0.2.0-4) stable; urgency=low - - * applifed-performance-tests is trying to overwrite the file ./usr/bin/waitforwindow, which was provided by applauncherd-performance-tests - * Fixes: NB#161251 - - -- Jussi Lind Tue, 06 Apr 2010 13:59:16 +0300 - -applauncherd (0.2.0-3) stable; urgency=low - - * Instructions for developers added - * Process nice parameter passed from invoker to launcher - * Unit tests are updated - * Implemented: SWP#DUI-2127, SWP#DUI-2152 - - -- Alexey Shilov Fri, 11 Mar 2010 13:13:02 +0200 - -applauncherd (0.2.0-2) stable; urgency=low - - * Naming changes: launcher => applauncherd, applaucherd => applauncherd.bin - - -- Jussi Lind Mon, 08 Mar 2010 13:13:02 +0200 - -applauncherd (0.2.0-1) stable; urgency=low - - * First released version: basic launcher functionality with basic test set - * Implemented: SWP#DUI-2270, SWP#DUI-2128 - - -- Jussi Lind Fri, 05 Mar 2010 11:16:03 +0200 - -launcher (0.1.0-1) unstable; urgency=low - - * Initial release - - -- Jussi Lind Fri, 12 Feb 2010 16:00:08 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index 8972323..0000000 --- a/debian/control +++ /dev/null @@ -1,182 +0,0 @@ -Source: applauncherd -Section: admin -Priority: important -Maintainer: Alexey Shilov -Build-Depends: cmake (>= 2.6.0), debhelper (>= 7), libqt4-dev (>= 4.5.0), libmeegotouch-dev, libcreds2-dev [arm armel], aegis-builder (>= 1.4) [arm armel], libaegis-crypto-dev [arm armel], libxtst-dev, libxext-dev, libxi-dev, doxygen, python2.6, libsaveas, libmeegocontrol0, libduicontrolpanel, libxcomposite-dev, libresource0, libqt4-dev, liblocationextras, libmessagingif0, libsignon-qt0, libcontactswidgets-dev, sensord, libc6, libiphb0, libsignon-ui0, libdatepicker2, libxrandr-dev, liblocationpicker, libresource-dev -Standards-Version: 3.8.0 - -Package: applauncherd -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-invoker (= ${binary:Version}) -Description: Meta package for applauncherd and invoker - Launcher daemon and invoker to speed up launches. - Special boosters for MeeGo Touch and Qt. - -Package: applauncherd-dbg -Architecture: any -Section: debug -Priority: extra -Depends: applauncherd (= ${binary:Version}), applauncherd-invoker-dbg, applauncherd-launcher-dbg, ${misc:Depends} -Description: Meta package for applauncherd and invoker debug symbols - -Package: applauncherd-invoker -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-launcher (= ${binary:Version}), libcreds2 [arm armel] -Description: Invoker part of applauncherd - Invoker part of applauncherd. - -Package: applauncherd-invoker-dbg -Section: debug -Priority: extra -Architecture: any -Depends: applauncherd-invoker (= ${binary:Version}), ${misc:Depends} -Description: Invoker debug package - Debug symbols for invoker - -Package: applauncherd-launcher -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libcreds2 [arm armel], applauncherd-single-instance, libcontactswidgets0, libiphb0, libsignon-qt0, libxrandr2, libresource0, libsaveas, sensord, libxcomposite1, libqt4-declarative, libmeegocontrol0, libdatepicker2, libc6, libduicontrolpanel, libsignon-ui0, liblocationextras, libmessagingif0, liblocationpicker -Description: Launcher part of applauncherd - Launcher part of applauncherd. - -Package: applauncherd-launcher-dbg -Section: debug -Priority: extra -Architecture: any -Depends: applauncherd-launcher (= ${binary:Version}), ${misc:Depends} -Description: Launcher debug package - Debug symbols for launcher - -Package: applauncherd-dev -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd -Description: Development files for applications using applauncherd - Development files for applications using applauncherd. - -Package: applauncherd-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmeegotouchcore0, libmeegotouchviews0, libmeegotouchextensions0, libmeegotouchsettings0, testrunner-lite, applauncherd, ci-testing, libcreds[arm armel] -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast, staging -Description: applauncherd unit tests - Unit testing binaries and shellscripts for testing applauncherd. - -Package: applauncherd-testscripts -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, testrunner-lite, applauncherd, ci-testing, testability-driver, libcreds2 [arm armel], libcreds2-tools [arm armel], meego-env, mcetools (>= 1.10.40), rdoc, python2.6, ruby, xresponse, x11-utils, python-pyside.qtcore, python-pyside.qtdeclarative, python-pyside.qtgui, sysstat -Description: applauncherd testscripts - Testscripts for testing applauncherd - -Package: applauncherd-testapps -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd, libmeegotouchcore0, libmeegotouchviews0, libmeegotouchextensions0, libmeegotouchsettings0, libcreds2 [arm armel], libcreds2-tools [arm armel] -Description: applaunched testapps - Test applications for testing applauncherd. - -Package: applauncherd-testapps-dbg -Section: debug -Architecture: any -Priority: extra -Depends: applauncherd-testapps (= ${binary:Version}), ${misc:Depends} -Description: debug symbols for applauncherd testapps - -Package: applauncherd-functional-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast, staging -Description: applauncherd functional tests - Functional tests for testing applauncherd. - -Package: applauncherd-invoker-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast, staging -Description: applauncherd functional tests for invoker - Functional tests for testing applauncherd. - -Package: applauncherd-daemon-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast, staging -Description: applauncherd functional tests for daemon - Functional tests for testing applauncherd. - -Package: applauncherd-art-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd-launcher, applauncherd-invoker, mcompositor, meegotouchhome-nokia, libqtcore4, libqtgui4, libqt4-opengl, libqt4-dbus -XB-Maemo-CI-Stage: acceptance, validation -Description: applauncherd art tests - Art tests for testing applauncherd. - -Package: applauncherd-apps-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: facebookqml -XB-Maemo-CI-Stage: acceptance, validation -Description: applauncherd tests for applications dependent on applauncherd - -Package: applauncherd-red-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast, staging -Description: Tests related to bugs and new features for applauncherd - -Package: applauncherd-libmeegotouch-perf-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast -Description: applauncherd performance tests for libmeegotouch applications - -Package: applauncherd-qml-perf-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast -Description: applauncherd performance tests for qml applications - -Package: applauncherd-reference-perf-tests -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, applauncherd-testscripts -XB-Maemo-CI-Packages: applauncherd -XB-Maemo-CI-Stage: fast -Description: applauncherd performance tests for libmeegotouch applications without launcher - -Package: applauncherd-doc -Depends: ${misc:Depends} -Section: doc -Architecture: all -Description: Instructions for application developers - -Package: applauncherd-single-instance -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Single instance binary for applauncherd - Brings the already existing application window to foreground or - executes new instance if not already running. - Allows command line parameter --single-instance for invoker. - -Package: applauncherd-single-instance-dbg -Section: debug -Priority: extra -Architecture: any -Depends: applauncherd-single-instance (= ${binary:Version}), ${misc:Depends} -Description: applauncherd single-instance debug package - Debug symbols for single-instance binary diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 461dee0..0000000 --- a/debian/copyright +++ /dev/null @@ -1,37 +0,0 @@ -This package was debianized by Jussi Lind on -Wed, 28 Oct 2009 12:27:28 +0200. - -It was downloaded from - -Upstream Author(s): - - Antti Kervinen, antti.kervinen@nokia.com - Jussi Lind, jussi.lind@nokia.com - Alexey Shilov, alexey.shilov@nokia.com - Guillem Jover, guillem.jover@nokia.com (original invoker) - -Copyright: - - Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). - -License: - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA - -The Debian packaging is copyright 2010 Nokia Corporation and/or its subsidiary(-ies), and is licensed under the LGPL version 2.1. - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index b160c45..0000000 --- a/debian/dirs +++ /dev/null @@ -1,4 +0,0 @@ -usr/bin -usr/sbin - - diff --git a/debian/doc-base/applauncherd-mdeclarativecache-documentation b/debian/doc-base/applauncherd-mdeclarativecache-documentation deleted file mode 100644 index c0cae88..0000000 --- a/debian/doc-base/applauncherd-mdeclarativecache-documentation +++ /dev/null @@ -1,8 +0,0 @@ -Document: applauncherd-mdeclarativecache-documentation -Title: MDeclarativeCache API Library -Abstract: API Documentation for MDeclarativeCache -Section: Programming/C++ - -Format: HTML -Files: /usr/share/doc/applauncherd/mdeclarativecache-documentation/html/*.html -Index: /usr/share/doc/applauncherd/mdeclarativecache-documentation/html/index.html diff --git a/debian/doc-base/applauncherd-user-documentation b/debian/doc-base/applauncherd-user-documentation deleted file mode 100644 index 6ae136b..0000000 --- a/debian/doc-base/applauncherd-user-documentation +++ /dev/null @@ -1,10 +0,0 @@ -Document: applauncherd-user-documentation -Title: Optimizing Application Startup -Abstract: Documentation for developers who are willing to use - booster, splash screen or single instance functionalities in - their application startup. -Section: Programming/C++ - -Format: HTML -Files: /usr/share/doc/applauncherd/user-documentation/html/*.html -Index: /usr/share/doc/applauncherd/user-documentation/html/index.html diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a91f243..0000000 --- a/debian/rules +++ /dev/null @@ -1,111 +0,0 @@ -#!/usr/bin/make -f - -#include /usr/share/cdbs/1/rules/debhelper.mk -#include /usr/share/cdbs/1/class/cmake.mk - -# architecture we're building for -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) - -ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) - DEBUG_BUILD=1 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - -ifeq ($(DEB_HOST_ARCH), arm) - # Configure Applauncherd to be build with tests - BUILD_TESTS=1 HARMATTAN=1 DEBUG_BUILD=$(DEBUG_BUILD) ./configure -else ifeq ($(DEB_HOST_ARCH), armel) - # Configure Applauncherd to be build with tests - BUILD_TESTS=1 HARMATTAN=1 DEBUG_BUILD=$(DEBUG_BUILD) ./configure -else - # Configure Applauncherd to be build with tests and without checking invoker credentials - BUILD_TESTS=1 DISABLE_VERIFICATION=1 HARMATTAN=1 DEBUG_BUILD=$(DEBUG_BUILD) ./configure -endif - - touch configure-stamp - -build: build-stamp -build-stamp: configure-stamp - dh_testdir - make - make doc - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - rm -f CMakeCache.txt - dh_clean - -install: build -#install: build tests/harmattan/testapps/applauncherd-token-test_1.0_armel.deb - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - DESTDIR=debian/tmp make install - cp tests/harmattan/testapps/applauncherd-token-test_1.?_armel.deb debian/tmp/usr/share/fala_images - cp tests/harmattan/testapps/applauncherd-usrlib-test_1.?_armel.deb debian/tmp/usr/share/fala_images - -#tests/harmattan/testapps/applauncherd-token-test_1.0_armel.deb: -# cd tests/harmattan/testapps/applauncherd-token-test-1.0 && dpkg-buildpackage - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_install --sourcedir=debian/tmp -v -# dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo -# dh_installman - dh_link - dh_strip -p applauncherd-launcher --dbg-package=applauncherd-launcher-dbg - dh_strip -p applauncherd-invoker --dbg-package=applauncherd-invoker-dbg - dh_strip -p applauncherd-testapps --dbg-package=applauncherd-testapps-dbg - dh_strip -p applauncherd-single-instance --dbg-package=applauncherd-single-instance-dbg - dh_strip -p applauncherd-tests - dh_compress - dh_fixperms -# dh_perl -# dh_python - dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -# This enables Aegis for arm and armel -ifeq ($(DEB_HOST_ARCH), arm) - aegis-deb-add -control debian/applauncherd-launcher/DEBIAN/control .. debian/applauncherd-launcher.aegis=_aegis - aegis-deb-add -control debian/applauncherd-invoker/DEBIAN/control .. debian/applauncherd-invoker.aegis=_aegis - aegis-deb-add -control debian/applauncherd-testapps/DEBIAN/control .. debian/applauncherd-testapps.aegis=_aegis -else ifeq ($(DEB_HOST_ARCH), armel) - aegis-deb-add -control debian/applauncherd-launcher/DEBIAN/control .. debian/applauncherd-launcher.aegis=_aegis - aegis-deb-add -control debian/applauncherd-invoker/DEBIAN/control .. debian/applauncherd-invoker.aegis=_aegis - aegis-deb-add -control debian/applauncherd-testapps/DEBIAN/control .. debian/applauncherd-testapps.aegis=_aegis -endif - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure -