Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian packaging #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-autojenkins (0.4.6-1) unstable; urgency=low

* Initial release.

-- Daniel Watkins <[email protected]> Mon, 12 Dec 2011 15:11:08 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
18 changes: 18 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Source: python-autojenkins
Section: python
Priority: optional
Maintainer: Daniel Watkins <[email protected]>
Build-Depends:
debhelper (>= 7),
python-all (>= 2.6)

Package: python-autojenkins
Architecture: all
Depends: python-requests, python-jinja2, ${misc:Depends}, ${python:Depends}
Description: Jenkins Remote Control Library
Automation (remote control) of Jenkins tasks. Things you can do with it:
* Create a job (e.g. from a template job)
* Delete a job
* Obtain the config.xml file for that job
* Trigger building of a job
* Obtain latest execution results
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@