[Python-modules-commits] r15142 - in packages/pyglet/trunk/debian (changelog copyright)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Sun Dec 26 23:31:56 UTC 2010
Date: Sunday, December 26, 2010 @ 23:31:55
Author: yoh
Revision: 15142
debian/copyright: converted to DEP5 format
Modified:
packages/pyglet/trunk/debian/changelog
packages/pyglet/trunk/debian/copyright
Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog 2010-12-26 23:31:47 UTC (rev 15141)
+++ packages/pyglet/trunk/debian/changelog 2010-12-26 23:31:55 UTC (rev 15142)
@@ -1,6 +1,9 @@
pyglet (1.1.4.dfsg-1) experimental; urgency=low
* New upstream release (Closes: #532807)
+ * debian/copyright:
+ - converted to DEP5 format
+ - added myself to holders of debian/*
-- Yaroslav Halchenko <debian at onerussian.com> Sat, 25 Dec 2010 22:25:44 -0500
Modified: packages/pyglet/trunk/debian/copyright
===================================================================
--- packages/pyglet/trunk/debian/copyright 2010-12-26 23:31:47 UTC (rev 15141)
+++ packages/pyglet/trunk/debian/copyright 2010-12-26 23:31:55 UTC (rev 15142)
@@ -1,56 +1,81 @@
-This package was debianized by Per B. Sederberg <psederberg at gmail.com> on
-Thu, 18 Oct 2007 11:16:28 -0400.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: pyglet
+Maintainer: Alex Holkner <alex.holkner at gmail.com>
+Source: http://code.google.com/p/pyglet/downloads/list
-It was downloaded from http://www.pyglet.org
+Files: *
+Copyright: 2006-2009, Alex Holkner <alex.holkner at gmail.com>
+Contributors:
+ Blue Box Devices
+ Anthony Baxter
+ Alan Green
+ Richard Jones
+ Tobias Sargeant
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of pyglet nor the names of its
+ contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
+ COPYRIGHT OWNER 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 doc directory was removed due to missing sources to generate the pdf and
-html documentation.
+Files: pyglet/window/win32/constants.py
+Copyright: 1994-2001, Mark Hammond
+Note: derived from Python for Windows Extensions
+License: BSD-3
-Upstream Author:
+Files: pyglet/image/codecs/pypng.py
+Contributors:
+ Nicko van Someren <nicko at nicko.org>
+Copyright: 2006, Johann C. Rocholl <johann at browsershots.org>
+Note: derived from png.py
+License: MIT
+ 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.
- Alex Holkner <alex.holkner at gmail.com>
-
-Copyright:
-
- Copyright 2006-2008 Alex Holkner
-
-License:
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted under the terms of the BSD License.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
-
-On Debian systems, the complete text of the BSD License can be
-found in `/usr/share/common-licenses/BSD'.
-
-pyglet includes contributions from the following organisations and
-individuals:
-
-Blue Box Devices
-Anthony Baxter
-Alan Green
-Richard Jones
-Tobias Sargeant
-
-pyglet/window/win32/constants.py is derived from Python for Windows
-Extensions. Copyright 1994-2001 Mark Hammond.
-
-pyglet/image/codecs/pypng.py is derived from png.py. Copyright 2006
-Johann C. Rocholl.
-
-The Debian packaging is © 2007, Per B. Sederberg <psederberg at gmail.com>
- 2007-2008, Michael Hanke <michael.hanke at gmail.com>
- 2008, Ondrej Certik <ondrej at certik.cz>,
- 2008, Stephan Peijnik <debian at sp.or.at>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: debian/*
+Copyright: 2007, Per B. Sederberg <psederberg at gmail.com>
+ 2007-2008, Michael Hanke <michael.hanke at gmail.com>
+ 2008, Ondrej Certik <ondrej at certik.cz>,
+ 2008, Stephan Peijnik <debian at sp.or.at>
+ 2010, Yaroslav Halchenko <debian at onerussian.com>
+License: GPL
+ On Debian GNU/Linux systems, the complete text of the GPL License
+ can be found in `/usr/share/common-licenses/GPL'.
More information about the Python-modules-commits
mailing list