[Python-modules-commits] r29625 - in packages/trunk/pymunk/debian (control)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Fri Jul 4 16:49:09 UTC 2014
Date: Friday, July 4, 2014 @ 16:49:08
Author: miriam
Revision: 29625
Fixed descriptions
Modified:
packages/trunk/pymunk/debian/control
Modified: packages/trunk/pymunk/debian/control
===================================================================
--- packages/trunk/pymunk/debian/control 2014-07-04 16:45:52 UTC (rev 29624)
+++ packages/trunk/pymunk/debian/control 2014-07-04 16:49:08 UTC (rev 29625)
@@ -15,7 +15,7 @@
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Conflicts: python-pymunk-debug
-Description: description
+Description: Python wrapper to the Chipmunk 2D physics library
Pymunk is a easy-to-use pythonic 2d physics library that can be used
whenever you need 2d rigid body physics from Python. It is built on
top of the very nice 2d physics library Chipmunk.
@@ -26,7 +26,10 @@
Provides: python-pymunk, ${python:Provides}
Conflicts: python-pymunk
Replaces: python-pymunk
-Description: description
+Description: Python wrapper to the Chipmunk 2D physics library - debug
Pymunk is a easy-to-use pythonic 2d physics library that can be used
whenever you need 2d rigid body physics from Python. It is built on
top of the very nice 2d physics library Chipmunk.
+ .
+ This package includes the module compiled with runtime debugging asserts
+ as well as debug information.
More information about the Python-modules-commits
mailing list