[Python-modules-commits] r18802 - in packages/python-repoze.sendmail/trunk (12 files)

matthiask-guest at users.alioth.debian.org matthiask-guest at users.alioth.debian.org
Mon Oct 3 16:21:27 UTC 2011


    Date: Monday, October 3, 2011 @ 16:21:26
  Author: matthiask-guest
Revision: 18802

[svn-inject] Applying Debian modifications (2.3-1) to trunk

Added:
  packages/python-repoze.sendmail/trunk/debian/
  packages/python-repoze.sendmail/trunk/debian/changelog
  packages/python-repoze.sendmail/trunk/debian/clean
  packages/python-repoze.sendmail/trunk/debian/compat
  packages/python-repoze.sendmail/trunk/debian/control
  packages/python-repoze.sendmail/trunk/debian/copyright
  packages/python-repoze.sendmail/trunk/debian/python-repoze.sendmail.manpages
  packages/python-repoze.sendmail/trunk/debian/qp.pod
  packages/python-repoze.sendmail/trunk/debian/rules
  packages/python-repoze.sendmail/trunk/debian/source/
  packages/python-repoze.sendmail/trunk/debian/source/format
  packages/python-repoze.sendmail/trunk/debian/watch


Property changes on: packages/python-repoze.sendmail/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-repoze.sendmail/trunk/debian/changelog
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/changelog	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/changelog	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,5 @@
+python-repoze.sendmail (2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #642677)
+
+ -- Matthias Kümmerer <matthias at matthias-k.org>  Sat, 24 Sep 2011 17:37:41 +0200

Added: packages/python-repoze.sendmail/trunk/debian/clean
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/clean	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/clean	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1 @@
+debian/qp.1

Added: packages/python-repoze.sendmail/trunk/debian/compat
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/compat	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/compat	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1 @@
+8

Added: packages/python-repoze.sendmail/trunk/debian/control
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/control	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/control	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,29 @@
+Source: python-repoze.sendmail
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Matthias Kümmerer <matthias at matthias-k.org>
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.sendmail/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.sendmail/trunk/
+Standards-Version: 3.9.2
+Homepage: http://www.repoze.org
+Build-Depends: debhelper (>= 8), python-all, python-setuptools,
+ python-zope.interface, python-transaction
+
+Package: python-repoze.sendmail
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-zope.interface, python-transaction
+Provides: ${python:Provides}
+Description: mail sending library with transactions
+ repoze.sendmail allows coupling the sending of email messages with a
+ transaction, using the Zope transaction manager. This allows messages to only
+ be sent out when and if a transaction is committed, preventing users from
+ receiving notifications about events which may not have completed successfully.
+ Messages may be sent directly or stored in a queue for later sending. The
+ queued mail approach is the more common and recommended path. A console
+ application which can flush the queue, sending the messages that it finds, is
+ included for convenience.
+ .
+ repoze.sendmail is a fork of zope.sendmail. Functionality that was specific to
+ running in a Zope context has been removed, making this version more generally
+ useful to users of other frameworks.

Added: packages/python-repoze.sendmail/trunk/debian/copyright
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/copyright	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/copyright	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,75 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: Chris Rossi
+Source: http://pypi.python.org/pypi/repoze.sendmail/
+Name: repoze.sendmail
+
+Files: *
+Copyright: 2003-2006, Zope Corporation and Contributors
+License: ZPL-2.1
+
+Files: debian/*
+Copyright: 2011, Matthias Kümmerer <matthias at matthias-k.org>
+License: ZPL-2.1
+
+License: ZPL-2.1
+ This software is subject to the provisions of the Zope Public License,
+ Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+ WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+ FOR A PARTICULAR PURPOSE.
+ .
+ Zope Public License (ZPL) Version 2.1
+ -------------------------------------
+ .
+ A copyright notice accompanies this license document that
+ identifies the copyright holders.
+ .
+ This license has been certified as open source. It has also
+ been designated as GPL compatible by the Free Software
+ Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the
+ following conditions are met:
+ .
+ 1. Redistributions in source code must retain the
+    accompanying copyright notice, this list of conditions,
+    and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying
+    copyright notice, this list of conditions, and the
+    following disclaimer in the documentation and/or other
+    materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to
+    endorse or promote products derived from this software
+    without prior written permission from the copyright
+    holders.
+ .
+ 4. The right to distribute this software or to use it for
+    any purpose does not give you the right to use
+    Servicemarks (sm) or Trademarks (tm) of the copyright
+    holders. Use of them is covered by separate agreement
+    with the copyright holders.
+ .
+ 5. If any files are modified, you must cause the modified
+    files to carry prominent notices stating that you changed
+    the files and the date of any change.
+ .
+ Disclaimer
+ .
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
+   AND ANY EXPRESSED 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 HOLDERS 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-repoze.sendmail/trunk/debian/python-repoze.sendmail.manpages
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/python-repoze.sendmail.manpages	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/python-repoze.sendmail.manpages	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1 @@
+debian/qp.1

Added: packages/python-repoze.sendmail/trunk/debian/qp.pod
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/qp.pod	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/qp.pod	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,53 @@
+=head1 NAME
+
+qp - run Queue Processor for repoze.sendmail
+
+=head1 SYNOPSIS
+
+  qp [OPTIONS] path/to/maildir
+
+=head1 OPTIONS
+
+Currently B<qp> is hardcoded to use an SMTPMailer to deliver messages.
+
+=over
+
+=item --hostname
+
+Name of smtp host to use for delivery.  Default is localhost.
+
+=item --port
+
+Which port on smtp server to deliver mail to. Default is 25.
+
+=item --username
+
+Username to use to log in to smtp server.  Default is none.
+
+=item --password
+
+Password to use to log in to smtp server.  Must be specified if username is specified.
+
+=item --force-tls
+
+Do not connect if TLS is not available.  Not enabled by default.
+
+=item --no-tls
+
+Do not use TLS even if is available.  Not enabled by default.
+
+=item --config B<inifile>
+
+Get configuration from specificed ini file.  Will
+look for etc/qp.ini, by default, where etc is
+parallel to the bin directory where the python
+executable is found.  If this option is not
+specified and etc/qp.ini is not in filesystem, no
+config file will be read and default values will be
+used for all options.
+
+=item --debug-smtp
+
+Enable SMTP debug output (STDERR)
+
+=back

Added: packages/python-repoze.sendmail/trunk/debian/rules
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/rules	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/rules	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with=python2
+
+override_dh_installman:
+	pod2man -c "User commands" -r "repoze.sendmail" debian/qp.pod > debian/qp.1
+	dh_installman


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

Added: packages/python-repoze.sendmail/trunk/debian/source/format
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/source/format	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/source/format	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-repoze.sendmail/trunk/debian/watch
===================================================================
--- packages/python-repoze.sendmail/trunk/debian/watch	                        (rev 0)
+++ packages/python-repoze.sendmail/trunk/debian/watch	2011-10-03 16:21:26 UTC (rev 18802)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/r/repoze.sendmail/repoze.sendmail-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list