[Python-modules-commits] r8661 - in packages (10 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun May 31 22:04:01 UTC 2009


    Date: Sunday, May 31, 2009 @ 22:04:00
  Author: zack
Revision: 8661

first draft of WebFlash packaging

Added:
  packages/python-webflash/
  packages/python-webflash/tags/
  packages/python-webflash/trunk/
  packages/python-webflash/trunk/debian/
  packages/python-webflash/trunk/debian/changelog
  packages/python-webflash/trunk/debian/compat
  packages/python-webflash/trunk/debian/control
  packages/python-webflash/trunk/debian/copyright
  packages/python-webflash/trunk/debian/rules
  packages/python-webflash/trunk/debian/watch


Property changes on: packages/python-webflash
___________________________________________________________________
Added: svn:ignore
   + tarballs
build-area



Property changes on: packages/python-webflash/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-webflash/trunk/debian/changelog
===================================================================
--- packages/python-webflash/trunk/debian/changelog	                        (rev 0)
+++ packages/python-webflash/trunk/debian/changelog	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1,5 @@
+python-webflash (0.1a9-1) experimental; urgency=low
+
+  * First release (Closes: #531044)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 31 May 2009 23:49:54 +0200

Added: packages/python-webflash/trunk/debian/compat
===================================================================
--- packages/python-webflash/trunk/debian/compat	                        (rev 0)
+++ packages/python-webflash/trunk/debian/compat	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1 @@
+7

Added: packages/python-webflash/trunk/debian/control
===================================================================
--- packages/python-webflash/trunk/debian/control	                        (rev 0)
+++ packages/python-webflash/trunk/debian/control	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1,38 @@
+Source: python-webflash
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools
+Standards-Version: 3.8.1
+Homepage: http://python-rum.org/wiki/WebFlash
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-webflash/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-webflash/trunk/
+
+Package: python-webflash
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-transaction
+Description: Portable flash messages for Python WSGI applications
+ WebFlash is a library to display "flash" messages in Python web
+ applications.
+ .
+ These messages are usually used to provide feedback to the user (e.g:
+ you changes have been saved, your credit card number has been stolen,
+ etc). One important characteristic they must provide is the ability
+ to survive a redirect (i.e., display the message in a page after
+ being redirected from a form submission).
+ .
+  * WebFlash is implemented using cookies, no state must be kept
+  * The messages can be rendered by the browser using Javascript
+  * Alternatively messages can be rendered by the server
+  * The JS code is small (~1Kb) and has no dependency
+  * WebFlash is designed to be used in WSGI frameworks

Added: packages/python-webflash/trunk/debian/copyright
===================================================================
--- packages/python-webflash/trunk/debian/copyright	                        (rev 0)
+++ packages/python-webflash/trunk/debian/copyright	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1,37 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Sun, 31 May 2009 23:56:18 +0200.
+
+Author: Alberto Valverde Gonzalez <alberto at python-rum org>
+
+
+Files: *
+Copyright: Copyright © 2009 Alberto Valverde González
+License: other
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ 
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+Files: debian/*
+Copyright: Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
+

Added: packages/python-webflash/trunk/debian/rules
===================================================================
--- packages/python-webflash/trunk/debian/rules	                        (rev 0)
+++ packages/python-webflash/trunk/debian/rules	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+PKG = python-webflash
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_COMPRESS_EXCLUDE += .js


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

Added: packages/python-webflash/trunk/debian/watch
===================================================================
--- packages/python-webflash/trunk/debian/watch	                        (rev 0)
+++ packages/python-webflash/trunk/debian/watch	2009-05-31 22:04:00 UTC (rev 8661)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/W/WebFlash/WebFlash-([0-9a-z.]*)\.tar\.gz




More information about the Python-modules-commits mailing list