~pitti/autopilot-gtk/add-tests

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: allanlesage at gmail
  • Date: 2012-10-17 19:40:06 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: allanlesage@gmail.com-20121017194006-efibb5a5qn3bxil5
AttemptedĀ inlineĀ packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: autopilot-gtk
 
2
Priority: extra
 
3
Maintainer: Allan LeSage <allan.lesage@canonical.com>
 
4
Build-Depends: debhelper (>= 8.0.0),
 
5
               cmake,
 
6
               pkg-config,
 
7
               libglib2.0-dev,
 
8
               libgtk-3-dev,
 
9
               libxpathselect-dev,
 
10
               libindicate-dev
 
11
Standards-Version: 3.9.3
 
12
Section: libs
 
13
Homepage: https://launchpad.net/autopilot-gtk
 
14
 
 
15
Package: autopilot-gtk
 
16
Section: libs
 
17
Architecture: any
 
18
Depends: ${shlibs:Depends}, ${misc:Depends}
 
19
Description: This project makes GTK+ applications introspectable by autopilot.
 
20
 This allows autopilot to test any existing GTK+ application,
 
21
 without having to rebuild the application under test.