--- python-repoze.sphinx.autointerface-0.6.2.orig/debian/changelog +++ python-repoze.sphinx.autointerface-0.6.2/debian/changelog @@ -0,0 +1,31 @@ +python-repoze.sphinx.autointerface (0.6.2-2) unstable; urgency=low + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + [ Dimitri John Ledkov ] + * Bump debhelper compat to 9, to drop python-support + * Add dh_python2 build-dependency + * Actually rebuild with dh_python2 + + -- Dimitri John Ledkov Sun, 20 Apr 2014 15:17:54 +0100 + +python-repoze.sphinx.autointerface (0.6.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: Bump Standards-Version to 3.9.3 + * debian/copyright: Fix to comply with copyright-format/1.0 + * Migrate from python-support to dh_python2. + debian/control: + - Remove python-support from Build-Depends. + - Build-Depend on python-all (>= 2.6.6-3~). + debian/rules: + - Add '--with python2' after 'dh $@' + + -- Bernhard Reiter Wed, 02 May 2012 20:31:10 +0200 + +python-repoze.sphinx.autointerface (0.4-1) unstable; urgency=low + + * Initial release (Closes: #600924) + + -- Bernhard Reiter Thu, 21 Oct 2010 14:05:00 +0200 --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/compat +++ python-repoze.sphinx.autointerface-0.6.2/debian/compat @@ -0,0 +1 @@ +9 --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/control +++ python-repoze.sphinx.autointerface-0.6.2/debian/control @@ -0,0 +1,28 @@ +Source: python-repoze.sphinx.autointerface +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Bernhard Reiter +Build-Depends: + debhelper (>= 7.0.50~), + python-all (>= 2.6.6-3~), + dh-python, + python-setuptools, + python-sphinx (>= 0.6.1), + python-zope.interface +Standards-Version: 3.9.3 +Homepage: http://pypi.python.org/pypi/repoze.sphinx.autointerface/ +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.sphinx.autointerface/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.sphinx.autointerface/trunk/ + +Package: python-repoze.sphinx.autointerface +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + python-sphinx (>= 0.6.1), + python-zope.interface, +Description: Sphinx extension that auto-generates API docs from Zope interfaces + This package defines an extension for the Sphinx documentation system. + The extension allows generation of API documentation by introspection + of zope.interface instances in code. --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/copyright +++ python-repoze.sphinx.autointerface-0.6.2/debian/copyright @@ -0,0 +1,54 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: repoze.sphinx.autointerface +Upstream-Contact: Agendaless Consulting +Source: http://pypi.python.org/packages/source/r/repoze.sphinx.autointerface/ + +Files: * +Copyright: 2008, Agendaless Consulting and Contributors + (http://www.agendaless.com), All Rights Reserved +License: + A copyright notice accompanies this license document that identifies + the copyright holders. + . + 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. 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: debian/* +Copyright: 2010, Bernhard Reiter +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can + be found in the `/usr/share/common-licenses/GPL-3' file. + --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/docs +++ python-repoze.sphinx.autointerface-0.6.2/debian/docs @@ -0,0 +1,2 @@ +README.txt +TODO.txt --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/rules +++ python-repoze.sphinx.autointerface-0.6.2/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +PKG = python-repoze.sphinx.autointerface + +override_dh_auto_install: + dh_auto_install + find $(CURDIR)/debian/$(PKG) -name requires.txt -delete --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/source/format +++ python-repoze.sphinx.autointerface-0.6.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-repoze.sphinx.autointerface-0.6.2.orig/debian/watch +++ python-repoze.sphinx.autointerface-0.6.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-([0-9a-z.]*)\.tar\.gz