--- python-webflash-0.1a9.orig/debian/changelog +++ python-webflash-0.1a9/debian/changelog @@ -0,0 +1,38 @@ +python-webflash (0.1a9-5) unstable; urgency=medium + + * QA upload. + * Build using dh_python2 + + -- Matthias Klose Sun, 13 Jul 2014 16:09:24 +0000 + +python-webflash (0.1a9-4) unstable; urgency=low + + [ Luke Faraone ] + * Depend on either Python 2.6+ or python-simplejson (Closes: #551467) + + [ Stefano Zacchiroli ] + * Orphan package. + + -- Stefano Zacchiroli Wed, 01 Feb 2012 18:23:08 +0100 + +python-webflash (0.1a9-3) unstable; urgency=low + + * uploading to unstable + + -- Stefano Zacchiroli Sun, 02 Aug 2009 16:24:48 +0200 + +python-webflash (0.1a9-2) experimental; urgency=low + + * debian/control: + - add conflict with python-json. Rationale: it does not export the + API shared by simplejson and python 2.6 json module, which is + expected by webflash (e.g. json.dumps) + - bump Standard-Version to 3.8.2 (no changes needed) + + -- Stefano Zacchiroli Thu, 25 Jun 2009 17:16:35 +0200 + +python-webflash (0.1a9-1) experimental; urgency=low + + * First release (Closes: #531044) + + -- Stefano Zacchiroli Sun, 31 May 2009 23:49:54 +0200 --- python-webflash-0.1a9.orig/debian/compat +++ python-webflash-0.1a9/debian/compat @@ -0,0 +1 @@ +7 --- python-webflash-0.1a9.orig/debian/control +++ python-webflash-0.1a9/debian/control @@ -0,0 +1,36 @@ +Source: python-webflash +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: + debhelper (>= 7), + cdbs, + python-dev, + python-setuptools +Standards-Version: 3.8.2 +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 (>=2.6) | python-simplejson +Conflicts: python-json +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 --- python-webflash-0.1a9.orig/debian/copyright +++ python-webflash-0.1a9/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Stefano Zacchiroli on +Sun, 31 May 2009 23:56:18 +0200. + +Author: Alberto Valverde Gonzalez + + +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 +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. + --- python-webflash-0.1a9.orig/debian/rules +++ python-webflash-0.1a9/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +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 --- python-webflash-0.1a9.orig/debian/source/format +++ python-webflash-0.1a9/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-webflash-0.1a9.orig/debian/watch +++ python-webflash-0.1a9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/W/WebFlash/WebFlash-([0-9a-z.]*)\.tar\.gz