~elopio/snappy-tests-job/bug-create-version-flags

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Federico Gimenez
  • Date: 2015-08-13 15:57:51 UTC
  • Revision ID: fgimenez@canonical.com-20150813155751-b6saxca91bb9ej3g
Fixed dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
Build-Depends: autopkgtest,
6
 
               bzr,
7
 
               cloud-utils,
 
5
Build-Depends: bzr,
8
6
               debhelper (>= 9),
9
7
               dh-golang,
 
8
               git,
10
9
               golang-check.v1-dev,
11
10
               golang-go,
12
11
               mercurial,
13
 
               python-novaclient,
14
12
Standards-Version: 3.9.6
15
13
Homepage: https://launchpad.net/snappy-tests-job
16
14
Vcs-Browser: http://bazaar.launchpad.net/~snappy-tests-job/trunk/files
18
16
 
19
17
Package: snappy-tests-job
20
18
Architecture: any
21
 
Depends: ${misc:Depends}
 
19
Depends: ${misc:Depends},
 
20
         autopkgtest (>=3.16),
 
21
         bzr,
 
22
         cloud-utils,
 
23
         git,
 
24
         golang-go,
 
25
         mercurial,
 
26
         python-novaclient,
22
27
Description: job for running snappy integration tests
23
28
 This can be run in CI and locally
24