debian/0000755000000000000000000000000012265052401007163 5ustar debian/rules0000755000000000000000000000025512265047721010256 0ustar #! /usr/bin/make -f export PYBUILD_NAME=changelog %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs -X changelog debian/compat0000644000000000000000000000000212264562416010374 0ustar 9 debian/copyright0000644000000000000000000000437412264564447011147 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2012-2014 Michael Bayer License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2014 Piotr Ożarowski License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000362512265047322010602 0ustar Source: python-changelog Maintainer: Debian Python Modules Team Uploaders: Dmitry Shachnev , Piotr Ożarowski Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.5 Homepage: https://bitbucket.org/zzzeek/changelog Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-changelog/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-changelog/trunk/ Package: python-changelog Architecture: all Depends: ${misc:Depends}, ${python:Depends} Enhances: python-sphinx Description: Sphinx extension to generate changelog files This package provides simple Sphinx markup to render changelog displays . Example: . ==================== Changelog for 1.5.6 ==================== . .. changelog:: :version: 1.5.6 :released: Sun Oct 12 2008 . .. change:: :tags: general :tickets: 27 . Improved the frobnozzle. . .. change:: :tags: rendering, tests :pullreq: 8 :changeset: a9d7cc0b56c2 . Rendering tests now correctly render. Package: python3-changelog Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Enhances: python3-sphinx Description: Sphinx extension to generate changelog files This package provides simple Sphinx markup to render changelog displays . Example: . ==================== Changelog for 1.5.6 ==================== . .. changelog:: :version: 1.5.6 :released: Sun Oct 12 2008 . .. change:: :tags: general :tickets: 27 . Improved the frobnozzle. . .. change:: :tags: rendering, tests :pullreq: 8 :changeset: a9d7cc0b56c2 . Rendering tests now correctly render. debian/watch0000644000000000000000000000020212264563542010222 0ustar version=3 opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ \ http://pypi.python.org/packages/source/c/changelog/changelog-(.+)\.tar\.gz debian/source/0000755000000000000000000000000012264562322010472 5ustar debian/source/options0000644000000000000000000000003712264562322012110 0ustar extend-diff-ignore="\.egg-info"debian/source/format0000644000000000000000000000001412264562322011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024212265050726011043 0ustar python-changelog (0.3.4-1) unstable; urgency=low * Initial release (closes: #735209) -- Piotr Ożarowski Mon, 13 Jan 2014 21:51:27 +0100