~larry-e-works/uci-engine/write-exitcode-to-file

« back to all changes in this revision

Viewing changes to cli/debian/control

  • Committer: Evan Dandrea
  • Date: 2014-03-07 00:31:30 UTC
  • mto: This revision was merged to the branch mainline in revision 332.
  • Revision ID: evan.dandrea@canonical.com-20140307003130-jml5jenyw4ylje15
Unify cli and ci-utils packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: uci-cli
2
 
Section: python
3
 
Priority: extra
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Evan Dandrea <evan.dandrea@canonical.com>
6
 
Build-Depends: debhelper (>= 8.0.0),
7
 
 python-all (>= 2.6.6-3~),
8
 
 python-mock,
9
 
 python-setuptools,
10
 
 uci-utils
11
 
Standards-Version: 3.9.4
12
 
X-Python-Version: >= 2.7
13
 
Vcs-Bzr: https://code.launchpad.net/~canonical-ci-engineering/ubuntu-ci-services-itself/trunk
14
 
 
15
 
Package: uci-cli
16
 
Architecture: all
17
 
Depends: python-chardet (>= 2.0.1-2~),
18
 
 python-dput (>= 1.6),
19
 
 python-lazr.enum (>= 1.1.2-0~),
20
 
 python-yaml (>= 3.10-2),
21
 
 uci-utils,
22
 
 ${misc:Depends},
23
 
 ${python:Depends}
24
 
Description: Console interface to the Ubuntu Core CI system
25
 
 ubuntu-ci is a console-level interface to the Ubuntu continuous integration
26
 
 system, Core CI. This program provides a way to create new tickets in Core CI
27
 
 and check their status.