debian/0000755000000000000000000000000012207641324007167 5ustar debian/copyright0000644000000000000000000000637212207640412011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-jenkins Upstream-Contact: Python Jenkins Developers Source: http://launchpad.net/python-jenkins Files: * Copyright: 2010, Willow Garage, Inc. License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Willow Garage, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2011, Canonical Ltd (http://www.canonical.com) License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000644000000000000000000000000212207640412010362 0ustar 9 debian/watch0000644000000000000000000000017612207640412010221 0ustar version=3 https://launchpad.net/python-jenkins/+download \ https://launchpad.net/python-jenkins/.*/python-jenkins-(.*).tar.gz debian/source/0000755000000000000000000000000012207641324010467 5ustar debian/source/format0000644000000000000000000000001412207640412011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000035712207641026010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 --buildsystem python_distutils get-orig-source: uscan --noconf --force-download --rename --repack --destdir=. debian/gbp.conf0000644000000000000000000000021412207640412010600 0ustar [DEFAULT] [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ overlay = True pristine-tar = False compression = gzip debian/changelog0000644000000000000000000000254712207641323011050 0ustar python-jenkins (0.2.1-0ubuntu1) saucy; urgency=low * New upstream release: - d/rules: Force use of python distutils for build system. -- James Page Thu, 29 Aug 2013 13:47:14 +0100 python-jenkins (0.2-2) unstable; urgency=low * debian/control: - We are an architecture-independent package so set Architecture: all - Drop XSBC-Original-Maintainer field - Add James Page to Maintainer and Paul Belange to Uploaders * debian/copyright: - Add missing BSD-3-Clause License text * debian/rules: - Update get-orig-source making it debian-policy (4.9) compliant * debian/source.lintian-overrides: - Removed -- Paul Belanger Sat, 17 Nov 2012 13:57:41 -0500 python-jenkins (0.2-1) unstable; urgency=low * Initial release (Closes: #693268) -- Paul Belanger Wed, 14 Nov 2012 17:39:03 -0500 python-jenkins (0.2-0ubuntu2) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:10:45 +0000 python-jenkins (0.2-0ubuntu1) oneiric; urgency=low * New upstream release. -- James Page Wed, 10 Aug 2011 17:43:01 +0100 python-jenkins (0.1-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Thu, 30 Jun 2011 16:41:07 +0100 debian/control0000644000000000000000000000140712207641067010600 0ustar Source: python-jenkins Section: python Priority: optional Maintainer: James Page Uploaders: Paul Belanger Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: http://launchpad.net/python-jenkins Vcs-Git: git://github.com/pabelanger/python-jenkins.git Vcs-Browser: https://github.com/pabelanger/python-jenkins.git Package: python-jenkins Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python bindings for the Jenkins Remote API This package provides Python bindings for the Jenkins Remote API. It current supports management of: . * Project configuration * Build control * Slave node configuration