From da204cdcecb3533c5261900651467b988363286d Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 15 May 2013 12:54:56 -0400 Subject: [PATCH] Minor updates to debian/control Signed-off-by: Paul Belanger --- debian/control | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0866aef..84e44b9 100644 --- a/debian/control +++ b/debian/control @@ -19,11 +19,13 @@ Build-Depends-Indep: python-yaml Standards-Version: 3.9.3 X-Python-Version: >= 2.6 +Homepage: https://launchpad.net/zuul +Vcs-Git: git://github.com/pabelanger/zuul-deb.git +Vcs-Browser: https://github.com/pabelanger/zuul-deb Package: zuul Architecture: all -Depends: jenkins (>= 1.426), - libjs-jquery, +Depends: libjs-jquery, libjs-underscore, python-daemon, python-extras, @@ -38,5 +40,12 @@ Depends: jenkins (>= 1.426), ${misc:Depends}, ${python:Depends} Suggests: + jenkins (>= 1.426), python-statsd Description: Trunk gating system + Zuul is a program that is used to gate the source code repository of a project + so that changes are only merged if they pass tests. + . + The main component of Zuul is the scheduler. It receives events related to + proposed changes (currently from Gerrit), triggers tests based on those events + (currently on Jenkins), and reports back.