debian/0000775000000000000000000000000012055213350007164 5ustar debian/control0000664000000000000000000000147512054061542010601 0ustar Source: lazr.batchnavigator Section: python Priority: extra Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-setuptools, python-fixtures, python-testtools, python-zope.cachedescriptors, python-zope.interface, python-zope.publisher Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Łukasz Czyżykowski Standards-Version: 3.9.3 X-Python-Version: current Package: python-lazr.batchnavigator Architecture: all 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. debian/source/0000775000000000000000000000000012055213350010464 5ustar debian/source/format0000664000000000000000000000001412054060103011665 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000255412055213270011045 0ustar lazr.batchnavigator (1.2.10-0ubuntu2) raring; urgency=low * Update to use dh_python2. * Reverted undocumented change to /src/*egg-info/SOURCES.txt, added back as a quilt patch. * Removed debian/pycompat. * Use Source Format 3.0 quilt. * Increase debian/compat to 7. * Use dh7 tiny rules. * debian/control - remove cdbs and python-central from B-D. - increase debhelper to 7.0.50. - increase python to >= 2.6.6-3~. - use X-P-V instead of XS-P-V. - added python-fixtures, python-testtools, python-zope.cachedescriptors, python-zope.interface, python-zope.publisher to B-D to elemenate pydist warnings during build. - remove XB-P-V not needed. -- Charlie Smotherman Fri, 23 Nov 2012 23:50:12 -0500 lazr.batchnavigator (1.2.10-0ubuntu1) quantal; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3. -- Logan Rosen Mon, 25 Jun 2012 00:57:20 -0400 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 debian/rules0000775000000000000000000000005612054060652010251 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/copyright0000664000000000000000000000533012054057526011132 0ustar 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. debian/patches/0000775000000000000000000000000012055213350010613 5ustar debian/patches/series0000664000000000000000000000002512054057666012044 0ustar 01_sources_fix.patch debian/patches/01_sources_fix.patch0000664000000000000000000000140012054057741014471 0ustar Index: lazr.batchnavigator/src/lazr.batchnavigator.egg-info/SOURCES.txt =================================================================== --- lazr.batchnavigator.orig/src/lazr.batchnavigator.egg-info/SOURCES.txt 2011-09-14 07:55:25.000000000 -0500 +++ lazr.batchnavigator/src/lazr.batchnavigator.egg-info/SOURCES.txt 2012-11-23 23:49:11.606385685 -0600 @@ -1,5 +1,6 @@ README.txt ez_setup.py +setup.cfg setup.py src/lazr/__init__.py src/lazr.batchnavigator.egg-info/PKG-INFO @@ -24,4 +25,4 @@ src/lazr/batchnavigator/z3batching/README.txt src/lazr/batchnavigator/z3batching/__init__.py src/lazr/batchnavigator/z3batching/batch.py -src/lazr/batchnavigator/z3batching/interfaces.py \ No newline at end of file +src/lazr/batchnavigator/z3batching/interfaces.py debian/compat0000664000000000000000000000000212054060516010365 0ustar 7