debian/0000775000000000000000000000000012171203161007162 5ustar debian/python-zc.pyinstall0000664000000000000000000000002612171200011013043 0ustar src/zc/__init__.py zc debian/changelog0000664000000000000000000000454412171202126011043 0ustar zc.lockfile (1.0.2-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: - bump Standards-Version to 3.9.4 - enable autopkgtest (Closes: #692714) - Use canonical URI for Vcs-Svn and Vcs-Browser. - Split python-zc into a separate package. * debian/python-zc.pyinstall: add to install the zc/__init__.py file. * debian/python-zc.lockfile.install: all other files go to the main package. * debian/tests: switch to zope.testrunner. * debian/copyright: update format and copyright holder. -- Gediminas Paulauskas Tue, 16 Jul 2013 11:28:48 +0300 zc.lockfile (1.0.0-6) unstable; urgency=low * Team upload. * debian/clean: remove to make sure all files are installed. * debian/source/options: ignore .egg-info directory. -- Arnaud Fontaine Tue, 08 Nov 2011 22:37:07 +0900 zc.lockfile (1.0.0-5) unstable; urgency=low * Team upload. * Use dh_python2 instead of deprecated python-central. (Closes: #617153) * Do not use python-van.pydeb. * debian/control: build-depend on python-all (not -dev). * debian/copyright: update, convert to dep5 format. * Switch to 3.0 (quilt) source format * debian/patches/no_doc_txt.patch: add, do not write a doc.txt. * debian/python-zc.lockfile.pyinstall: add to install zc/__init__.py file * debian/rules: remove override to install zc/__init__.py * Add debian/clean to get rid of egg-info/* to prevent FTBFS if built twice. -- Gediminas Paulauskas Tue, 18 Oct 2011 18:28:09 +0300 zc.lockfile (1.0.0-4) unstable; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 05 Jan 2010 21:51:04 +0100 zc.lockfile (1.0.0-3) unstable; urgency=low [ 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 pyton-vab.pydeb >= 1.3.0-2. (Closes: #552974) -- Fabio Tranchitella Sun, 08 Nov 2009 11:19:11 +0100 zc.lockfile (1.0.0-2) unstable; urgency=low * Set section to zope. * Rebuild against van.pydeb 1.3. -- Matthias Klose Sat, 12 Sep 2009 22:41:11 +0200 zc.lockfile (1.0.0-1) unstable; urgency=low * Inital Release -- Brian Sutherland Mon, 08 Jun 2009 10:12:08 +0200 debian/tests/0000775000000000000000000000000012171203161010324 5ustar debian/tests/control0000664000000000000000000000010312171201674011730 0ustar Tests: all Depends: @, python-zope.testing, python-zope.testrunner debian/tests/all0000664000000000000000000000013012171201657011021 0ustar #!/bin/bash testfilter="-s zc.lockfile" . /usr/share/python-zope.testrunner/test_helper debian/python-zc.lockfile.install0000664000000000000000000000001512171200011014257 0ustar debian/tmp/* debian/source/0000775000000000000000000000000012171203161010462 5ustar debian/source/format0000664000000000000000000000001412165043762011704 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000004212165043762012110 0ustar extend-diff-ignore = "\.egg-info" debian/rules0000775000000000000000000000005512171176417010257 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/patches/0000775000000000000000000000000012171203161010611 5ustar debian/patches/no_doc_txt.patch0000664000000000000000000000066412165043762014014 0ustar Do not write a doc.txt that gets added to debian diff. The same is in PKG-INFO. Index: zc.lockfile/setup.py =================================================================== --- zc.lockfile.orig/setup.py +++ zc.lockfile/setup.py @@ -33,8 +33,6 @@ long_description=( '**********************\n' ) -open('doc.txt', 'w').write(long_description) - setup( name = name, version=version, author = "Jim Fulton", debian/patches/series0000664000000000000000000000002112165043762012033 0ustar no_doc_txt.patch debian/control0000664000000000000000000000270512171202660010574 0ustar Source: zc.lockfile Section: zope Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.4 XS-Testsuite: autopkgtest Homepage: http://pypi.python.org/pypi/zc.lockfile Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zc.lockfile/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zc.lockfile/trunk Package: python-zc.lockfile Architecture: all Depends: python-zc, ${python:Depends}, ${misc:Depends} Description: Basic inter-process locks The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to *other* files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files. Package: python-zc Architecture: all Depends: ${python:Depends}, python-pkg-resources, ${misc:Depends} Description: zc namespace package Namespace package for all zc.* packages to depend on. debian/compat0000664000000000000000000000000212165043762010374 0ustar 7 debian/watch0000664000000000000000000000013612165043762010227 0ustar version=3 http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-([0-9.]*)\.tar\.gz debian/copyright0000664000000000000000000000456112171202156011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zc.lockfile Upstream-Contact: Jim Fulton Source: http://pypi.python.org/pypi/zc.lockfile Files: * Copyright: (c) 2001, 2002, 2004, 2006 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.