diff options
author | Martin Wolf <ext-martin.2.wolf@nokia.com> | 2010-05-17 16:02:02 +0300 |
---|---|---|
committer | Martin Wolf <ext-martin.2.wolf@nokia.com> | 2010-05-17 16:02:02 +0300 |
commit | def2b0c7930cd92b08351844a2e40a8e3ed94dae (patch) | |
tree | eb7ecc6129ff639f93ef54bdb08e3f0a200854b3 /debian | |
parent | 0e279e4350932643144f4ba9ac0afe501cb94c47 (diff) | |
download | libresourceqt-def2b0c7930cd92b08351844a2e40a8e3ed94dae.tar.gz |
Added performance tests
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/libresourceqt-performance-tests.install | 2 |
3 files changed, 20 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 96a1009..641ba5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libresourceqt (1.7) unstable; urgency=low + + * Implemented SWP#Plicy-327 + + -- Martin Wolf <ext-martin.2.wolf@nokia.com> Mon, 17 May 2010 15:00:00 +0300 + libresourceqt (1.6) unstable; urgency=low * Implemented SWP#Plicy-296 diff --git a/debian/control b/debian/control index 6774eec..555f13d 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libresourceqt Priority: extra -Maintainer: Martin Wolf <ext-martin.2.wolf@nokia.com> +Maintainer: Martin Wolf <resource-policy@projects.maemo.org> Build-Depends: debhelper (>= 5), libqt4-dev (>> 4.6.0), libdbus-1-dev, libresource0-dev Standards-Version: 3.8.0 Section: libs @@ -43,10 +43,19 @@ Description: Maemo Qt resource aware client test example Package: libresourceqt-tests Section: misc -Depends: testrunner, libdbus-qeventloop1, libresourceqt1, ${shlibs:Depends} +Depends: ci-testing, libdbus-qeventloop1, libresourceqt1, ${shlibs:Depends} XB-Maemo-CI-Packages: libdbus-qeventloop1, libresourceqt1 -XB-Maemo-CI-Stage: fast, staging, acceptance +XB-Maemo-CI-Stage: fast, staging, acceptance, validation Architecture: any Description: libresourceqt1 and libdbus-qeventloop test package This package contains tests which can be used in CI environment +Package: libresourceqt-performance-tests +Section: misc +Depends: ci-testing, libdbus-qeventloop1, libresourceqt1, ${shlibs:Depends} +XB-Maemo-CI-Packages: libdbus-qeventloop1, libresourceqt1 +XB-Maemo-CI-Stage: staging, acceptance, validation +Architecture: any +Description: libresourceqt1 performance test package + This package contains performance tests which can be used in CI environment + diff --git a/debian/libresourceqt-performance-tests.install b/debian/libresourceqt-performance-tests.install new file mode 100644 index 0000000..04d459f --- /dev/null +++ b/debian/libresourceqt-performance-tests.install @@ -0,0 +1,2 @@ +usr/lib/libresourceqt-performance-tests/* +usr/share/libresourceqt-performance-tests/* |