debian/0000775000000000000000000000000012435520455007175 5ustar debian/control0000664000000000000000000000550612403662577010615 0ustar Source: python-releases Section: python Priority: optional Maintainer: Zygmunt Krynicki Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, Standards-Version: 3.9.5 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-releases/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-releases/trunk/ Homepage: https://github.com/bitprophet/releases Package: python-releases Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-docutils, Enhances: python-sphinx Description: Sphinx extension for changelog manipulation (Python 2) Releases is a Sphinx extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output. . Specifically: . * The source format (kept in your Sphinx tree as ``changelog.rst``) is a stream-like timeline that plays well with source control & only requires one entry per change (even for changes that exist in multiple release lines). * The output (when you have the extension installed and run your Sphinx build command) is a traditional looking changelog page with a section for every release; multi-release issues are copied automatically into each release. * By default, feature and support issues are only displayed under feature releases, and bugs are only displayed under bugfix releases. This can be overridden on a per-issue basis. . This package contains the python2.x version of the library Package: python3-releases Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-docutils, Enhances: python3-sphinx Description: Sphinx extension for changelog manipulation (Python 3) Releases is a Sphinx extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output. . Specifically: . * The source format (kept in your Sphinx tree as ``changelog.rst``) is a stream-like timeline that plays well with source control & only requires one entry per change (even for changes that exist in multiple release lines). * The output (when you have the extension installed and run your Sphinx build command) is a traditional looking changelog page with a section for every release; multi-release issues are copied automatically into each release. * By default, feature and support issues are only displayed under feature releases, and bugs are only displayed under bugfix releases. This can be overridden on a per-issue basis. . This package contains the python3.x version of the library debian/rules0000775000000000000000000000015012403662577010260 0ustar #!/usr/bin/make -f export PYBUILD_NAME=releases %: dh $@ --with=python2,python3 --buildsystem=pybuild debian/source/0000775000000000000000000000000012403662577010504 5ustar debian/source/format0000664000000000000000000000001412403662577011712 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212403662577010402 0ustar 9 debian/changelog0000664000000000000000000000057212435520455011053 0ustar python-releases (0.7.0-1~ubuntu14.04.1) trusty-backports; urgency=medium * No-change backport to trusty (LP: #1396860) -- Scott Kitterman Wed, 26 Nov 2014 22:57:33 -0500 python-releases (0.7.0-1) unstable; urgency=medium * Initial release. (Closes: #745347) -- Zygmunt Krynicki Tue, 09 Sep 2014 11:13:29 +0200 debian/clean0000664000000000000000000000001312403662577010203 0ustar *.egg-info debian/watch0000664000000000000000000000020112403662577010226 0ustar version=3 opts="uversionmangle=s/b/~b/g;s/a/~a/g" \ http://pypi.python.org/packages/source/r/releases/releases-(.*)\.tar\.gz debian/copyright0000664000000000000000000000441712403662577011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: releases Source: https://github.com/bitprophet/releases Files: * Copyright: 2014, Jeff Forcier License: BSD-2-clause Copyright (c) 2014, Jeff Forcier All rights reserved. . 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 HOLDER 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. Files: debian/* Copyright: 2014 Zygmunt Krynicki License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. . This program 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 program. If not, see . . On Debian-based systems the full text of the GPL, version 3, can be found at /usr/share/common-licenses/GPL-3.