[Python-apps-commits] r2208 - in packages/zine/trunk/debian (control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Jan 11 19:10:20 UTC 2009
Date: Sunday, January 11, 2009 @ 19:10:19
Author: piotr
Revision: 2208
* update debian/copyright
* add minimum required versions for libjs-jquery and python-simplejson
Modified:
packages/zine/trunk/debian/control
packages/zine/trunk/debian/copyright
Modified: packages/zine/trunk/debian/control
===================================================================
--- packages/zine/trunk/debian/control 2009-01-11 12:37:17 UTC (rev 2207)
+++ packages/zine/trunk/debian/control 2009-01-11 19:10:19 UTC (rev 2208)
@@ -18,12 +18,12 @@
python-sqlalchemy (>= 0.5),
python-jinja2 (>= 2.1),
python-werkzeug (>= 0.4),
- python (>= 2.6) | python-simplejson,
+ python (>= 2.6) | python-simplejson (>= 1.9),
python-html5lib,
python-tz,
python-pybabel (>= 0.9.4),
python-lxml (>= 2.0),
- libjs-jquery
+ libjs-jquery (>= 1.1)
Recommends: python (>= 2.5) | python-pysqlite2 | python-pysqlite1.1
Suggests: python-psycopg2, python-mysqldb,
httpd | libapache2-mod-wsgi | libapache2-mod-python
Modified: packages/zine/trunk/debian/copyright
===================================================================
--- packages/zine/trunk/debian/copyright 2009-01-11 12:37:17 UTC (rev 2207)
+++ packages/zine/trunk/debian/copyright 2009-01-11 19:10:19 UTC (rev 2208)
@@ -1,24 +1,17 @@
-TODO: javascript files
-
This package was debianized by Piotr Ożarowski <piotr at debian.org> on
Thu, 25 Dec 2008 18:42:00 +0100.
It was downloaded from http://zine.pocoo.org/download
-Copyright Holders: Armin Ronacher <armin.ronacher at active-4.com>
+Copyright Holder: Zine Team and contributors (see AUTHORS file)
-Other contributors (as mentionend in :copyright:s) are:
- * Georg Brandl
- * Ali Afshar
- * Christopher Grebs
- * Pedro Algarvio
- * Lukas Meuser
-
License:
- Copyright © 2007-2008 by the respective authors (see AUTHORS file).
- All rights reserved.
-
+ Copyright (c) 2007-2009 by the Zine Team and contributors (see
+ AUTHORS file).
+
+ Some rights reserved.
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
@@ -45,10 +38,42 @@
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.
-The Debian packaging is © 2008, Piotr Ożarowski <piotr at debian.org> and
+-----------------------------------------------------------
+
+zine/shared/js/jQuery.js file:
+ Copyright (c) 2008 John Resig (jquery.com)
+ Dual licensed under the MIT and GPL
+
+-----------------------------------------------------------
+
+zine/shared/js/Form.js file:
+ Dual licensed under the MIT and GPL licenses
+
+-----------------------------------------------------------
+
+
+Files with different copyright holders:
+======================================
+
+ configure:
+ 2009 by Armin Ronacher
+
+ zine/i18n/messages.pot:
+ 2009 The Pocoo Team
+
+ zine/i18n/pt_PT/*:
+ zine/i18n/de/*:
+ zine/i18n/ru/*:
+ 2008 The Pocoo Team
+
+ tests/*:
+ 2009 by Lukas Meuser
+
+-----------------------------------------------------------
+
+The Debian packaging is © 2008-2009, Piotr Ożarowski <piotr at debian.org> and
is licensed under the BSD License.
On Debian systems, the complete text of the BSD License can be found in
More information about the Python-apps-commits
mailing list