debian/0000755000000000000000000000000012242742742007174 5ustar debian/python-logbook-doc.docs0000644000000000000000000000002112242642443013552 0ustar docs/_build/html debian/source/0000755000000000000000000000000012242742032010464 5ustar debian/source/format0000644000000000000000000000001412242404723011674 0ustar 3.0 (quilt) debian/control0000644000000000000000000000355112242742641010601 0ustar Source: logbook Section: python Priority: optional Maintainer: Agustin Henze Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-docutils, python2.7-doc, Standards-Version: 3.9.5 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Homepage: http://pythonhosted.org/Logbook/ Vcs-Git: git://anonscm.debian.org/collab-maint/logbook.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/logbook.git Package: python-logbook Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-logbook-doc, Description: logging system for Python that replaces the standard library's module Logbook is a logging system for Python that replaces the standard library's logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun . This is the Python 2 version of the package. Package: python3-logbook Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-logbook-doc, Description: logging system for Python that replaces the standard library's module (Python3) Logbook is a logging system for Python that replaces the standard library's logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun . This is the Python 3 version of the package. Package: python-logbook-doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Suggests: python-doc Section: doc Description: logging system for Python that replaces the standard library's module (doc) Logbook is a logging system for Python that replaces the standard library's logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun . This package contains API documentation. debian/patches/0000755000000000000000000000000012242742301010612 5ustar debian/patches/series0000644000000000000000000000005612242742301012030 0ustar 0001-Point-intersphinx-map-to-local-doc.patch debian/patches/0001-Point-intersphinx-map-to-local-doc.patch0000644000000000000000000000071612242742301020705 0ustar From: Agustin Henze Date: Tue, 19 Nov 2013 17:05:58 -0300 Subject: Point intersphinx map to local doc --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 03a6628..4b14a94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -220,5 +220,5 @@ man_pages = [ ] intersphinx_mapping = { - 'http://docs.python.org': None + 'python': ('/usr/share/doc/python2.7/html', None), } debian/rules0000755000000000000000000000147312242733630010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 UVERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1/p' | cut -d ":" -f 2) PACKAGE_NAME := $(shell dpkg-parsechangelog | sed -n -e's/^Source: \(.*\)\+/\1/p') export PYBUILD_NAME=$(PACKAGE_NAME) %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean rm -rf docs/_build override_dh_auto_install: dh_auto_install # build the html pages for the -doc package python setup.py build_sphinx -b html get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi wget https://github.com/mitsuhiko/logbook/archive/$(UVERSION).tar.gz \ -O ../logbook_$(UVERSION).orig.tar.gz; debian/python-logbook-doc.doc-base0000644000000000000000000000060512242733054014306 0ustar Document: python-logbook-reference-manual Title: Python Logbook Library Reference Manual Author: Logbook Team, see AUTHORS for more details Abstract: Logbook is a logging system for Python that replaces the standard library's logging module Section: Programming/Python Format: HTML Index: /usr/share/doc/python-logbook-doc/html/index.html Files: /usr/share/doc/python-logbook-doc/html/* debian/changelog0000644000000000000000000000022512242741717011046 0ustar logbook (0.6.0-1) unstable; urgency=low * Initial release (Closes: #596042). -- Agustin Henze Mon, 18 Nov 2013 20:01:13 -0300 debian/copyright0000644000000000000000000000513612242741373011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: logbook Upstream-Contact: Armin Ronacher or Georg Brandl Source: https://github.com/mitsuhiko/logbook Files: debian/* Copyright: (C) 2013 Agustin Henze License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: * Copyright: (c) 2010 by the Logbook Team, see AUTHORS for more details 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 names of the contributors 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 HOLDERS AND CONTRIBUTORS "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 OWNER OR CONTRIBUTORS 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/compat0000644000000000000000000000000212242404723010364 0ustar 9 debian/watch0000644000000000000000000000012612242516742010223 0ustar version=3 https://github.com/mitsuhiko/logbook/releases .*archive/([0-9.]*)\.tar\.gz