debian/0000755000000000000000000000000012144711725007172 5ustar debian/rules0000755000000000000000000000005512144711725010252 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 debian/compat0000644000000000000000000000000212144711725010370 0ustar 9 debian/copyright0000644000000000000000000000360212144711725011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PyFeed Upstream-Contact: Steve R. Hastings Source: http://home.blarg.net/~steveha/pyfeed.html Copyright: 2006 Steve R. Hastings License: BSD-3-clause Files: * Copyright: 2006 Steve R. Hastings License: BSD-3-clause Files: debian/* Copyright: 2013 Matteo Cypriani License: BSD-3-clause License: BSD-3-clause 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. . * Neither the name of Steve R. Hastings nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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/watch0000644000000000000000000000017712144711725010230 0ustar version=3 http://home.blarg.net/~steveha/pyfeed.html .*/pyfeed-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian uupdate debian/docs0000644000000000000000000000002012144711725010035 0ustar README.txt TODO debian/control0000644000000000000000000000256412144711725010604 0ustar Source: pyfeed Section: python Priority: extra Maintainer: Matteo Cypriani Uploaders: Thomas Preud'homme , Debian Python Modules Team Build-Depends: debhelper (>= 9), python (>= 2.7), python-setuptools Standards-Version: 3.9.4 Homepage: http://home.blarg.net/~steveha/pyfeed.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pyfeed.git Vcs-Git: git://anonscm.debian.org/collab-maint/pyfeed.git X-Python-Version: >= 2.5 Package: python-feed Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-xe Description: set of Python modules for working with syndication feeds PyFeed is a set of module packages for Python, that contain tools for working with syndication feeds. The provided modules are: * feed.date.tools, to work with Python time float values. * feed.date.rfc3339, for converting timestamp strings in RFC 3339 format (used by Atom) to Python time float values, and vice versa. * feed.date.rfc822, for converting timestamp strings in extended RFC 822 format (used by RSS 2.0) to Python time float values, and vice versa. * feed.atom, to work with an Atom syndication feed. * feed.rss, to work with an RSS 2.0 syndication feed. * feed.opml1 and feed.opml, to work with OPML data 1.0 and 2.0. * feed.tools, useful to generate a syndication feed. debian/source/0000755000000000000000000000000012144711725010472 5ustar debian/source/format0000644000000000000000000000001412144711725011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025012144711725011041 0ustar pyfeed (0.7.4-1) unstable; urgency=low [ Matteo Cypriani ] * Initial release. (Closes: #703925) -- Matteo Cypriani Wed, 15 May 2013 15:54:43 +0200