[Python-modules-commits] r12686 - in packages/cocos2d/trunk (8 files)

gaspa-guest at users.alioth.debian.org gaspa-guest at users.alioth.debian.org
Tue Apr 20 20:37:36 UTC 2010


    Date: Tuesday, April 20, 2010 @ 20:37:35
  Author: gaspa-guest
Revision: 12686

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/cocos2d/trunk/debian/
  packages/cocos2d/trunk/debian/changelog
  packages/cocos2d/trunk/debian/compat
  packages/cocos2d/trunk/debian/control
  packages/cocos2d/trunk/debian/copyright
  packages/cocos2d/trunk/debian/docs
  packages/cocos2d/trunk/debian/rules
  packages/cocos2d/trunk/debian/watch


Property changes on: packages/cocos2d/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/cocos2d/trunk/debian/changelog
===================================================================
--- packages/cocos2d/trunk/debian/changelog	                        (rev 0)
+++ packages/cocos2d/trunk/debian/changelog	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1,5 @@
+cocos2d (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #577236)
+
+ -- Andrea Colangelo <warp10 at ubuntu.com>  Fri, 09 Apr 2010 17:27:20 +0200

Added: packages/cocos2d/trunk/debian/compat
===================================================================
--- packages/cocos2d/trunk/debian/compat	                        (rev 0)
+++ packages/cocos2d/trunk/debian/compat	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1 @@
+7

Added: packages/cocos2d/trunk/debian/control
===================================================================
--- packages/cocos2d/trunk/debian/control	                        (rev 0)
+++ packages/cocos2d/trunk/debian/control	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1,25 @@
+Source: cocos2d
+Section: python
+Priority: extra
+Maintainer: Andrea Gasparini <gaspa at yattaweb.it>
+Uploaders: Andrea Colangelo <warp10 at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: python (>= 2.5), python-support (>= 0.90.0), python-setuptools
+Standards-Version: 3.8.4
+Homepage: http://cocos2d.org/
+VCS-Svn: svn://svn.debian.org/python-modules/packages/python-cocos2d/trunk/
+VCS-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-cocos2d/trunk/
+
+Package: python-cocos2d
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-pyglet
+Description: Framework for building 2D graphical/interactive applications.
+ cocos2d is a framework for building 2D games, demos, and other graphical and
+ interactive applications.
+ .
+ Its features include easy managing of flow control between different scenes,
+ possibility to add actions to sprites, many different effects, transitions,
+ menus, text rendering.
+
+
+

Added: packages/cocos2d/trunk/debian/copyright
===================================================================
--- packages/cocos2d/trunk/debian/copyright	                        (rev 0)
+++ packages/cocos2d/trunk/debian/copyright	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1,127 @@
+This package was debianized by Andrea Colangelo <warp10 at ubuntu.com> on
+Sat, 10 Apr 2010 17:27:20 +0200.
+
+It was downloaded from http://cocos2d.org/
+
+Upstream Authors:
+
+    Daniel Moisset
+    Ricardo Quesada
+    Rayentray Tappa
+    Lucio Torre <lucio.torre at gmail.com>
+
+Copyright:
+
+    Copyright © 2008 Daniel Moisset, Ricardo Quesada, Rayentray Tappa, Lucio Torre
+
+License:
+
+    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 cocos2d 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.
+
+cocos/euclid.py is:
+
+    Copyright © 2006 Alex Holkner
+
+and is licensed as follows:
+
+    This library is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as published by the
+    Free Software Foundation; either version 2.1 of the License, or (at your
+    option) any later version.
+    
+    This library is distributed in the hope that it will be useful, but WITHOUT
+    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+    for more details.
+    
+    You should have received a copy of the GNU Lesser General Public License
+    along with this library; if not, write to the Free Software Foundation,
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+cocos/layer/python_interpreter.py is:
+
+    Copyright © 2005-2008 Richard Jones <richard at mechanicalcat.net>
+
+and is licensed as follows:
+
+    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.
+
+samples/tetrico is licensed under the terms of the BSD license. On Debian
+systems, the complete text of the BSD License can be found in 
+`/usr/share/common-licenses/BSD'.
+Tetris music is by Sonotone Impérial and is released under the Creative Commons
+Attribution-Noncommercial-No Derivative Works 3.0 Unported. Full license text
+can be found here: http://creativecommons.org/licenses/by-nc-nd/3.0/.
+Sound effects are from http://www.soundsnap.com and licensed as in
+http://www.soundsnap.com/tos.
+
+tools/primitives.py is:
+
+    Copyright © 2007 Flavio Codeco Coelho
+
+The files:
+samples/grossini.png
+samples/grossinis-sister1.png
+samples/grossinis-sister2.png
+test/grossini.png
+test/grossinis-sister1.png
+test/grossinis-sister2.png
+are released under the Creative Commons Attribution-NonCommercial-ShareAlike
+2.0. Full license text can be found here: 
+http://creativecommons.org/licenses/by-nc-sa/3.0/
+
+The Debian packaging is:
+
+    Copyright © 2010 Andrea Colangelo <warp10 at ubuntu.com>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+

Added: packages/cocos2d/trunk/debian/docs
===================================================================
--- packages/cocos2d/trunk/debian/docs	                        (rev 0)
+++ packages/cocos2d/trunk/debian/docs	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1 @@
+README

Added: packages/cocos2d/trunk/debian/rules
===================================================================
--- packages/cocos2d/trunk/debian/rules	                        (rev 0)
+++ packages/cocos2d/trunk/debian/rules	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/python/python.mk
+PKGNAME=python-cocos2d
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	python setup.py install --root=$(CURDIR)/debian/$(PKGNAME) --install-layout=deb


Property changes on: packages/cocos2d/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/cocos2d/trunk/debian/watch
===================================================================
--- packages/cocos2d/trunk/debian/watch	                        (rev 0)
+++ packages/cocos2d/trunk/debian/watch	2010-04-20 20:37:35 UTC (rev 12686)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/los-cocos/downloads/list \
+http://los-cocos.googlecode.com/files/cocos2d-(.*).tar.gz




More information about the Python-modules-commits mailing list