debian/0000755000000000000000000000000012215740664007175 5ustar debian/watch0000644000000000000000000000011312215740664010221 0ustar version=3 http://pypi.python.org/packages/source/p/pynzb/pynzb-(.*).tar.gz debian/copyright0000644000000000000000000000214112215740664011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pynzb Upstream-Contact: Eric Florenzano Source: https://github.com/ericflo/pynzb Files: * Copyright: 2009, Eric Florenzano License: BSD Files: ./debian/* Copyright: 2012 Hans-Christoph Steiner License: public domain License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. License: public domain I hereby release these files into the public domain. debian/gbp.conf0000644000000000000000000000024512215740664010615 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000033412215740664011047 0ustar python-pynzb (0.1.0-1) unstable; urgency=low * source package automatically created by stdeb 0.6.0+git * Initial release (Closes: #723170) -- Hans-Christoph Steiner Mon, 16 Sep 2013 22:20:44 -0400 debian/control0000644000000000000000000000310712215740664010601 0ustar Source: python-pynzb Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) Standards-Version: 3.9.4 Homepage: https://pypi.python.org/pypi/pynzb/ Vcs-Git: git://anonscm.debian.org/collab-maint/python-pynzb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pynzb.git Package: python-pynzb Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-lxml Description: unified API for parsing NZB files from NNTP (Usenet) servers pynzb is a unified API for parsing NZB files, with several concrete implementations included. . NZB is an XML-based file format for retrieving posts from NNTP (Usenet) servers. Since NZB is XML-based, it's relatively easy to build one-off parsers to parse NZB files. This project is an attempt to consolidate those many one-off NZB parsers into one simple interface. . This package includes three implementations: one based on expat, another based on ElementTree, and a final implementation based on lxml. The order in which they were listed is in order of compatibility. The expat version should work on all versions of Python > 2.0, the lxml one will work on all versions > 2.5, and lxml will only work if you have lxml installed. . Simply import nzb_parser from the pynzb package. It's an instantiated version of the fastest available parser that your system can support. debian/compat0000644000000000000000000000000212215740664010373 0ustar 7 debian/rules0000755000000000000000000000025712215740664010261 0ustar #!/usr/bin/make -f # This file was automatically generated by stdeb 0.6.0+git at # Mon, 16 Sep 2013 19:42:13 -0400 %: dh $@ --with python2 --buildsystem=python_distutils debian/source/0000755000000000000000000000000012215740664010475 5ustar debian/source/format0000644000000000000000000000001412215740664011703 0ustar 3.0 (quilt)