[Python-modules-commits] r18805 - in packages/python-pyramid-mailer/trunk (10 files)
matthiask-guest at users.alioth.debian.org
matthiask-guest at users.alioth.debian.org
Mon Oct 3 17:02:47 UTC 2011
Date: Monday, October 3, 2011 @ 17:02:45
Author: matthiask-guest
Revision: 18805
[svn-inject] Applying Debian modifications (0.4.1-1) to trunk
Added:
packages/python-pyramid-mailer/trunk/debian/
packages/python-pyramid-mailer/trunk/debian/changelog
packages/python-pyramid-mailer/trunk/debian/compat
packages/python-pyramid-mailer/trunk/debian/control
packages/python-pyramid-mailer/trunk/debian/copyright
packages/python-pyramid-mailer/trunk/debian/rules
packages/python-pyramid-mailer/trunk/debian/source/
packages/python-pyramid-mailer/trunk/debian/source/format
packages/python-pyramid-mailer/trunk/debian/source/options
packages/python-pyramid-mailer/trunk/debian/watch
Property changes on: packages/python-pyramid-mailer/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-pyramid-mailer/trunk/debian/changelog
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/changelog (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/changelog 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1,5 @@
+python-pyramid-mailer (0.4.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #642694)
+
+ -- Matthias Kümmerer <matthias at matthias-k.org> Sat, 24 Sep 2011 18:42:13 +0200
Added: packages/python-pyramid-mailer/trunk/debian/compat
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/compat (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/compat 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1 @@
+8
Added: packages/python-pyramid-mailer/trunk/debian/control
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/control (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/control 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1,33 @@
+Source: python-pyramid-mailer
+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-pyramid-mailer/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pyramid-mailer/trunk/
+Standards-Version: 3.9.2
+Homepage: https://pylonsproject.org/projects/pyramid_mailer/dev/
+Build-Depends: debhelper (>= 8), python-all, python-setuptools,
+ python-nose, python-pyramid, python-lamson, python-repoze.sendmail
+
+Package: python-pyramid-mailer
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-pyramid, python-lamson,
+ python-repoze.sendmail
+Provides: ${python:Provides}
+Description: mail sending library for Pyramid
+ pyramid_mailer is a package for the Pyramid framework to take the pain
+ out of sending emails. It has the following features:
+ .
+ * A wrapper around the low-level email functionality of standard Python.
+ This includes handling multipart emails with both text and HTML content,
+ and file attachments.
+ * The option of directly sending an email or adding it to the queue
+ in your maildir.
+ * Wrapping email sending in the transaction manager. If you have a view
+ that sends a customer an email for example, and there is an error in
+ that view (for example, a database error) then this ensures that
+ the email is not sent.
+ * A DummyMailer class to help with writing unit tests, or other situations
+ where you want to avoid emails being sent accidentally from a
+ non-production install.
Added: packages/python-pyramid-mailer/trunk/debian/copyright
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/copyright (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/copyright 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1,42 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: Dan Jacob
+Source: http://pypi.python.org/pypi/pyramid_mailer/
+Name: pyramid_mailer
+
+Files: *
+Copyright: 2010, Dan Jacob
+License: BSD-3-clause
+X-Comment: See https://bitbucket.org/danjac/pyramid_mailer/src/468838c52c90/LICENSE.txt
+
+Files: debian/*
+Copyright: 2011, Matthias Kümmerer <matthias at matthias-k.org>
+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.
+ .
+ * The names of the contributors may not 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-pyramid-mailer/trunk/debian/rules
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/rules (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/rules 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with=python2
+
+override_dh_auto_test:
+ nosetests
Property changes on: packages/python-pyramid-mailer/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-pyramid-mailer/trunk/debian/source/format
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/source/format (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/source/format 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-pyramid-mailer/trunk/debian/source/options
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/source/options (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/source/options 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1 @@
+extend-diff-ignore SOURCES.txt
Added: packages/python-pyramid-mailer/trunk/debian/watch
===================================================================
--- packages/python-pyramid-mailer/trunk/debian/watch (rev 0)
+++ packages/python-pyramid-mailer/trunk/debian/watch 2011-10-03 17:02:45 UTC (rev 18805)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/pyramid_mailer/pyramid_mailer-(.+)\.tar\.gz
More information about the Python-modules-commits
mailing list