~ubuntu-branches/ubuntu/wily/kde4pimlibs/wily-proposed

« back to all changes in this revision

Viewing changes to debian/tests/testsuite

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Scarlett Clark, Harald Sitter
  • Date: 2015-05-14 07:21:55 UTC
  • Revision ID: package-import@ubuntu.com-20150514072155-mslepdwlp0gheao1
Tags: 4:4.14.10-1ubuntu1
[ Scarlett Clark ]
* New upstream release.

[ Harald Sitter ]
* Rename source from kdepimlibs to kde4pimlibs for compatibility purposes we
  need the legacy kde4 version and the new kf5 version in the archive.
* Adjust VCS fields
* Make sure all breaks and replaces on kdepimlibs-data have a version
  it made a return in the kf5 packaging.
* Rename packages to unconflict with kf5 version:
  + kdepimlibs-kio-plugins to kde4pimlibs-kio-plugins
  + kdepimlibs-dbg to kde4pimlibs-dbg
* Merge with debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
sed -i 's/-DKDE4_BUILD_TESTS=false/-DKDE4_BUILD_TESTS=true/' debian/rules
 
4
if [ -d /usr/lib/ccache ]; then
 
5
    export PATH="/usr/lib/ccache:$PATH"
 
6
fi
 
7
debian/rules clean 2>&1
 
8
dpkg-source --before-build .
 
9
debian/rules build 2>&1
 
10
xvfb-run -a --server-args="-screen 0 1024x768x24" \
 
11
    dbus-launch --exit-with-session debian/tests/testsuite.xsession