debian/0000755000000000000000000000000011742277467007207 5ustar debian/changelog0000644000000000000000000000104511742277467011061 0ustar python-elements (0.13+svn20090823.230+dfsg-2build1) precise; urgency=low * Rebuild to drop python2.6 dependencies and provides. -- Matthias Klose Sat, 14 Apr 2012 13:44:23 +0000 python-elements (0.13+svn20090823.230+dfsg-2) unstable; urgency=low * Include deps in control.in. -- Luke Faraone Sat, 24 Jul 2010 12:27:46 -0400 python-elements (0.13+svn20090823.230+dfsg-1) unstable; urgency=low * Initial release. Closes: 588105. -- Luke Faraone Sun, 04 Jul 2010 15:01:24 -0700 debian/rules0000755000000000000000000000315611422612065010252 0ustar #!/usr/bin/make -f DEB_BUILDDIR = build DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/utils.mk # setup.py uses setuptools. CDBS_BUILD_DEPENDS += , python-setuptools # Don't compress useful docs. DEB_COMPRESS_EXCLUDE = .py .wav # Suppress unneeded auto-resolved build-dependency on python-dev CDBS_BUILD_DEPENDS_class_python-distutils = python$(cdbs_python_nondefault_version) ## get-orig-source rule ## # Path to the debian directory DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') CURRENT_TREEISH =$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*svn.{9}([^-]+)\+dfsg.*,\1,p') CURVER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') SOURCE_DIR=$(PACKAGE)-$(CURVER) TARBALL=$(PACKAGE)_$(CURVER).orig.tar.gz $(SOURCE_DIR): svn co http://svn2.assembla.com/svn/elements $(SOURCE_DIR).temp cd $(SOURCE_DIR).temp && svn export -r ${CURRENT_TREEISH} . ../$(SOURCE_DIR) dfsg-clean: $(SOURCE_DIR) # contrib: Binaries, duplicate unused code from other projects rm -r $(SOURCE_DIR)/contrib # misc: Libraries, spreadsheets, speed tests, oh my! # ... adds nothing to the project, contains embedded libs. rm -r $(SOURCE_DIR)/misc $(TARBALL): dfsg-clean tar czvf $(TARBALL) $(SOURCE_DIR) get-orig-source: $(TARBALL) rm -rf $(SOURCE_DIR) $(SOURCE_DIR).temp clean:: rm -rf *.egg-info build debian/gbp.conf0000644000000000000000000000014611415014106010577 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/control0000644000000000000000000000163611422612137010576 0ustar Source: python-elements Section: python Priority: optional Maintainer: Debian OLPC Uploaders: Luke Faraone , Jonas Smedegaard DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.1), python-support, python, devscripts (>= 2.10.7~), cdbs (>= 0.4.67~), dh-buildinfo, python-setuptools Standards-Version: 3.9.0 Homepage: http://elements.linuxuser.at/ Vcs-Git: git://git.debian.org/collab-maint/python-elements.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-elements.git Package: python-elements Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-box2d, python-pygame Provides: ${python:Provides} Description: A 2D Physics API for Python An easy to use API for integrating 2D physics (with pybox2d) into own Python ideas, that includes user interfaces & simulations, as well as teaching & learning tools. debian/examples0000644000000000000000000000001011421060607010713 0ustar demos/* debian/copyright0000644000000000000000000000402211415015717011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: python-elements Maintainer: The Elements Team Source: http://elements.linuxuser.at/ Copyright: © 2008 The Elements Team License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: ./buildscripts/windows/* Copyright: © 2008 kne License: zlib/libpng This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: ./debian/* Copyright: © 2010 Luke Faraone License: zlib/libpng or GPL-3 debian/pycompat0000644000000000000000000000000211415016716010737 0ustar 2 debian/source/0000755000000000000000000000000011415016774010474 5ustar debian/source/include-binaries0000644000000000000000000000002711415016774013633 0ustar debian/copyright_hints debian/source/format0000644000000000000000000000001411415014106011665 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006011415014106010204 0ustar # This package does not have tarball releases. debian/copyright_hints0000644000000000000000000001172211415015022012320 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 X-Draft: Autogenerated by CDBS snippet copyright-check.mk Files: ./BUILDING, ./CREDITS, ./buildscripts/__init__.py, ./buildscripts/build_osx.py, ./buildscripts/build_win.py, ./buildscripts/windows/Makefile.patch, ./buildscripts/windows/Makefile.python, ./buildscripts/windows/readme.txt, ./buildscripts/windows/setup.py, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/gbp.conf, ./debian/rules, ./debian/source/format, ./debian/watch, ./demos/demo11_cairo.py, ./demos/demo11a_cairo_images.py, ./demos/demo12_opengl_pyglet.py, ./demos/demo13_joints1.py, ./demos/demo14_camera.py, ./demos/demo15_menu.py, ./demos/demo4_api.py, ./demos/demo5_addmany.py, ./demos/demo6_walls.py, ./demos/demo7_poly.py, ./demos/demo8_contact.py, ./demos/demo9_contactsound.py, ./demos/sandbox.py, ./documentation/add.html, ./documentation/callbacks.html, ./documentation/dynamic/add.html, ./documentation/dynamic/add_comment.py, ./documentation/dynamic/callbacks.html, ./documentation/dynamic/comment_blueprint.html, ./documentation/dynamic/comment_blueprint_onlyadd.html, ./documentation/dynamic/elements.html, ./documentation/dynamic/manual.html, ./documentation/dynamic/mkdoc.sh, ./documentation/elements.html, ./documentation/index.css, ./documentation/index.html, ./documentation/manual.html, ./documentation/ref.html, ./elements/__init__.py, ./ez_setup.py, ./images/elements_letters_kids.tga, ./images/elements_letters_kids.xcf, ./images/elements_try1.xcf Copyright: *No copyright* License: UNKNOWN FIXME Files: ./buildscripts/build_box2d.py, ./buildscripts/build_linux.py, ./elements/add_objects.py, ./elements/callbacks.py, ./elements/camera.py, ./elements/drawing.py, ./elements/elements.py, ./elements/locals.py, ./elements/menu.py, ./elements/tools_poly.py Copyright: 2008, The Elements Team, License: GPL-3+ FIXME Files: ./demos/beep.wav, ./documentation/js.js Copyright: License: UNKNOWN FIXME Files: ./documentation/logo_small.png, ./images/logo_small.png Copyright: }J-Bı}~wQqGozȿo=ʹS;=KUE[E!Xhm*s@=,k="c,D 熰VW fo~"P = LHi License: UNKNOWN FIXME Files: ./elements/tools.py Copyright: / 255) 2008, The Elements Team, License: GPL-3+ FIXME Files: ./LICENSE Copyright: 2007, Free Software Foundation, Inc. HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS are not disclaimer" for the program, if necessary holder as a result of your choosing to follow a holder explicitly and holder is holder is reinstated (a) holder notifies you of the holder who authorizes use under this holder, and you cure the violation prior to 30 days after holders of if you do law law, except executing it on a on the Program, and are irrevocable provided the stated on the software, and (2) offer you this License permission permission, other than the making of an treaty adopted on 20 December 1996, or License: GPL-3+ FIXME Files: ./images/elements_logo1.png Copyright: QCCCCzcZ…c\f,4 ł7B݀Hߒ: )+^օz4z3!6{M=GՠoȲmn6^0'QBCCCzE\`gcr [7[ 4 7Sf Ùܽbxw-aKa X&ԙeݎLT|H'u?p=:?lDW@XM`-ߝe?2mpykE>7ЋBhhhhhBRRP)-i Ps8[hyvq=Ϛ License: UNKNOWN FIXME Files: ./setup.py Copyright: 2008-9 The Elements Team License: UNKNOWN FIXME Files: ./README Copyright: 2008, The Elements Team, License: UNKNOWN FIXME Files: ./documentation/box2d_apiref_html.zip Copyright: -9AU5ES# /|,#Pq2h{nYYкUs# `CU8tSi2:A^ ؤ).N[E%$mika aY^kUO_W ‚RVAgzvǨ7(A,?~ O{#D=<j봞)H֨o,%S燈BW_ɾ_ ai;`X{uw̑1{Àv51@=I@f4 @h)pA"<,WgwdW N4=Zs.UujK9bmN- NMO/DK\2d\'zo)1Od+V) QЈZZJPʆRyxߠ\yHݶF?ߌT2} iGDF 7ᔄw !̄\L License: UNKNOWN FIXME Files: ./images/concave1.png Copyright: anC4aNOKnL/?~+tk&pᚠ^6GWvAf3qu嚱)݆_,4; License: UNKNOWN FIXME Files: ./images/elements_logo1_300px.png Copyright: } :tŠ@*E@c"ޔ_AOF_ar ׉vX%k'>#hD>yot/-6GH.ob Z*Ww"Cs 7;6kحn>"Z<`_ZTպM<l>, x>iQ$DlbپoD~gwGnݲj m#9t-dc.@8`1A580v0yأ 9񤌈#9k jD[Nn%%V9bkXTB"*7BB(¬\ 3̡T|Xi2C$,Ui Y|\V-( iz֣ License: UNKNOWN FIXME Files: ./buildscripts/windows/Box2D.i Copyright: 2008, kne sirkne at gmail dot com License: zlib/libpng FIXME debian/compat0000644000000000000000000000000211415014106010355 0ustar 7 debian/docs0000644000000000000000000000002011421060600010017 0ustar documentation/* debian/control.in0000644000000000000000000000144511422612101011170 0ustar Source: python-elements Section: python Priority: optional Maintainer: Debian OLPC Uploaders: Luke Faraone , Jonas Smedegaard DM-Upload-Allowed: yes Build-Depends: @cdbs@ Standards-Version: 3.9.0 Homepage: http://elements.linuxuser.at/ Vcs-Git: git://git.debian.org/collab-maint/python-elements.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-elements.git Package: python-elements Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-box2d, python-pygame Provides: ${python:Provides} Description: A 2D Physics API for Python An easy to use API for integrating 2D physics (with pybox2d) into own Python ideas, that includes user interfaces & simulations, as well as teaching & learning tools.