debian/0000755000000000000000000000000012263452605007173 5ustar debian/patches/0000755000000000000000000000000012263452605010622 5ustar debian/patches/series0000644000000000000000000000005112263452605012033 0ustar no-network-access-during-doc-build.patch debian/patches/no-network-access-during-doc-build.patch0000644000000000000000000000131512263452605020333 0ustar Description: Do not access network when building docs The upstream conf.py is using sphinx.ext.intersphinx, this patch removes it. Author: Thomas Goirand Forwarded: not-needed Last-Update: 2014-01-09 --- python-logutils-0.3.3.orig/doc/conf.py +++ python-logutils-0.3.3/doc/conf.py @@ -26,7 +26,7 @@ sys.path.append(os.path.abspath('..')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] debian/source/0000755000000000000000000000000012263452605010473 5ustar debian/source/format0000644000000000000000000000001412263452605011701 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000026112263452605010611 0ustar [DEFAULT] upstream-branch = upstream-unstable debian-branch = debian-unstable pristine-tar = True [git-buildpackage] export-dir = ../build-area/ [git-import-orig] dch = False debian/copyright0000644000000000000000000000333212263452605011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: logutils Source: http://code.google.com/p/logutils/ Files: debian/* Copyright: (c) 2013, Thomas Goirand License: BSD-3-clause Files: * Copyright: (c) 2013, Vinay Sajip License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name(s) of the copyright holder(s) may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) "AS IS" AND ANY EXPRESS 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 HOLDER(S) 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/rules0000755000000000000000000000167612263452605010265 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc override_dh_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-logutils; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-logutils; \ done override_dh_clean: rm -rf build dh_clean -O--buildsystem=python_distutils ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: set -e && for pyvers in $(PYTHONS) $(PYTHON3S); do \ python$$pyvers setup.py test ; \ done endif override_dh_sphinxdoc: sphinx-build -b html doc debian/python-logutils-doc/usr/share/doc/python-logutils-doc/html dh_sphinxdoc -O--buildsystem=python_distutils debian/changelog0000644000000000000000000000024212263452605011043 0ustar python-logutils (0.3.3-1) unstable; urgency=medium * Initial release. (Closes: #734687) -- Thomas Goirand Thu, 09 Jan 2014 14:31:16 +0800 debian/control0000644000000000000000000000473712263452605010611 0ustar Source: python-logutils Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python3-all, python3-setuptools Standards-Version: 3.9.5 Vcs-Browser: http://git.gplhost.com/gitweb/?p=openstack/python-logutils.git Vcs-Git: http://git.gplhost.com/openstack/python-logutils.git Homepage: http://code.google.com/p/logutils/ Package: python-logutils Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Description: handlers for the Python standard library's logging package - Python 2.x The logutils package provides a set of handlers for the Python standard library's logging package. . Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. . This package contains the Python 2.x module. Package: python3-logutils Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python3:Depends} Description: handlers for the Python standard library's logging package - Python 3.x The logutils package provides a set of handlers for the Python standard library's logging package. . Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. . This package contains the Python 3.x module. Package: python-logutils-doc Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: handlers for the Python standard library's logging package - docs The logutils package provides a set of handlers for the Python standard library's logging package. . Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. . This package ocntains the documentation. debian/compat0000644000000000000000000000000212263452605010371 0ustar 9 debian/watch0000644000000000000000000000012212263452605010217 0ustar version=3 http://pypi.python.org/packages/source/l/logutils logutils-(.*).tar.gz