debian/0000755000000000000000000000000011677466343007207 5ustar debian/changelog0000644000000000000000000000322411677466343011062 0ustar bobo (0.2.2-3build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:01:07 +0000 bobo (0.2.2-3) unstable; urgency=low * Team upload. Closes: #623918. * Switch to "3.0 (quilt)" source format. * debian/control: + Bump Standards-Version to 3.9.2. No changes needed. + Add Vcs-Browser fields. + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now). + Remove minimum required version of python-setuptools because even stable has a greater version. + Build-Depends on python-all (not -dev). + Add Depends on python-pkg-resources as it is required by the script. Closes: #602023. * debian/rules: + Drop versioned scripts. * Switch from deprecated dh_pycentral to dh_python2. Closes: #616749. + debian/control: - Bump python-all minimum version to 2.6.6-3~. - Remove python-central from Build-Depends. - Remove deprecated XB-Python-Version. - Rename deprecated XS-Python-Version to X-Python-Version and specify explicitly the minimum supported version. + debian/rules: - Use --with python2 rather than --with python-central. * debian/docs: + Add README.txt. -- Arnaud Fontaine Mon, 16 May 2011 20:42:28 +0900 bobo (0.2.2-2) unstable; urgency=low * Bump the build depends on python-setuptools to 0.6c9 to prevent the attempted download of a newer setuptools. -- Brian Sutherland Tue, 26 Jan 2010 15:57:41 +0100 bobo (0.2.2-1) unstable; urgency=low * Initial Packaging. -- Brian Sutherland Tue, 12 Jan 2010 13:28:13 +0100 debian/rules0000755000000000000000000000007211564215554010255 0ustar #!/usr/bin/make -f %: dh --with pydeb --with python2 $@ debian/control0000644000000000000000000000254111564215554010603 0ustar Source: bobo Section: python 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, python-van.pydeb (>= 1.3.0-4) Standards-Version: 3.9.2 Homepage: http://bobo.digicool.com X-Python-Version: >= 2.6 Vcs-Svn: svn://svn.debian.org/pkg-zope/bobo/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/bobo/trunk Package: python-bobo Architecture: all Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, python-pkg-resources Recommends: ${pydeb:Recommends} Provides: ${pydeb:Provides}, ${python:Provides} Suggests: ${pydeb:Suggests} Description: Web application framework for the impatient Bobo is a light-weight framework for creating WSGI web applications. It's goal is to be easy to use and remember. . It addresses 2 problems: Mapping URLs to objects, calling objects to generate HTTP responses. . Bobo doesn't have a templateing language, a database integration layer, or a number of other features that are better provided by WSGI middle-ware or application-specific libraries. . Bobo builds on other frameworks, most notably WSGI and WebOb. debian/copyright0000644000000000000000000000573111326007515011127 0ustar This package was debianized by Brian Sutherland It was downloaded from http://pypi.python.org/pypi/bobo Copyright (C) 2009-2010: Jim Fulton Upstream Author: Jim Fulton Files contain this header: # 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. The full license text is: 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/source/0000755000000000000000000000000011564220247010471 5ustar debian/source/format0000644000000000000000000000001411564217203011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011311323645043010213 0ustar version=3 http://pypi.python.org/packages/source/b/bobo/bobo-(.*)\.tar\.gz debian/tests/0000755000000000000000000000000011564220247010333 5ustar debian/tests/all0000644000000000000000000000007111323645043011022 0ustar #!/bin/bash . /usr/share/python-zope.testing/test_helper debian/tests/control0000644000000000000000000000016311323645043011734 0ustar Tests: all Features: no-build-needed Depends: @, python-bobodoctestumentation, python-zope.testing, python-webtest debian/compat0000644000000000000000000000000211323645043010365 0ustar 7 debian/docs0000644000000000000000000000001311564220223010030 0ustar README.txt