debian/0000755000000000000000000000000012367135036007174 5ustar debian/source/0000755000000000000000000000000012353250154010466 5ustar debian/source/format0000644000000000000000000000001412353250154011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212353250154010364 0ustar 9 debian/control0000644000000000000000000000176012353250154010575 0ustar Source: python-netsyslog Maintainer: Debian Python Modules Team Uploaders: Daniel Pocock Section: python Priority: optional Build-Depends: python (>= 2.6.6-3~), debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://hacksaw.sourceforge.net/netsyslog/ Vcs-Git: https://github.com/dpocock/python-netsyslog Vcs-Browser: https://github.com/dpocock/python-netsyslog X-Python-Version: >= 2.4 Package: python-netsyslog Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python Modules for emitting and receiving syslog events Construct or parse syslog messages for transport over UDP and TCP. Unlike other syslog modules it allows you to set the metadata (e.g. time, host name, program name, etc.) yourself, giving you full control over the contents of the packets that it creates. . The parsing/collector functionality aims to support RFC3164 (the traditional message format) and RFC6587 (transport over TCP). debian/copyright0000644000000000000000000000555412353250154011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-netsyslog Upstream-Contact: Daniel Pocock Source: https://github.com/dpocock/python-netsyslog Files: * Copyright: 2005, Graham Ashton 2010, Daniel Pocock http://danielpocock.com License: PSF-2 Files: debian/* Copyright: 2014, Daniel Pocock http://danielpocock.com License: PSF-2 License: PSF-2 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 -------------------------------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. . 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. . 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python. . 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. . 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. debian/rules0000755000000000000000000000011412353250154010242 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils debian/watch0000644000000000000000000000013712353250154010220 0ustar version=3 https://github.com/dpocock/python-netsyslog/tags \ .*/archive/(\d[\d\.]+)\.tar\.gz debian/changelog0000644000000000000000000000047112367134777011063 0ustar python-netsyslog (0.1.0+dp2-1) unstable; urgency=low * Latest release. -- Daniel Pocock Sat, 02 Aug 2014 12:13:50 +0200 python-netsyslog (0.1.0+dp1-1) unstable; urgency=low * Initial packaging (Closes: #752766) -- Daniel Pocock Thu, 26 Jun 2014 14:01:44 +0200