debian/0000755000000000000000000000000011766057477007212 5ustar debian/control0000644000000000000000000000227311766056643010613 0ustar Source: zdaemon Section: zope Priority: optional Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools Build-Depends-Indep: python-zconfig, python-zope.testing Standards-Version: 3.9.3 X-Python-Version: >= 2.4 Homepage: http://pypi.python.org/pypi/zdaemon Vcs-Svn: svn://svn.debian.org/pkg-zope/zdaemon/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zdaemon/trunk/ Package: python-zdaemon Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources Provides: ${python:Provides} Conflicts: zope3 Description: daemon process control library and tools for Unix-based systems `zdaemon` is a Python package which provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications (for instance, it has been used to manage the 'spread' daemon). debian/source/0000755000000000000000000000000011766057477010512 5ustar debian/source/format0000644000000000000000000000001411766056545011713 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000002711766057277010062 0ustar src/zdaemon/README.txt debian/watch0000644000000000000000000000013111766056546010232 0ustar version=3 http://pypi.python.org/packages/source/z/zdaemon/zdaemon-(.*)\.(?:tar\.gz|zip) debian/tests/0000755000000000000000000000000011766057477010354 5ustar debian/tests/control0000644000000000000000000000010511766056545011746 0ustar Tests: all Features: no-build-needed Depends: @, python-zope.testing debian/tests/all0000644000000000000000000000007111766056545011040 0ustar #!/bin/bash . /usr/share/python-zope.testing/test_helper debian/compat0000644000000000000000000000000211766056546010404 0ustar 7 debian/copyright0000644000000000000000000000553511766056546011151 0ustar This package was debianized by Brian Sutherland It was downloaded from http://pypi.python.org/pypi/zdaemon Copyright: Upstream Author: Zope Corporation and Contributers Files contain this header: # Copyright (c) 2001, 2002 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. 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/changelog0000644000000000000000000000574011766057433011062 0ustar zdaemon (2.0.7-1) unstable; urgency=low * Team upload. [ Gediminas Paulauskas ] * New upstream release. [ Arnaud Fontaine ] * Bump Standards-Version to 3.9.3. No changes needed. * debian/docs: + Remove CHANGES.txt as it is already installed by dh_installchangelogs. -- Arnaud Fontaine Wed, 13 Jun 2012 18:31:13 +0900 zdaemon (2.0.4-6) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * debian/control: + Add missing Depends on python-pkg-resources. Closes: #645267. * debian/rules: + Trap shell command errors if any as per Policy 4.6. [ Gediminas Paulauskas ] * debian/rules: + Fix typo in test search path. + Remove --with pydeb. * debian/control: + Remove Replaces: python-zodb, looks like a copy-paste mistake. + Remove python-van.pydeb from Build-Depends. -- Arnaud Fontaine Fri, 14 Oct 2011 10:34:33 +0900 zdaemon (2.0.4-5) unstable; urgency=low * Team upload. * debian/rules: + Remove versioned scripts following the discussion on pkg-zope-developers@ mailing list. -- Arnaud Fontaine Tue, 03 May 2011 01:34:29 +0900 zdaemon (2.0.4-4) unstable; urgency=low * Debian Zope packaging team upload. Closes: #623921, #623990. * debian/docs: + Add src/zdaemon/README.txt and CHANGES.txt. * debian/examples: + Add src/zdaemon/sample.conf. * debian/rules: + Run all the tests at build time. * debian/control: + 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. * Switch to dpkg-source 3.0 (quilt) format. * Switch to dh_python2 in place of deprecated python-central. Closes: #617155. + debian/control: - Remove python-central from Build-Depends. - Remove deprecated field XB-Python-Version. - Rename XS-Python-Version to X-Python-Version with >= 2.4. - 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 Mon, 25 Apr 2011 15:11:27 +0900 zdaemon (2.0.4-3) unstable; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 05 Jan 2010 21:57:51 +0100 zdaemon (2.0.4-2) unstable; urgency=low [ Matthias Klose ] * Set section to zope. * Rebuild against van.pydeb 1.3. [ Brian Sutherland ] * Set priority to optional as we are depended on by python-zodb which is priority optional. [ Fabio Tranchitella ] * debian/control: build-depend on python-van.pydeb >= 1.3.0-2. (Closes: #552684) -- Fabio Tranchitella Sun, 08 Nov 2009 11:19:41 +0100 zdaemon (2.0.4-1) unstable; urgency=low * Initial Packaging -- Brian Sutherland Mon, 08 Jun 2009 10:17:58 +0200 debian/rules0000755000000000000000000000055511766056546010273 0ustar #!/usr/bin/make -f %: dh --with python2 $@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: set -e; for py in $(shell pyversions -vr); do \ for test in tests testzdoptions testzdrun; do \ PYTHONPATH=debian/python-zdaemon/usr/lib/python$$py/dist-packages \ python$$py setup.py test -m zdaemon.tests.$$test; \ done; \ done; endif debian/examples0000644000000000000000000000003011766056546010740 0ustar src/zdaemon/sample.conf