~ubuntu-branches/ubuntu/trusty/python-jenkinsapi/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Al Stone
  • Date: 2012-08-06 20:30:56 UTC
  • Revision ID: package-import@ubuntu.com-20120806203056-zxduzqr6unvjcipl
Tags: 0.1.11-2
* Replace usage of python-support with dh_python2
* Closes: #683458 -- now that dh_python2 is being used, package is
  being built correctly and is no longer empty on rebuild
* Closes: #683460 -- corrected package dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Al Stone <ahs3@debian.org>
5
 
Build-Depends: debhelper (>= 8.0.0)
 
5
Build-Depends: debhelper (>= 8.0.0), python-dev (>= 2.6.6-3),
 
6
 python-lxml
6
7
Standards-Version: 3.9.3
7
8
Homepage: http://pypi.python.org/pypi/jenkinsapi
8
9
 
9
10
Package: python-jenkinsapi
10
 
Architecture: all
11
 
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
11
Architecture: any
 
12
Depends: python-lxml, python-bs4, ${python:Versions}, ${python:Depends},
 
13
 ${misc:Depends}
 
14
Provides: ${python:Provides}
12
15
Description: bindings for Python usage of the Jenkins remote API
13
16
 Jenkins is the market leading continuous integration system, originally
14
17
 created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use