debian/0000755000000000000000000000000012175165404007173 5ustar debian/compat0000644000000000000000000000000212175165404010371 0ustar 9 debian/control0000644000000000000000000000205212175165404010575 0ustar Source: sphinxcontrib-httpdomain Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/sphinxcontrib-httpdomain.git Vcs-Git: git://anonscm.debian.org/openstack/sphinxcontrib-httpdomain.git Homepage: http://pythonhosted.org/sphinxcontrib-httpdomain/ Package: python-sphinxcontrib-httpdomain Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends} Recommends: ${python:Recommends} Description: Sphinx domain for HTTP APIs This contrib extension, sphinxcontrib.httpdomain provides a Sphinx domain for describing RESTful HTTP APIs. It generates RESTful HTTP API reference documentation from a Flask application’s routing table, similar to sphinx.ext.autodoc. debian/source/0000755000000000000000000000000012175165404010473 5ustar debian/source/format0000644000000000000000000000001412175165404011701 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000022212175165404010606 0ustar [DEFAULT] upstream-branch = upstream-unstable debian-branch = debian-unstable pristine-tar = True [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000016212175165404010223 0ustar version=3 http://pypi.python.org/packages/source/s/sphinxcontrib-httpdomain sphinxcontrib-httpdomain-(.*).tar.gz debian/changelog0000644000000000000000000000055112175165404011046 0ustar sphinxcontrib-httpdomain (1.1.8-2) unstable; urgency=low * Building python-sphinxcontrib-httpdomain as it should now. -- Thomas Goirand Sun, 28 Jul 2013 17:57:04 +0800 sphinxcontrib-httpdomain (1.1.8-1) unstable; urgency=low * Initial release. (Closes: #717466) -- Thomas Goirand Sat, 20 Jul 2013 20:30:51 +0800 debian/copyright0000644000000000000000000000312012175165404011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sphinxcontrib-httpdomain Source: https://pypi.python.org/pypi/sphinxcontrib-httpdomain Files: debian/* Copyright: (c) 2013, Thomas Goirand License: BSD-2-clauses Files: * Copyright: (c) 2013, Hong Minhee License: BSD-2-clauses License: BSD-2-clauses 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. . 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/cleanit.patch0000644000000000000000000000113312175165404011631 0ustar --- sphinxcontrib-httpdomain-1.1.8.orig/sphinxcontrib_httpdomain.egg-info/PKG-INFO +++ sphinxcontrib-httpdomain-1.1.8/sphinxcontrib_httpdomain.egg-info/PKG-INFO @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: sphinxcontrib-httpdomain Version: 1.1.8 Summary: Sphinx domain for HTTP APIs --- sphinxcontrib-httpdomain-1.1.8.orig/sphinxcontrib_httpdomain.egg-info/SOURCES.txt +++ sphinxcontrib-httpdomain-1.1.8/sphinxcontrib_httpdomain.egg-info/SOURCES.txt @@ -1,6 +1,7 @@ LICENSE MANIFEST.in README.rst +setup.cfg setup.py sphinxcontrib/__init__.py sphinxcontrib/httpdomain.py debian/rules0000755000000000000000000000043112175165404010251 0ustar #!/usr/bin/make -f include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 override_dh_clean: patch -R -N -p1 -s