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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Al Stone
  • Date: 2012-07-24 16:40:44 UTC
  • Revision ID: package-import@ubuntu.com-20120724164044-zrhukwdcfcqcgzs2
Tags: 0.1.11-1
Initial release (Closes: #682114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-jenkinsapi
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Al Stone <ahs3@debian.org>
 
5
Build-Depends: debhelper (>= 8.0.0)
 
6
Standards-Version: 3.9.3
 
7
Homepage: http://pypi.python.org/pypi/jenkinsapi
 
8
 
 
9
Package: python-jenkinsapi
 
10
Architecture: all
 
11
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
12
Description: bindings for Python usage of the Jenkins remote API
 
13
 Jenkins is the market leading continuous integration system, originally
 
14
 created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use
 
15
 by providing an easy to use conventional Python interface.
 
16
 .
 
17
 Jenkins (and its predecessor Hudson) are useful projects for automating
 
18
 common development tasks (e.g., unit-testing, production batches) - but
 
19
 they are somewhat Java-centric. Thankfully the designers have provided
 
20
 an excellent and complete REST interface. This library wraps up that
 
21
 interface as more conventional Python objects in order to make most
 
22
 Jenkins-oriented tasks simpler.
 
23