From e7c1c1f2a9bfdf3da70c58267f4a42117ce3e208 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 13 Oct 2012 17:23:32 -0400 Subject: [PATCH] Add copyright information and jenkins min version Signed-off-by: Paul Belanger --- debian/control | 5 +++-- debian/copyright | 28 +++++++++++++++------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 9fd40b9..93e10ee 100644 --- a/debian/control +++ b/debian/control @@ -15,11 +15,12 @@ Build-Depends-Indep: python-sphinx, python-webob, python-yaml -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 Package: zuul Architecture: all -Depends: jenkins, +Depends: jenkins (>= 1.426), + python-daemon, python-git (>= 0.3.2~RC1), python-jenkins, python-lockfile, diff --git a/debian/copyright b/debian/copyright index 36a5199..703667f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,18 +1,23 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: zuul -Source: +Upstream-Name: Zuul +Upstream-Contact: OpenStack Continuous Integration Administrators +Source: http://launchpad.net/zuul Files: * -Copyright: - -License: - - +Copyright: Copyright 2012 Hewlett-Packard Development Company, L.P. +License: Apache 2.0 + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at . - + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines Files: debian/* Copyright: 2012 Paul Belanger License: GPL-2+ @@ -31,6 +36,3 @@ License: GPL-2+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here.