~canonical-platform-qa/autopilot-qt/overlay

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Christopher Lee
  • Date: 2014-08-08 04:22:19 UTC
  • mfrom: (89.1.7 autopilot-qt)
  • Revision ID: chris.lee@canonical.com-20140808042219-50s3uqb5d8jgual1
* Remove completely unnecessary Conflicts/Provides/Replaces on
  autopilot-qt5.
* Remove bare libautopilot_driver_qt*.so files from the package; these are
  (properly) not used at runtime
* Split the package back into multiple autopilot-qt{4,5} packages, as
  well as a common package for the libqttestability plugin, with
  libautopilot-qt made a metapackage for compatibility.  This eliminates
  the need to install an unrelated version of Qt in order to test an
  application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
Package: libautopilot-qt
28
28
Section: libs
29
29
Architecture: any
 
30
Depends: autopilot-qt4,
 
31
         autopilot-qt5,
 
32
         qttestability-autopilot,
 
33
         ${misc:Depends},
 
34
         ${shlibs:Depends},
 
35
Description: make Qt applications introspectable by autopilot
 
36
 autopilot-qt allows autopilot to test any existing Qt application, without
 
37
 having to rebuild the application under test.
 
38
 .
 
39
 This is a compatibility package depending on both the Qt4 and Qt5 drivers.
 
40
 
 
41
Package: autopilot-qt4
 
42
Section: libs
 
43
Architecture: any
 
44
Depends: ${misc:Depends},
 
45
         ${shlibs:Depends},
 
46
Replaces: autopilot-qt, libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
47
Conflicts: autopilot-qt
 
48
Breaks: libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
49
Provides: autopilot-qt
 
50
Description: make Qt applications introspectable by autopilot - Qt4 plugin
 
51
 autopilot-qt allows autopilot to test any existing Qt application, without
 
52
 having to rebuild the application under test.
 
53
 .
 
54
 This package provides the driver used for packages built against Qt4.
 
55
 
 
56
Package: autopilot-qt5
 
57
Section: libs
 
58
Architecture: any
 
59
Depends: ${misc:Depends},
 
60
         ${shlibs:Depends},
 
61
Replaces: libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
62
Breaks: libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
63
Description: make Qt applications introspectable by autopilot - Qt5 plugin
 
64
 autopilot-qt allows autopilot to test any existing Qt application, without
 
65
 having to rebuild the application under test.
 
66
 .
 
67
 This package provides the driver used for packages built against Qt5.
 
68
 
 
69
Package: qttestability-autopilot
 
70
Section: libs
 
71
Architecture: any
30
72
Depends: libxpathselect1.4,
31
73
         python3-autopilot (>= 1.4),
 
74
         autopilot-qt5 | autopilot-qt4
32
75
         ${misc:Depends},
33
 
         ${shlibs:Depends},
34
 
Replaces: autopilot-qt,
35
 
          autopilot-qt5,
36
 
Conflicts: autopilot-qt,
37
 
           autopilot-qt5,
38
 
Provides: autopilot-qt,
39
 
          autopilot-qt5,
40
 
Recommends: python-autopilot,
41
 
Description: This project makes Qt applications introspectable by autopilot.
42
 
 This allows autopilot to test any existing Qt4 or Qt5 application,
43
 
 without having to rebuild the application under test.
 
76
         ${shlibs:Depends}
 
77
Recommends: python-autopilot
 
78
Replaces: libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
79
Breaks: libautopilot-qt (<< 1.4+14.10.20140724.1-0ubuntu2)
 
80
Description: make Qt applications introspectable by autopilot
 
81
 autopilot-qt allows autopilot to test any existing Qt application, without
 
82
 having to rebuild the application under test.
 
83
 .
 
84
 This package provides the qttestability library, which requires the
 
85
 matching autopilot-qt4 or autopilot-qt5 driver package installed for the
 
86
 application under test.
44
87
 
45
88
Package: libautopilot-qt-autopilot
46
89
Section: libs