~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-08 10:40:55 UTC
  • Revision ID: package-import@ubuntu.com-20120808104055-9e9urd42c774uyxa
Tags: 0.1.11-4
Closes: #684304 -- managed to depend on python 2.6 and 2.7 at
the same time with overzealous use of ${python:Versions} in the
control file.

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), python, python-lxml, python-setuptools
 
5
Build-Depends: debhelper (>= 8.0.0), python-lxml, python-setuptools
6
6
Standards-Version: 3.9.3
7
7
Homepage: http://pypi.python.org/pypi/jenkinsapi
8
8
 
9
9
Package: python-jenkinsapi
10
10
Architecture: all
11
 
Depends: python-lxml, python-bs4, ${python:Versions}, ${python:Depends},
12
 
 ${misc:Depends}
 
11
Depends: python-lxml, python-bs4, ${python:Depends}, ${misc:Depends}
13
12
Provides: ${python:Provides}
14
13
Description: bindings for Python usage of the Jenkins remote API
15
14
 Jenkins is the market leading continuous integration system, originally