~ubuntu-branches/ubuntu/vivid/u1db-qt/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, CI bot, Ubuntu daily release, Christian Dywan
  • Date: 2014-03-06 08:25:22 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140306082522-6w23qdevk434gk4j
Tags: 0.1.5+14.04.20140306-0ubuntu1
[ CI bot ]
* No change rebuild against Qt 5.2.1.

[ Ubuntu daily release ]
* New rebuild forced

[ Christian Dywan ]
* Adopt xvfb.sh script from ui toolkit to run tests
* Sort out build warnings and make them always fatal.
* Implement Database.removeDoc method and use it in unit test
  Functionally this is equivalent to replacing the doc with an empty
  one. (LP: #1243395)
* Use new-style qmlrunner log option to enable stdout.
* Query improvements and more advanced example. (LP: #1271977,
  #1271972, #1266478)
* Store whole document contents in the results and unit test that.
  (LP: #1271973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
override_dh_auto_configure:
13
13
        dh_auto_configure -- -DBUILD_DOCS=ON
14
14
 
 
15
override_dh_auto_test:
 
16
        sh tests/xvfb.sh dh_auto_test || exit $?
 
17