--- grokcore.component-2.0.orig/src/grokcore.component.egg-info/SOURCES.txt +++ grokcore.component-2.0/src/grokcore.component.egg-info/SOURCES.txt @@ -6,6 +6,7 @@ README.txt TODO.txt buildout.cfg +setup.cfg setup.py versions.cfg bootstrap/bootstrap.py --- grokcore.component-2.0.orig/debian/changelog +++ grokcore.component-2.0/debian/changelog @@ -0,0 +1,13 @@ +grokcore.component (2.0-0ubuntu2) oneiric; urgency=low + + * Remove langpack.mk; it no longer exists, and this package has no + translatable text anyway (LP: #831382). + + -- Colin Watson Sun, 11 Sep 2011 16:48:22 +0100 + +grokcore.component (2.0-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Łukasz Czyżykowski Fri, 29 Jan 2010 16:22:17 +0100 + --- grokcore.component-2.0.orig/debian/rules +++ grokcore.component-2.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- grokcore.component-2.0.orig/debian/pycompat +++ grokcore.component-2.0/debian/pycompat @@ -0,0 +1 @@ +2 --- grokcore.component-2.0.orig/debian/compat +++ grokcore.component-2.0/debian/compat @@ -0,0 +1 @@ +6 --- grokcore.component-2.0.orig/debian/control +++ grokcore.component-2.0/debian/control @@ -0,0 +1,29 @@ +Source: grokcore.component +Section: python +Priority: extra +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.5), + python-setuptools (>= 0.6b3) +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Łukasz Czyżykowski +Standards-Version: 3.8.4 +XS-Python-Version: current + +Package: python-grokcore.component +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: + ${misc:Depends}, + ${python:Depends}, + python-martian (>= 0.12), + python-zope.component, + python-zope.interface, + python-zope.configuration, + python-zope.event, +Description: Grok-like configuration for basic components + This package provides base classes of basic component types for the + Zope Component Architecture, as well as means for configuring and + registering them directly in Python (without ZCML). + --- grokcore.component-2.0.orig/debian/copyright +++ grokcore.component-2.0/debian/copyright @@ -0,0 +1,67 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: grokcore.component +Upstream-Maintainer: Grok Team +Upstream-Source: http://grok.zope.org + +Files: * +Copyright: (C) 2006 Zope Corporation and Contributors. +Copyright: (C) 2006-2007 Zope Corporation and Contributors. +Copyright: (C) 2007 Zope Corporation and Contributors. +Copyright: (C) 2008 Zope Corporation and Contributors. +Copyright: (C) 2008 gocept gmbh & co. kg, Martijn Faassen and Philipp von Weitershausen +License: Zope + 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. +