debian/0000755000000000000000000000000012223760104007163 5ustar debian/compat0000644000000000000000000000000212223760104010361 0ustar 9 debian/control0000644000000000000000000000216112223760104010566 0ustar Source: sphinxcontrib-pecanwsme Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-d2to1, python-pbr, python-pip, python-setuptools, python-setuptools-git Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/sphinxcontrib-pecanwsme.git Vcs-Git: git://anonscm.debian.org/openstack/sphinxcontrib-pecanwsme.git Homepage: https://github.com/dreamhost/sphinxcontrib-pecanwsme Package: python-sphinxcontrib-pecanwsme Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-sphinxcontrib-httpdomain, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: documenting APIs built with Pecan and WSME sphinxcontrib.pecanwsme is an extension to Sphinx for documenting APIs built with Pecan and WSME. debian/source/0000755000000000000000000000000012223760104010463 5ustar debian/source/format0000644000000000000000000000001412223760104011671 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023712223760104010604 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000016012223760104010211 0ustar version=3 http://pypi.python.org/packages/source/s/sphinxcontrib-pecanwsme sphinxcontrib-pecanwsme-(.*).tar.gz debian/changelog0000644000000000000000000000145512223760104011042 0ustar sphinxcontrib-pecanwsme (0.5-1) unstable; urgency=low * New upstream release. -- Thomas Goirand Sat, 05 Oct 2013 17:47:14 +0800 sphinxcontrib-pecanwsme (0.2-3) unstable; urgency=low * Using python-sphinxcontrib-pecanwsme as binary now. * Depends on python-sphinxcontrib-httpdomain as it should. -- Thomas Goirand Sun, 28 Jul 2013 17:53:37 +0800 sphinxcontrib-pecanwsme (0.2-2) unstable; urgency=low * Missing build-depends: python-pbr, python-d2to1, python-setuptools-git. * Cleans correctly (package can build twice). -- Thomas Goirand Thu, 25 Jul 2013 23:13:35 +0800 sphinxcontrib-pecanwsme (0.2-1) unstable; urgency=low * Initial release. (Closes: #717467) -- Thomas Goirand Sun, 21 Jul 2013 13:41:30 +0800 debian/copyright0000644000000000000000000000212312223760104011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sphinxcontrib-pecanwsme Upstream-Contact: Doug Hellmann Source: git://github.com/dreamhost/sphinxcontrib-pecanwsme.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2013, Doug Hellmann License: Apache-2 License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. debian/rules0000755000000000000000000000052512223760104010245 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/dreamhost/sphinxcontrib-pecanwsme.git include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(VERSION) %: dh $@ --buildsystem=python_distutils --with python2 override_dh_clean: dh_clean -O--buildsystem=python_distutils rm -rf sphinxcontrib_pecanwsme.egg-info