[Python-modules-commits] r8320 - in packages (15 files)
xeno-guest at users.alioth.debian.org
xeno-guest at users.alioth.debian.org
Tue Apr 28 13:12:40 UTC 2009
Date: Tuesday, April 28, 2009 @ 13:12:39
Author: xeno-guest
Revision: 8320
Released.
Added:
packages/python-managesieve/
packages/python-managesieve/branches/
packages/python-managesieve/tags/
packages/python-managesieve/trunk/
packages/python-managesieve/trunk/debian/
packages/python-managesieve/trunk/debian/changelog
packages/python-managesieve/trunk/debian/compat
packages/python-managesieve/trunk/debian/control
packages/python-managesieve/trunk/debian/copyright
packages/python-managesieve/trunk/debian/docs
packages/python-managesieve/trunk/debian/python-managesieve.manpages
packages/python-managesieve/trunk/debian/pyversions
packages/python-managesieve/trunk/debian/rules
packages/python-managesieve/trunk/debian/sieveshell.1
packages/python-managesieve/trunk/debian/watch
Added: packages/python-managesieve/trunk/debian/changelog
===================================================================
--- packages/python-managesieve/trunk/debian/changelog (rev 0)
+++ packages/python-managesieve/trunk/debian/changelog 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,5 @@
+python-managesieve (0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #525882)
+
+ -- Stefan Ritter <xeno at thehappy.de> Mon, 27 Apr 2009 13:32:29 +0200
Added: packages/python-managesieve/trunk/debian/compat
===================================================================
--- packages/python-managesieve/trunk/debian/compat (rev 0)
+++ packages/python-managesieve/trunk/debian/compat 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1 @@
+7
Added: packages/python-managesieve/trunk/debian/control
===================================================================
--- packages/python-managesieve/trunk/debian/control (rev 0)
+++ packages/python-managesieve/trunk/debian/control 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,28 @@
+Source: python-managesieve
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefan Ritter <xeno at thehappy.de>
+Homepage: http://python-managesieve.origo.ethz.ch/
+Build-Depends: debhelper (>= 7.0.15), python-all-dev (>= 2.0), python-setuptools (>= 0.6c9-2), python-support (>= 0.7.1)
+Standards-Version: 3.8.1
+
+Package: python-managesieve
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: ManageSieve client library for remotely managing Sieve scripts
+ A ManageSieve client library for remotely managing Sieve scripts,
+ including an user application (the interactive 'sieveshell').
+ .
+ Sieve scripts allow users to filter incoming email on the mail server.
+ The ManageSieve protocol allows managing Sieve scripts on a remote
+ mail server. These servers are commonly sealed so users cannot log
+ into them, yet users must be able to update their scripts on them.
+ This is what for the "ManageSieve" protocol is. For more information
+ about the ManageSieve protocol see `the ManageSieve Internet draft
+ <http://www.ietf.org/internet-drafts/draft-martin-managesieve-07.txt>.
+ .
+ This module allows accessing a Sieve-Server for managing Sieve scripts
+ there. It is accompanied by a simple yet functional user application
+ 'sieveshell'.
Added: packages/python-managesieve/trunk/debian/copyright
===================================================================
--- packages/python-managesieve/trunk/debian/copyright (rev 0)
+++ packages/python-managesieve/trunk/debian/copyright 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,77 @@
+This package was debianized by Stefan Ritter <xeno at thehappy.de> on
+Mon, 27 Apr 2009 13:32:29 +0200.
+
+It was downloaded from http://python-managesieve.origo.ethz.ch/.
+
+Files: *
+License: PSF-2
+
+ Copyright (C) 2003,2008 by Hartmut Goebel <h.goebel at crazy-compilers.com>
+
+ 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 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.
+
+Files: sieveshell, test/*
+License:
+
+ Copyright (C) 2003,2008 by Hartmut Goebel <h.goebel at crazy-compilers.com>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in `/usr/share/common-licenses/LGPL'.
Added: packages/python-managesieve/trunk/debian/docs
===================================================================
--- packages/python-managesieve/trunk/debian/docs (rev 0)
+++ packages/python-managesieve/trunk/debian/docs 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,2 @@
+README
+HISTORY
Added: packages/python-managesieve/trunk/debian/python-managesieve.manpages
===================================================================
--- packages/python-managesieve/trunk/debian/python-managesieve.manpages (rev 0)
+++ packages/python-managesieve/trunk/debian/python-managesieve.manpages 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1 @@
+debian/sieveshell.1
Added: packages/python-managesieve/trunk/debian/pyversions
===================================================================
--- packages/python-managesieve/trunk/debian/pyversions (rev 0)
+++ packages/python-managesieve/trunk/debian/pyversions 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1 @@
+2.0-
Added: packages/python-managesieve/trunk/debian/rules
===================================================================
--- packages/python-managesieve/trunk/debian/rules (rev 0)
+++ packages/python-managesieve/trunk/debian/rules 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: packages/python-managesieve/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-managesieve/trunk/debian/sieveshell.1
===================================================================
--- packages/python-managesieve/trunk/debian/sieveshell.1 (rev 0)
+++ packages/python-managesieve/trunk/debian/sieveshell.1 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,41 @@
+.TH SIEVESHELL 1 "April 27, 2009" sieveshell "Linux User's Manual"
+.SH "NAME"
+sieveshell \- remotely manipulate sieve scripts
+
+.SH "SYNOPSIS"
+sieveshell [\-\-user=user] [\-\-authname=authname] [\-\-realm=realm]
+[\-\-exec=script] [\-\-auth\-mech=mechanism] server
+
+sieveshell \-\-help
+
+.SH "DESCRIPTION"
+sieveshell allows users to manipulate their scripts on a remote server.
+It works via MANAGESIEVE, a work in progress protocol.
+
+Use \-\-help to get a list of the currently supported authentication
+mechanisms.
+
+The following commands are recognized:
+
+list \- list scripts on server
+
+put <filename> [<target name>] \- upload script to server
+
+get <name> [<filename>] \- get script. if no filename display to stdout
+
+edit <name> \- edit a script, if not existant, create on save
+
+delete <name> \- delete script.
+
+activate <name> \- set a script as the active script
+
+deactivate \- deactivate all scripts
+
+quit \- quit
+
+.SH "SEE ALSO"
+python\-managesieve Home Page: http://python\-managesieve.origo.ethz.ch/
+
+.SH "AUTHOR"
+Hartmut Goebel <h.goebel at crazy-compilers.com>
+
Added: packages/python-managesieve/trunk/debian/watch
===================================================================
--- packages/python-managesieve/trunk/debian/watch (rev 0)
+++ packages/python-managesieve/trunk/debian/watch 2009-04-28 13:12:39 UTC (rev 8320)
@@ -0,0 +1,3 @@
+version = 3
+
+http://download.origo.ethz.ch/python-managesieve/(.\d+)/managesieve-(.*)\.tar\.bz2
More information about the Python-modules-commits
mailing list