[Python-modules-commits] r5680 - in packages/mako/trunk/debian (changelog control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Jun 17 17:53:54 UTC 2008
Date: Tuesday, June 17, 2008 @ 17:53:52
Author: piotr
Revision: 5680
* New upstream release
* debian/copyright file updated
* Standards-Version bumped to 3.8.0 (no changes needed)
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/control
packages/mako/trunk/debian/copyright
Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog 2008-06-17 17:28:46 UTC (rev 5679)
+++ packages/mako/trunk/debian/changelog 2008-06-17 17:53:52 UTC (rev 5680)
@@ -1,3 +1,11 @@
+mako (0.2.1-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/copyright file updated
+ * Standards-Version bumped to 3.8.0 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 17 Jun 2008 19:43:47 +0200
+
mako (0.2.0-1) unstable; urgency=low
* New upstream release
Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control 2008-06-17 17:28:46 UTC (rev 5679)
+++ packages/mako/trunk/debian/control 2008-06-17 17:53:52 UTC (rev 5680)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.makotemplates.org/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/mako/trunk
Modified: packages/mako/trunk/debian/copyright
===================================================================
--- packages/mako/trunk/debian/copyright 2008-06-17 17:28:46 UTC (rev 5679)
+++ packages/mako/trunk/debian/copyright 2008-06-17 17:53:52 UTC (rev 5680)
@@ -5,13 +5,13 @@
Upstream Author: Mike Bayer <mike at zzzcomputing.com>
-Copyright (C) 2006-2007 Michael Bayer <mike at zzzcomputing.com>
+Copyright (C) 2006-2008 Michael Bayer <mike at zzzcomputing.com>
Copyright:
This is the MIT license: http://www.opensource.org/licenses/mit-license.php
- Copyright (C) 2006, 2007 Michael Bayer and contributors. Mako is a trademark
+ Copyright (C) 2006, 2007, 2008 Michael Bayer and contributors. Mako is a trademark
of Michael Bayer.
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -32,7 +32,41 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-The Debian packaging is (C) 2007, Piotr Ożarowski <piotr at debian.org> and
+
+examples/bench/basic.py file:
+
+ basic.py - basic benchmarks adapted from Genshi
+ Copyright (C) 2006 Edgewall Software
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
+
+The Debian packaging is (C) 2007-2008, Piotr Ożarowski <piotr at debian.org> and
is licensed under the GPL.
On Debian systems, the complete text of the GNU General Public License
More information about the Python-modules-commits
mailing list