~compiz-team/compiz/compiz.fix_1130160

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tarmac
  • Author(s): Sam Spilsbury
  • Date: 2013-02-19 14:44:27 UTC
  • mfrom: (3554.6.19 compiz.fix_1120009)
  • Revision ID: tarmac-20130219144427-2xzi2f9b4ap9b2r0
Enable xorg-gtest tests by default and build in CI.

This change also refactors a number of parts of the code to find and build the tests. It puts the logic to find Google Test and Xorg GTest in their own cmake files, and also splits the find logic with the build logic. Finally, it makes the xorg-gtest variables available to all subdirectories and not just the ones under tests/.

This change also refreshes some distro patches. A new option was added to not auto-load the ccp plugin, and also modifies one of the tests depending on a modified setting value.

(LP: #1120009). Fixes: https://bugs.launchpad.net/bugs/1120009.

Approved by Sam Spilsbury, Andrea Azzarone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
compiz (1:0.9.9~daily13.02.08-0ubuntu5) raring; urgency=low
 
2
 
 
3
  * debian/ccp_plugin.patch:
 
4
    - Fix typo
 
5
  * debian/rules:
 
6
    - We already auto-load the ccp plugin, no need to add it to the
 
7
    default plugins.
 
8
 
 
9
 -- Sam Spilsbury <smspillaz@interpol>  Mon, 18 Feb 2013 09:51:41 +0800
 
10
 
 
11
compiz (1:0.9.9~daily13.02.08-0ubuntu4) raring; urgency=low
 
12
 
 
13
  * debian/ccp_plugin.patch:
 
14
    - Also adjust test framework to pass the new option
 
15
 
 
16
 -- Sam Spilsbury <smspillaz@interpol>  Thu, 14 Feb 2013 12:49:11 +0800
 
17
 
 
18
compiz (1:0.9.9~daily13.02.08-0ubuntu3) raring; urgency=low
 
19
 
 
20
  * debian/control:
 
21
    - Add xorg-gtest, xserver-xorg-dev, libxi-dev as build-deps
 
22
  * debian/ubuntu_config.patch:
 
23
    - Adjust EWMH test for new value
 
24
  * debian/ccp_plugin.patch:
 
25
    - Added new option --no-auto-load-ccp to prevent the ccp
 
26
      plugin from autoloading. Useful for tests where having
 
27
      this behaviour just causes problems from unwanted side-effects
 
28
 
 
29
 -- Sam Spilsbury <smspillaz@gmail.com>  Thu, 14 Feb 2013 12:45:17 +0800
 
30
 
1
31
compiz (1:0.9.9~daily13.02.08-0ubuntu2) UNRELEASED; urgency=low
2
32
 
3
33
  * debian/patches/100_workaround_virtualbox_hang.patch