diff -Nru libkubuntu-15.04ubuntu1/debian/changelog libkubuntu-15.04ubuntu2/debian/changelog --- libkubuntu-15.04ubuntu1/debian/changelog 2015-01-20 12:45:36.000000000 +0000 +++ libkubuntu-15.04ubuntu2/debian/changelog 2015-01-20 16:08:38.000000000 +0000 @@ -1,3 +1,9 @@ +libkubuntu (15.04ubuntu2) vivid; urgency=medium + + * Run tests in openbox + + -- Harald Sitter Tue, 20 Jan 2015 17:08:06 +0100 + libkubuntu (15.04ubuntu1) vivid; urgency=medium * Port to KDE Frameworks 5 diff -Nru libkubuntu-15.04ubuntu1/debian/control libkubuntu-15.04ubuntu2/debian/control --- libkubuntu-15.04ubuntu1/debian/control 2015-01-20 12:45:36.000000000 +0000 +++ libkubuntu-15.04ubuntu2/debian/control 2015-01-20 16:08:38.000000000 +0000 @@ -9,7 +9,9 @@ language-pack-en, libkf5i18n-dev, libqapt-dev (>= 3.0.0), - pkg-kde-tools + pkg-kde-tools, + xauth, + xvfb Standards-Version: 3.9.5 Vcs-Git: git://anongit.kde.org/scratch/sitter/libkubuntu.git diff -Nru libkubuntu-15.04ubuntu1/debian/rules libkubuntu-15.04ubuntu2/debian/rules --- libkubuntu-15.04ubuntu1/debian/rules 2015-01-20 12:45:36.000000000 +0000 +++ libkubuntu-15.04ubuntu2/debian/rules 2015-01-20 16:08:38.000000000 +0000 @@ -7,3 +7,7 @@ override_dh_strip: $(overridden_command) --dbg-package=libkubuntu-dbg + +override_dh_auto_test: + dh_installwm openbox \ + xvfb-run -a dh_auto_test