debian/0000755000000000000000000000000011742277447007205 5ustar debian/changelog0000644000000000000000000000104011742277447011052 0ustar python-box2d (2.0.2+svn20100109.244-1build2) precise; urgency=low * Rebuild to drop python2.6 dependencies and provides. -- Matthias Klose Sat, 14 Apr 2012 13:44:07 +0000 python-box2d (2.0.2+svn20100109.244-1build1) natty; urgency=low * Rebuild to add support for python 2.7. -- Matthias Klose Fri, 03 Dec 2010 00:09:44 +0000 python-box2d (2.0.2+svn20100109.244-1) unstable; urgency=low * Initial release. Closes: 524710. -- Luke Faraone Sun, 04 Jul 2010 15:01:24 -0700 debian/rules0000755000000000000000000000237011421076207010250 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 # Don't compress example Python files. Or txts, for that matter. DEB_COMPRESS_EXCLUDE = .py .txt .ttf .xml .glade pickle_example_web # 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}([^-]+).*,\1,p') CURVER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') SOURCE_DIR=python-box2d-$(CURVER) TARBALL=python-box2d_$(CURVER).orig.tar.gz $(SOURCE_DIR): svn co http://pybox2d.googlecode.com/svn/trunk/ $(SOURCE_DIR).temp cd $(SOURCE_DIR).temp && svn export -r ${CURRENT_TREEISH} . ../$(SOURCE_DIR) $(TARBALL): $(SOURCE_DIR) tar czvf $(TARBALL) $(SOURCE_DIR) get-orig-source: $(TARBALL) rm -rf $(SOURCE_DIR) $(SOURCE_DIR).temp clean:: rm -f Box2D.py Box2D/Box2D_wrap.cpp Box2D/Box2D_wrap.h rm -rf build/ Box2D.egg-info/ debian/gbp.conf0000644000000000000000000000014611421076207010606 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/control0000644000000000000000000000330011421076206010564 0ustar Source: python-box2d 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-all-dev, devscripts (>= 2.10.7~), cdbs (>= 0.4.67~), dh-buildinfo, swig Standards-Version: 3.9.0 Homepage: http://code.google.com/p/pybox2d/ Package: python-box2d Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: Python Bindings for the 2D Physics Engine Box2D 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing. . This package contains the Python bindings for Box2D. Package: python-box2d-doc Section: doc Architecture: all Depends: python-box2d, python-pygame, ${misc:Depends} Description: Python Bindings for the 2D Physics Engine Box2D - documentation 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing. . This package contains documentation and example files for the Python bindings for Box2D. debian/copyright0000644000000000000000000000662711421076207011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: python-box2d Maintainer: Luke Faraone Source: http://code.google.com/p/pybox2d/ Copyright: © 2008-2009 Ken Lauer 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: ./Box2D/Box2D_deprecated.i, ./Box2D/Box2D_pickling.i, ./Box2D/Box2D_printing.i, ./Box2D/Box2D_userdata.i, ./testbed/* Copyright: © 2008, kne License: zlib/libpng Files: ./Box2D/Box2D.h, ./Box2D/Collision/*, ./Box2D/Common/*, ./Box2D/Dynamics/*, ./doc/*, ./testbed/* Copyright: © 2006-2009 Erin Catto License: zlib/libpng Files: ./Box2D/Common/Fixed.h Copyright: © 2006, Henry Strickland & Ryan Seto, © 2007-2008 Tobias Weyand License: MIT/X11 (BSD like) 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. Files: ./testbed/test_BreakableBody.py ./testbed/TriangleMesh.py Copyright: © 2008 nimodo@hispeed.ch License: zlib/libpng Files: ./testbed/pgu/* Copyright: © 2009 Phil Hassey License: LGPL-2.1+ 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. . On Debian systems, the full text of the GNU Lesser General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. . The license of these files was determined from review of the upstream code repository at http://code.google.com/p/pgu/source/browse/ Files: ./debian/* Copyright: © 2010 Luke Faraone License: zlib/libpng or LGPL-2.1 or MIT/X11 (BSD like) debian/pycompat0000644000000000000000000000000211421076207010735 0ustar 2 debian/source/0000755000000000000000000000000011421076207010466 5ustar debian/source/format0000644000000000000000000000001411421076207011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015311421076207010216 0ustar version=3 opts=dversionmangle=s/\~// \ http://googlecode.debian.net/p/pybox2d/Box2D-(\d).(\d).(\db\d)\.zip debian/patches/0000755000000000000000000000000011421076207010615 5ustar debian/patches/debian-changes-2.0.2+svn244-10000644000000000000000000000257311421076207015226 0ustar Description: Upstream changes introduced in version 2.0.2+svn244-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . python-box2d (2.0.2+svn244-1) unstable; urgency=low . * Initial release. Closes: 524710. . The person named in the Author field signed this changelog entry. Author: Luke Faraone Bug-Debian: http://bugs.debian.org/524710 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- python-box2d-2.0.2+svn244.orig/__init__.py +++ python-box2d-2.0.2+svn244/__init__.py @@ -19,7 +19,7 @@ # misrepresented as being the original software. # 3. This notice may not be removed or altered from any source distribution. # - -from Box2D import * -__version__ = '2.0.2b1' + +from Box2D import * +__version__ = '2.0.2b1' __version_info__ = (2,0,2,1) \ No newline at end of file debian/patches/series0000644000000000000000000000003611421076207012031 0ustar debian-changes-2.0.2+svn244-1 debian/python-box2d.install0000644000000000000000000000000511421076207013106 0ustar usr/ debian/copyright_hints0000644000000000000000000003746511421076207012345 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: ./Box2D/Box2D_doxygen.i, ./Box2D/Makefile, ./INSTALL, ./MANIFEST, ./PKG-INFO, ./README, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/gbp.conf, ./debian/pycompat, ./debian/rules, ./debian/source/format, ./debian/watch, ./doc/manual_files/ajaxwatch.js, ./doc/manual_files/convex_concave.gif, ./doc/manual_files/distanceJoint.gif, ./doc/manual_files/gearJoint.gif, ./doc/manual_files/index.php, ./doc/manual_files/poweredby_mediawiki_88x31.png, ./doc/manual_files/prismaticJoint.gif, ./doc/manual_files/pulleyJoint.gif, ./doc/manual_files/revoluteJoint.gif, ./misc/do_osx_setup.sh, ./misc/do_win32_setup.cmd, ./setup.cfg, ./setup.py, ./testbed/data/themes/default/box.down.png, ./testbed/data/themes/default/box.hover.png, ./testbed/data/themes/default/box.normal.png, ./testbed/data/themes/default/box.xcf, ./testbed/data/themes/default/button.down.tga, ./testbed/data/themes/default/button.hover.tga, ./testbed/data/themes/default/button.normal.tga, ./testbed/data/themes/default/check.png, ./testbed/data/themes/default/checkbox.off.hover.tga, ./testbed/data/themes/default/checkbox.off.normal.tga, ./testbed/data/themes/default/checkbox.on.hover.tga, ./testbed/data/themes/default/checkbox.on.normal.tga, ./testbed/data/themes/default/config.txt, ./testbed/data/themes/default/console.input.focus.png, ./testbed/data/themes/default/console.input.normal.png, ./testbed/data/themes/default/console.png, ./testbed/data/themes/default/desktop.png, ./testbed/data/themes/default/desktop.xcf, ./testbed/data/themes/default/dialog.bar.png, ./testbed/data/themes/default/dialog.close.down.tga, ./testbed/data/themes/default/dialog.close.hover.tga, ./testbed/data/themes/default/dialog.close.normal.tga, ./testbed/data/themes/default/dialog.png, ./testbed/data/themes/default/dot.down.png, ./testbed/data/themes/default/dot.hover.png, ./testbed/data/themes/default/dot.normal.png, ./testbed/data/themes/default/dot.xcf, ./testbed/data/themes/default/down.png, ./testbed/data/themes/default/filebrowser.folder.png, ./testbed/data/themes/default/generate.py, ./testbed/data/themes/default/hslider.bar.hover.tga, ./testbed/data/themes/default/hslider.bar.normal.tga, ./testbed/data/themes/default/hslider.left.tga, ./testbed/data/themes/default/hslider.right.tga, ./testbed/data/themes/default/hslider.tga, ./testbed/data/themes/default/idot.normal.png, ./testbed/data/themes/default/input.focus.png, ./testbed/data/themes/default/input.normal.png, ./testbed/data/themes/default/left.png, ./testbed/data/themes/default/list.item.down.png, ./testbed/data/themes/default/list.item.hover.png, ./testbed/data/themes/default/list.item.normal.png, ./testbed/data/themes/default/list.png, ./testbed/data/themes/default/listitem.down.tga, ./testbed/data/themes/default/listitem.hover.tga, ./testbed/data/themes/default/listitem.normal.tga, ./testbed/data/themes/default/menu.down.tga, ./testbed/data/themes/default/menu.hover.tga, ./testbed/data/themes/default/menu.normal.tga, ./testbed/data/themes/default/notes.txt, ./testbed/data/themes/default/out.tga, ./testbed/data/themes/default/progressbar.bar.tga, ./testbed/data/themes/default/progressbar.tga, ./testbed/data/themes/default/radio.off.hover.tga, ./testbed/data/themes/default/radio.off.normal.tga, ./testbed/data/themes/default/radio.on.hover.tga, ./testbed/data/themes/default/radio.on.normal.tga, ./testbed/data/themes/default/radio.png, ./testbed/data/themes/default/rdot.down.png, ./testbed/data/themes/default/rdot.hover.png, ./testbed/data/themes/default/rdot.normal.png, ./testbed/data/themes/default/right.png, ./testbed/data/themes/default/sbox.normal.png, ./testbed/data/themes/default/scroller.slide.bar.hover.tga, ./testbed/data/themes/default/scroller.slide.bar.normal.tga, ./testbed/data/themes/default/scroller.slide.h.tga, ./testbed/data/themes/default/scroller.slide.v.tga, ./testbed/data/themes/default/select.arrow.down.tga, ./testbed/data/themes/default/select.arrow.hover.tga, ./testbed/data/themes/default/select.arrow.normal.tga, ./testbed/data/themes/default/select.arrow.png, ./testbed/data/themes/default/select.option.hover.png, ./testbed/data/themes/default/select.option.normal.png, ./testbed/data/themes/default/select.options.png, ./testbed/data/themes/default/select.selected.down.tga, ./testbed/data/themes/default/select.selected.hover.tga, ./testbed/data/themes/default/select.selected.normal.tga, ./testbed/data/themes/default/slider.bar.hover.tga, ./testbed/data/themes/default/slider.bar.normal.tga, ./testbed/data/themes/default/slider.tga, ./testbed/data/themes/default/tool.down.tga, ./testbed/data/themes/default/tool.hover.tga, ./testbed/data/themes/default/tool.normal.tga, ./testbed/data/themes/default/up.png, ./testbed/data/themes/default/vbox.normal.png, ./testbed/data/themes/default/vdot.down.png, ./testbed/data/themes/default/vdot.hover.png, ./testbed/data/themes/default/vdot.normal.png, ./testbed/data/themes/default/vsbox.normal.png, ./testbed/data/themes/default/vslider.bar.hover.tga, ./testbed/data/themes/default/vslider.bar.normal.tga, ./testbed/data/themes/default/vslider.down.tga, ./testbed/data/themes/default/vslider.tga, ./testbed/data/themes/default/vslider.up.tga, ./testbed/data/themes/default/x.png, ./testbed/data/themes/gray/box.down.png, ./testbed/data/themes/gray/box.normal.png, ./testbed/data/themes/gray/button.down.png, ./testbed/data/themes/gray/button.normal.png, ./testbed/data/themes/gray/checkbox.off.down.png, ./testbed/data/themes/gray/checkbox.off.normal.png, ./testbed/data/themes/gray/checkbox.on.down.png, ./testbed/data/themes/gray/checkbox.on.normal.png, ./testbed/data/themes/gray/config.txt, ./testbed/data/themes/gray/console.input.focus.png, ./testbed/data/themes/gray/console.input.normal.png, ./testbed/data/themes/gray/console.png, ./testbed/data/themes/gray/desktop.png, ./testbed/data/themes/gray/dialog.bar.png, ./testbed/data/themes/gray/dialog.close.down.png, ./testbed/data/themes/gray/dialog.close.normal.png, ./testbed/data/themes/gray/dialog.png, ./testbed/data/themes/gray/filebrowser.folder.png, ./testbed/data/themes/gray/input.focus.png, ./testbed/data/themes/gray/input.normal.png, ./testbed/data/themes/gray/list.item.normal.png, ./testbed/data/themes/gray/list.png, ./testbed/data/themes/gray/menu.down.png, ./testbed/data/themes/gray/menu.hover.png, ./testbed/data/themes/gray/menu.normal.png, ./testbed/data/themes/gray/menu.option.hover.png, ./testbed/data/themes/gray/menu.option.normal.png, ./testbed/data/themes/gray/radio.off.down.png, ./testbed/data/themes/gray/radio.off.normal.png, ./testbed/data/themes/gray/radio.on.down.png, ./testbed/data/themes/gray/radio.on.normal.png, ./testbed/data/themes/gray/select.arrow.down.png, ./testbed/data/themes/gray/select.arrow.normal.png, ./testbed/data/themes/gray/select.arrow.png, ./testbed/data/themes/gray/select.option.normal.png, ./testbed/data/themes/gray/select.options.png, ./testbed/data/themes/gray/select.selected.normal.png, ./testbed/data/themes/gray/slider.bar.normal.png, ./testbed/data/themes/gray/slider.png, ./testbed/data/themes/gray/tool.down.png, ./testbed/data/themes/gray/tool.normal.png, ./testbed/data/themes/tools/config.txt, ./testbed/data/themes/tools/icons48.bkgr.tga, ./testbed/data/themes/tools/icons48.code.tga, ./testbed/data/themes/tools/icons48.draw.tga, ./testbed/data/themes/tools/icons48.eraser.tga, ./testbed/data/themes/tools/icons48.fill.tga, ./testbed/data/themes/tools/icons48.line.tga, ./testbed/data/themes/tools/icons48.pixel.tga, ./testbed/data/themes/tools/icons48.select.tga, ./testbed/data/themes/tools/icons48.tile.tga, ./testbed/hello.py, ./testbed/pgu/__init__.py, ./testbed/pgu/gui/__init__.py, ./testbed/pgu/gui/app.py, ./testbed/pgu/gui/area.py, ./testbed/pgu/gui/basic.py, ./testbed/pgu/gui/button.py, ./testbed/pgu/gui/const.py, ./testbed/pgu/gui/container.py, ./testbed/pgu/gui/deprecated.py, ./testbed/pgu/gui/dialog.py, ./testbed/pgu/gui/document.py, ./testbed/pgu/gui/form.py, ./testbed/pgu/gui/group.py, ./testbed/pgu/gui/input.py, ./testbed/pgu/gui/keysym.py, ./testbed/pgu/gui/layout.py, ./testbed/pgu/gui/menus.py, ./testbed/pgu/gui/misc.py, ./testbed/pgu/gui/readme.txt, ./testbed/pgu/gui/select.py, ./testbed/pgu/gui/slider.py, ./testbed/pgu/gui/style.py, ./testbed/pgu/gui/surface.py, ./testbed/pgu/gui/table.py, ./testbed/pgu/gui/theme.py, ./testbed/pgu/gui/widget.py, ./testbed/pickle_example_web Copyright: *No copyright* License: UNKNOWN FIXME Files: ./Box2D/Box2D-License.txt, ./Box2D/Box2D.h, ./Box2D/Collision/Shapes/b2CircleShape.cpp, ./Box2D/Collision/Shapes/b2CircleShape.h, ./Box2D/Collision/Shapes/b2EdgeShape.cpp, ./Box2D/Collision/Shapes/b2EdgeShape.h, ./Box2D/Collision/Shapes/b2PolygonShape.cpp, ./Box2D/Collision/Shapes/b2PolygonShape.h, ./Box2D/Collision/Shapes/b2Shape.cpp, ./Box2D/Collision/Shapes/b2Shape.h, ./Box2D/Collision/b2BroadPhase.cpp, ./Box2D/Collision/b2BroadPhase.h, ./Box2D/Collision/b2CollideCircle.cpp, ./Box2D/Collision/b2CollidePoly.cpp, ./Box2D/Collision/b2Collision.cpp, ./Box2D/Collision/b2Collision.h, ./Box2D/Collision/b2Distance.cpp, ./Box2D/Collision/b2PairManager.cpp, ./Box2D/Collision/b2PairManager.h, ./Box2D/Collision/b2TimeOfImpact.cpp, ./Box2D/Common/b2BlockAllocator.cpp, ./Box2D/Common/b2BlockAllocator.h, ./Box2D/Common/b2Math.cpp, ./Box2D/Common/b2Math.h, ./Box2D/Common/b2Settings.cpp, ./Box2D/Common/b2Settings.h, ./Box2D/Common/b2StackAllocator.cpp, ./Box2D/Common/b2StackAllocator.h, ./Box2D/Dynamics/Contacts/b2CircleContact.cpp, ./Box2D/Dynamics/Contacts/b2CircleContact.h, ./Box2D/Dynamics/Contacts/b2Contact.cpp, ./Box2D/Dynamics/Contacts/b2Contact.h, ./Box2D/Dynamics/Contacts/b2ContactSolver.cpp, ./Box2D/Dynamics/Contacts/b2ContactSolver.h, ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp, ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h, ./Box2D/Dynamics/Contacts/b2NullContact.h, ./Box2D/Dynamics/Contacts/b2PolyAndCircleContact.cpp, ./Box2D/Dynamics/Contacts/b2PolyAndCircleContact.h, ./Box2D/Dynamics/Contacts/b2PolyAndEdgeContact.cpp, ./Box2D/Dynamics/Contacts/b2PolyAndEdgeContact.h, ./Box2D/Dynamics/Contacts/b2PolyContact.cpp, ./Box2D/Dynamics/Contacts/b2PolyContact.h, ./Box2D/Dynamics/Controllers/b2BuoyancyController.cpp, ./Box2D/Dynamics/Controllers/b2BuoyancyController.h, ./Box2D/Dynamics/Controllers/b2ConstantAccelController.cpp, ./Box2D/Dynamics/Controllers/b2ConstantAccelController.h, ./Box2D/Dynamics/Controllers/b2ConstantForceController.cpp, ./Box2D/Dynamics/Controllers/b2ConstantForceController.h, ./Box2D/Dynamics/Controllers/b2Controller.cpp, ./Box2D/Dynamics/Controllers/b2Controller.h, ./Box2D/Dynamics/Controllers/b2GravityController.cpp, ./Box2D/Dynamics/Controllers/b2GravityController.h, ./Box2D/Dynamics/Controllers/b2TensorDampingController.cpp, ./Box2D/Dynamics/Controllers/b2TensorDampingController.h, ./Box2D/Dynamics/Joints/b2DistanceJoint.h, ./Box2D/Dynamics/Joints/b2GearJoint.cpp, ./Box2D/Dynamics/Joints/b2GearJoint.h, ./Box2D/Dynamics/Joints/b2Joint.cpp, ./Box2D/Dynamics/Joints/b2Joint.h, ./Box2D/Dynamics/Joints/b2LineJoint.cpp, ./Box2D/Dynamics/Joints/b2LineJoint.h, ./Box2D/Dynamics/Joints/b2MouseJoint.cpp, ./Box2D/Dynamics/Joints/b2MouseJoint.h, ./Box2D/Dynamics/Joints/b2PrismaticJoint.cpp, ./Box2D/Dynamics/Joints/b2PrismaticJoint.h, ./Box2D/Dynamics/Joints/b2PulleyJoint.cpp, ./Box2D/Dynamics/Joints/b2PulleyJoint.h, ./Box2D/Dynamics/Joints/b2RevoluteJoint.cpp, ./Box2D/Dynamics/Joints/b2RevoluteJoint.h, ./Box2D/Dynamics/b2Body.cpp, ./Box2D/Dynamics/b2Body.h, ./Box2D/Dynamics/b2ContactManager.cpp, ./Box2D/Dynamics/b2ContactManager.h, ./Box2D/Dynamics/b2Island.cpp, ./Box2D/Dynamics/b2Island.h, ./Box2D/Dynamics/b2World.cpp, ./Box2D/Dynamics/b2World.h, ./Box2D/Dynamics/b2WorldCallbacks.cpp, ./Box2D/Dynamics/b2WorldCallbacks.h Copyright: 2006-2007, Erin Catto http://www.gphysics.com 2007, Erin Catto http://www.gphysics.com License: zlib/libpng FIXME Files: ./testbed/demos.py, ./testbed/pygame_main.py, ./testbed/pyglet_keymapper.py, ./testbed/pyglet_main.py, ./testbed/settings.py, ./testbed/test_ApplyForce.py, ./testbed/test_Belt.py, ./testbed/test_BezierEdges.py, ./testbed/test_Biped.py, ./testbed/test_Bridge.py, ./testbed/test_Buoyancy.py, ./testbed/test_CCDTest.py, ./testbed/test_Car.py, ./testbed/test_Chain.py, ./testbed/test_CollisionFiltering.py, ./testbed/test_CollisionProcessing.py, ./testbed/test_CompoundShapes.py, ./testbed/test_ContactCallbackTest.py, ./testbed/test_DistanceTest.py, ./testbed/test_Dominos.py, ./testbed/test_DynamicEdges.py, ./testbed/test_EdgesBuoyancy.py, ./testbed/test_ElasticBody.py, ./testbed/test_Gears.py, ./testbed/test_Gravity.py, ./testbed/test_LineJoint.py, ./testbed/test_MotorsAndLimits.py, ./testbed/test_PolyCollision.py, ./testbed/test_PolyShapes.py, ./testbed/test_Prismatic.py, ./testbed/test_Pulleys.py, ./testbed/test_Pyramid.py, ./testbed/test_PyramidStaticEdges.py, ./testbed/test_RaycastTest.py, ./testbed/test_Revolute.py, ./testbed/test_SensorTest.py, ./testbed/test_SliderCrank.py, ./testbed/test_SphereStack.py, ./testbed/test_StaticEdges.py, ./testbed/test_TheoJansen.py, ./testbed/test_TimeOfImpact.py, ./testbed/test_VaryingFriction.py, ./testbed/test_VaryingRestitution.py, ./testbed/test_VerticalStack.py, ./testbed/test_Web.py, ./testbed/test_empty.py, ./testbed/test_main.py Copyright: 2006-2007, Erin Catto http://www.gphysics.com 2008, kne sirkne at gmail dot com License: zlib/libpng FIXME Files: ./Box2D/Box2D_deprecated.i, ./Box2D/Box2D_pickling.i, ./Box2D/Box2D_printing.i, ./Box2D/Box2D_userdata.i, ./testbed/test_BoxCutter.py, ./testbed/test_BreakableBody.py, ./testbed/test_pickle.py Copyright: 2008, kne sirkne at gmail dot com License: zlib/libpng FIXME Files: ./Box2D/pybox2d_license_header.txt, ./LICENSE, ./__init__.py Copyright: 2006-2007, Erin Catto http://www.gphysics.com 2006-2009, Erin Catto http://www.gphysics.com 2008-2009, Ken Lauer sirkne at gmail dot com License: zlib/libpng FIXME Files: ./testbed/data/themes/default/Vera.ttf, ./testbed/data/themes/gray/Vera.ttf Copyright: 2003, Bitstream, Inc.Bitstream Vera SansBitstreamVeraSans-RomanRelease 1.10 2003, by Bitstream, Inc License: UNKNOWN FIXME Files: ./Box2D/Common/Fixed.h Copyright: 2006, Henry Strickland & Ryan Seto HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR License: MIT/X11 (BSD like) FIXME Files: ./doc/manual_files/commonPrint.css Copyright: Alexander Limi Gabriel Wicke, http://www.aulinx.de/ License: UNKNOWN FIXME Files: ./doc/manual.htm Copyright: 2004, - 2007, Nigel McNie (http://qbnz.com/highlighter) 2007-2009, Erin Catto License: UNKNOWN FIXME Files: ./doc/manual_files/wikibits.js Copyright: 1997-2006, Stuart Langridge, Joost de Valk License: UNKNOWN FIXME Files: ./doc/manual_files/ajax.js Copyright: 2005, modernmethod, inc License: UNKNOWN FIXME Files: ./doc/manual_files/Python_testbed.png Copyright: Jr License: UNKNOWN FIXME Files: ./doc/manual_files/Icon-manual.png Copyright: ZP2~ h*U&ͤb 1t+c€ǟ~W*?}O჉kM| License: UNKNOWN FIXME Files: ./Box2D/Common/jtypes.h Copyright: 2005 License: zlib/libpng FIXME Files: ./Box2D/Dynamics/Joints/b2DistanceJoint.cpp Copyright: 2006-2007, Erin Catto http://www.gphysics.com < b2_linearSlop; License: zlib/libpng FIXME Files: ./testbed/test_ShapeEditing.py Copyright: 2006-2007, Erin Catto http://www.gphysics.com 2008, kne create a shape, (d) destroy the shape") sirkne at gmail dot com License: zlib/libpng FIXME Files: ./Box2D/Box2D.i Copyright: 2008, kne b2MouseJoint::m_C; sirkne at gmail dot com License: zlib/libpng FIXME Files: ./testbed/TriangleMesh.py Copyright: 2008, kne 2008, nimodo@hispeed.ch sirkne at gmail dot com License: zlib/libpng FIXME debian/compat0000644000000000000000000000000211421076206010363 0ustar 7 debian/control.in0000644000000000000000000000312311421076206011174 0ustar Source: python-box2d Section: python Priority: optional Maintainer: Debian OLPC Uploaders: Luke Faraone , Jonas Smedegaard DM-Upload-Allowed: yes Build-Depends: @cdbs@, swig Standards-Version: 3.9.0 Homepage: http://code.google.com/p/pybox2d/ Package: python-box2d Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: Python Bindings for the 2D Physics Engine Box2D 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing. . This package contains the Python bindings for Box2D. Package: python-box2d-doc Section: doc Architecture: all Depends: python-box2d, python-pygame, ${misc:Depends} Description: Python Bindings for the 2D Physics Engine Box2D - documentation 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing. . This package contains documentation and example files for the Python bindings for Box2D. debian/python-box2d-doc.docs0000644000000000000000000000001611421076207013135 0ustar doc/ testbed/