diff -Nru ubuntu-system-settings-0.1+14.04.20140115/.bzr-builddeb/default.conf ubuntu-system-settings-0.1+14.04.20140115/.bzr-builddeb/default.conf --- ubuntu-system-settings-0.1+14.04.20140115/.bzr-builddeb/default.conf 2014-01-19 07:23:28.000000000 +0000 +++ ubuntu-system-settings-0.1+14.04.20140115/.bzr-builddeb/default.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[BUILDDEB] -split = True diff -Nru ubuntu-system-settings-0.1+14.04.20140115/debian/bzr-builder.manifest ubuntu-system-settings-0.1+14.04.20140115/debian/bzr-builder.manifest --- ubuntu-system-settings-0.1+14.04.20140115/debian/bzr-builder.manifest 2014-01-19 07:23:29.000000000 +0000 +++ ubuntu-system-settings-0.1+14.04.20140115/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# bzr-builder format 0.3 deb-version 1:{debupstream}-0~567+201401190723 -lp:ubuntu-system-settings revid:launchpad_translations_on_behalf_of_system-settings-touch-20140119060144-07y1mb6kvs1y3d4a diff -Nru ubuntu-system-settings-0.1+14.04.20140115/debian/changelog ubuntu-system-settings-0.1+14.04.20140115/debian/changelog --- ubuntu-system-settings-0.1+14.04.20140115/debian/changelog 2014-01-19 07:23:29.000000000 +0000 +++ ubuntu-system-settings-0.1+14.04.20140115/debian/changelog 2014-01-21 05:06:14.000000000 +0000 @@ -1,10 +1,4 @@ -ubuntu-system-settings (1:0.1+14.04.20140115-0~567+201401190723~ubuntu14.04.1) trusty; urgency=low - - * Auto build. - - -- Launchpad Package Builder Sun, 19 Jan 2014 07:23:29 +0000 - -ubuntu-system-settings (0.1+14.04.20140115-0ubuntu1) trusty; urgency=low +ubuntu-system-settings (1:0.1+14.04.20140115-0~567+201401190723~ubuntu14.04.1+fixqt52~test1) trusty; urgency=low [ Sebastien Bacher ] * install a screenshot, to be used in the unity dash (LP: #1229758) @@ -12,7 +6,7 @@ [ Iain Lane ] * Don't need an empty destructor in the sound plugin - -- Ubuntu daily release Wed, 15 Jan 2014 13:40:05 +0000 + -- Timo Jyrinki Tue, 21 Jan 2014 07:03:39 +0200 ubuntu-system-settings (0.1+14.04.20140110-0ubuntu1) trusty; urgency=low diff -Nru ubuntu-system-settings-0.1+14.04.20140115/tests/CMakeLists.txt ubuntu-system-settings-0.1+14.04.20140115/tests/CMakeLists.txt --- ubuntu-system-settings-0.1+14.04.20140115/tests/CMakeLists.txt 2014-01-19 07:23:28.000000000 +0000 +++ ubuntu-system-settings-0.1+14.04.20140115/tests/CMakeLists.txt 2014-01-21 05:06:14.000000000 +0000 @@ -29,6 +29,7 @@ qt5_use_modules(tst-plugins Core Qml Test) target_link_libraries(tst-plugins SystemSettings) add_test(tst-plugins tst-plugins) +set_tests_properties(tst-plugins PROPERTIES ENVIRONMENT "QT_QPA_PLATFORM=minimal") qt5_use_modules(tst-arguments Core Test) add_test(tst-arguments tst-arguments)