--- lazr.batchnavigator-1.0.orig/setup.py +++ lazr.batchnavigator-1.0/setup.py @@ -72,6 +72,6 @@ docs=['Sphinx', 'z3c.recipe.sphinxdoc'] ), - setup_requires=['eggtestinfo', 'setuptools_bzr'], +# setup_requires=['eggtestinfo', 'setuptools_bzr'], test_suite='lazr.yourpkg.tests', ) --- lazr.batchnavigator-1.0.orig/src/lazr.batchnavigator.egg-info/SOURCES.txt +++ lazr.batchnavigator-1.0/src/lazr.batchnavigator.egg-info/SOURCES.txt @@ -2,6 +2,7 @@ HACKING.txt README.txt ez_setup.py +setup.cfg setup.py src/lazr/__init__.py src/lazr.batchnavigator.egg-info/PKG-INFO --- lazr.batchnavigator-1.0.orig/debian/changelog +++ lazr.batchnavigator-1.0/debian/changelog @@ -0,0 +1,13 @@ +lazr.batchnavigator (1.0-0ubuntu2) oneiric; urgency=low + + * Remove langpack.mk; it no longer exists, and this package has no + translatable text anyway (LP: #833007). + + -- Colin Watson Sun, 11 Sep 2011 16:23:49 +0100 + +lazr.batchnavigator (1.0-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Łukasz Czyżykowski Fri, 29 Jan 2010 16:14:40 +0100 + --- lazr.batchnavigator-1.0.orig/debian/rules +++ lazr.batchnavigator-1.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 --- lazr.batchnavigator-1.0.orig/debian/pycompat +++ lazr.batchnavigator-1.0/debian/pycompat @@ -0,0 +1 @@ +2 --- lazr.batchnavigator-1.0.orig/debian/compat +++ lazr.batchnavigator-1.0/debian/compat @@ -0,0 +1 @@ +6 --- lazr.batchnavigator-1.0.orig/debian/control +++ lazr.batchnavigator-1.0/debian/control @@ -0,0 +1,24 @@ +Source: lazr.batchnavigator +Section: python +Priority: extra +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.5), + python-setuptools +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Łukasz Czyżykowski +Standards-Version: 3.8.4 +XS-Python-Version: current + +Package: python-lazr.batchnavigator +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-zope.cachedescriptors, + python-zope.publisher +Description: A helper to navigate batched results in a web page + Batch navigation provides a way to navigate batch results in a web + page by providing URL links to the next, previous and numbered pages + of results. --- lazr.batchnavigator-1.0.orig/debian/copyright +++ lazr.batchnavigator-1.0/debian/copyright @@ -0,0 +1,67 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: lazr.batchnavigator +Upstream-Maintainer: LAZR Developers +Upstream-Source: https://launchpad.net/lazr.batchnavigator + +Files: src/lazr/batchnavigator/z3batching/* +Copyright: (C) 2003 Zope Corporation and Contributors. + 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. + +Files: * +Copyright: (C) 2004-2009 Zope Corporation and Contributors, and Canonical Ltd. +License: LGPL v3 + The full text of the GPL is distributed in + /usr/share/common-licenses/GPL-3 on Debian systems.