[Python-modules-commits] r23516 - in packages (13 files)

mike-gabriel-guest at users.alioth.debian.org mike-gabriel-guest at users.alioth.debian.org
Mon Feb 18 09:46:04 UTC 2013


    Date: Monday, February 18, 2013 @ 09:46:03
  Author: mike-gabriel-guest
Revision: 23516

new package: python-wsgilog

Added:
  packages/python-wsgilog/
  packages/python-wsgilog/branches/
  packages/python-wsgilog/tags/
  packages/python-wsgilog/trunk/
  packages/python-wsgilog/trunk/debian/
  packages/python-wsgilog/trunk/debian/changelog
  packages/python-wsgilog/trunk/debian/compat
  packages/python-wsgilog/trunk/debian/control
  packages/python-wsgilog/trunk/debian/copyright
  packages/python-wsgilog/trunk/debian/rules
  packages/python-wsgilog/trunk/debian/source/
  packages/python-wsgilog/trunk/debian/source/format
  packages/python-wsgilog/trunk/debian/watch

Added: packages/python-wsgilog/trunk/debian/changelog
===================================================================
--- packages/python-wsgilog/trunk/debian/changelog	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/changelog	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1,5 @@
+python-wsgilog (0.3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 18 Feb 2013 10:35:46 +0100

Added: packages/python-wsgilog/trunk/debian/compat
===================================================================
--- packages/python-wsgilog/trunk/debian/compat	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/compat	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-wsgilog/trunk/debian/control
===================================================================
--- packages/python-wsgilog/trunk/debian/control	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/control	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1,24 @@
+Source: python-wsgilog
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Build-Depends:
+ cdbs (>= 0.4.90~),
+ debhelper (>= 9),
+ python (>= 2.6.6-3~),
+ python-setuptools,
+Standards-Version: 3.9.4
+Homepage: http://pypi.python.org/pypi/wsgilog
+
+Package: python-wsgilog
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+Description: WSGI logging and event reporting middleware
+ Supports logging events in WSGI applications to STDOUT, time rotated log
+ files, email, syslog, and web servers. Also supports catching and sending
+ HTML-formatted exception tracebacks to a web browser for debugging.

Added: packages/python-wsgilog/trunk/debian/copyright
===================================================================
--- packages/python-wsgilog/trunk/debian/copyright	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/copyright	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wsgilog
+Upstream-Contact: L. C. Rees <lcrees at gmail.com>
+Source: http://pypi.python.org/pypi/wsgilog
+
+Files: *
+Copyright: 2007-2011, L. C. Rees <lcrees at gmail.com>
+License: BSD
+
+Files: debian/*
+Copyright: 2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: BSD
+
+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 Portable Site Information Project nor the names
+ of its 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.

Added: packages/python-wsgilog/trunk/debian/rules
===================================================================
--- packages/python-wsgilog/trunk/debian/rules	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/rules	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file


Property changes on: packages/python-wsgilog/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-wsgilog/trunk/debian/source/format
===================================================================
--- packages/python-wsgilog/trunk/debian/source/format	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/source/format	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/python-wsgilog/trunk/debian/watch
===================================================================
--- packages/python-wsgilog/trunk/debian/watch	                        (rev 0)
+++ packages/python-wsgilog/trunk/debian/watch	2013-02-18 09:46:03 UTC (rev 23516)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/w/wsgilog/wsgilog-(.*).tar.gz




More information about the Python-modules-commits mailing list