debian/0000755000000000000000000000000012144616241007167 5ustar debian/rules0000755000000000000000000000173412144614432010254 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_install: dh_install # Remove doctest and tests.py from the source which should be # in /usr/share/doc instead (even for doctest files) # # TODO: Perhaps run the tests at build time? for py in $(shell pyversions -vr); do \ rm debian/python-zc.buildout/usr/lib/python$$py/dist-packages/zc/buildout/*.txt; \ rm debian/python-zc.buildout/usr/lib/python$$py/dist-packages/zc/buildout/tests.py; \ done; # Run tests on build time, but only if ``nocheck'' build # option has not been set. # # Run the tests here rather than overriding dh_auto_test to # make sure that nothing is missing within the binary # directory. # # Disabled for now as they need to be updated upstream. #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # for py in $(shell pyversions -vr); do \ # PYTHONPATH=debian/python-zc.buildout/usr/lib/python$$py/dist-packages \ # python$$py setup.py test -m zc.buildout.tests; \ # done; #endif debian/watch0000644000000000000000000000013112144614432010213 0ustar version=3 http://pypi.python.org/packages/source/z/zc.buildout/zc.buildout-(.*)\.tar\.gz debian/copyright0000644000000000000000000000455412144614432011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zc.buildout Upstream-Contact: Jim Fulton Source: http://pypi.python.org/pypi/zc.buildout Files: * Copyright: (c) 2004-2009 Zope Foundation and Contributors. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 HOLDERS 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/changelog0000644000000000000000000000555412144614432011052 0ustar zc.buildout (1.7.1-1) unstable; urgency=low * New upstream release. * debian/copyright: convert to copyright-format 1.0 * debian/control: Bump Standards-Version to 3.9.4. * debian/rules: don't mangle the buildout script, use default python * debian/install: tutorial is no longer included in the tarball -- Gediminas Paulauskas Fri, 22 Mar 2013 16:47:51 +0200 zc.buildout (1.5.2-1) unstable; urgency=low * New upstream release. + Based on Ubuntu package done by Gediminas Paulauskas . * Do not use python-van.deb as it is not particularly useful. + debian/control: - Remove python-van.deb from Build-Depends. - Remove pydeb from dependency fields. + debian/rules - Remove --with pydeb argument of dh. * Switch to dpkg-source 3.0 (quilt) format. * debian/rules: + Remove all text files and tests (which use doctest) from the source package and put them in /usr/share/doc instead. * debian/docs: + Add README.txt, DEVELOPERS.txt and SYSTEM_PYTHON_HELP.txt. * debian/install: + Add all doctest text files and tutorial to documentation. * debian/control: + Add myself to Uploaders. + Wrap Uploaders and Build-Depends fields. + Bump Standards-Version to 3.9.2. No changes needed. + Add Homepage and Vcs-Browser fields. + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now). + Build-Depends on python-all rather than python-all-dev as there is no extension to build. * debian/copyright: + Update author email address. + Update copyright headers. * Switch to dh_python2 in place of deprecated python-central. Closes: #617152. + debian/control: - Remove python-central from Build-Depends. - Remove deprecated field XB-Python-Version. - Rename XS-Python-Version to X-Python-Version. - Bump versions of python-all in Build-Depends to 2.6.6-3~. + debian/rules: - Use --with python2 rather than --with-python-central. -- Arnaud Fontaine Thu, 21 Apr 2011 17:06:23 +0900 zc.buildout (1.4.3-1) unstable; urgency=low * New upstream release. * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 05 Jan 2010 22:10:02 +0100 zc.buildout (1.4.1-3) unstable; urgency=low * Add myself to uploaders. * Remove provides: python-zc, this package claims this falsely, it does not actually install zc/__init__.py (Closes: #556366) -- Brian Sutherland Fri, 20 Nov 2009 10:04:55 +0100 zc.buildout (1.4.1-2) unstable; urgency=low * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2. (Closes: #552971) -- Fabio Tranchitella Sun, 08 Nov 2009 10:59:57 +0100 zc.buildout (1.4.1-1) unstable; urgency=low * Initial release. -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/source/0000755000000000000000000000000012144616241010467 5ustar debian/source/format0000644000000000000000000000001412144614432011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212144614432010365 0ustar 7 debian/control0000644000000000000000000000207712144614432010600 0ustar Source: zc.buildout Section: zope Priority: optional Maintainer: Debian/Ubuntu Zope Team Uploaders: Fabio Tranchitella , Brian Sutherland , Arnaud Fontaine Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, Standards-Version: 3.9.4 X-Python-Version: >= 2.4 Vcs-Svn: svn://svn.debian.org/pkg-zope/zc.buildout/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zc.buildout/trunk/ Homepage: http://pypi.python.org/pypi/zc.buildout Package: python-zc.buildout Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: system for managing development buildouts The Buildout project provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings. debian/docs0000644000000000000000000000006112144614432010037 0ustar README.txt DEVELOPERS.txt SYSTEM_PYTHON_HELP.txt debian/tests/0000755000000000000000000000000012144616241010331 5ustar debian/tests/all0000644000000000000000000000007112144614432011022 0ustar #!/bin/bash . /usr/share/python-zope.testing/test_helper debian/tests/control0000644000000000000000000000005312144614432011732 0ustar Tests: all Depends: @, python-zope.testing debian/install0000644000000000000000000000010212144614432010551 0ustar src/zc/buildout/*.txt usr/share/doc/python-zc.buildout/reference/