[Python-modules-commits] r11794 - in packages/beaker/trunk/debian (changelog control copyright)
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Thu Feb 18 21:20:56 UTC 2010
Date: Thursday, February 18, 2010 @ 21:20:55
Author: malex
Revision: 11794
Switch to DPMT maintenance; add POX to uploaders; update copyrights
Modified:
packages/beaker/trunk/debian/changelog
packages/beaker/trunk/debian/control
packages/beaker/trunk/debian/copyright
Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog 2010-02-18 20:51:38 UTC (rev 11793)
+++ packages/beaker/trunk/debian/changelog 2010-02-18 21:20:55 UTC (rev 11794)
@@ -1,3 +1,14 @@
+beaker (1.5.1-4) unstable; urgency=low
+
+ * debian/control:
+ - Switched package to DPMT group maintenance with Piotr
+ Ozarowski and myself as uploaders for now.
+ - Updated Standards-Version to 3.8.4.
+ * debian/copyright: Changed debian packaging copyright to BSD and updated
+ upstream copyright to BSD.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 18 Feb 2010 14:53:43 -0600
+
beaker (1.5.1-3) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control 2010-02-18 20:51:38 UTC (rev 11793)
+++ packages/beaker/trunk/debian/control 2010-02-18 21:20:55 UTC (rev 11794)
@@ -1,11 +1,11 @@
Source: beaker
Section: python
Priority: optional
-Maintainer: Oleksandr Moskalenko <malex at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-support (>= 0.6.4), python-all (>=2.5.0), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.8.3.0
+Standards-Version: 3.8.4
XS-Python-Version: >=2.5
Homepage: http://pypi.python.org/pypi/Beaker
Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
Modified: packages/beaker/trunk/debian/copyright
===================================================================
--- packages/beaker/trunk/debian/copyright 2010-02-18 20:51:38 UTC (rev 11793)
+++ packages/beaker/trunk/debian/copyright 2010-02-18 21:20:55 UTC (rev 11794)
@@ -5,30 +5,38 @@
Upstream Authors: Julian Krause and Ben Bangart.
-Copyright 2006, 2007, 2008 Julian Krause and Ben Bangart <thecrypto at thecrypto.org>.
+Copyright (c) 2006, 2007 Ben Bangert, Mike Bayer, Philip Jenvey
+ and contributors.
+ All rights reserved.
+
License:
- This package is licensed under the MIT License.
+ This package is licensed under the BSD License.
- 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:
+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 or contributors may not be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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 OR CONTRIBUTORS 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 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.
-
-The Debian packaging is copyright 2006, Oleksandr Moskalenko
-<malex at debian.org> and is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'.
+The Debian packaging is copyright 2006-2010, Oleksandr Moskalenko
+<malex at debian.org> and is licensed under the modified BSD License above.
More information about the Python-modules-commits
mailing list