[Python-modules-commits] r26396 - in packages/pyopengl/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Nov 4 20:02:26 UTC 2013


    Date: Monday, November 4, 2013 @ 20:02:25
  Author: piotr
Revision: 26396

Add python-ctypes to python-opengl's Depends

Modified:
  packages/pyopengl/trunk/debian/changelog
  packages/pyopengl/trunk/debian/control

Modified: packages/pyopengl/trunk/debian/changelog
===================================================================
--- packages/pyopengl/trunk/debian/changelog	2013-11-04 19:57:26 UTC (rev 26395)
+++ packages/pyopengl/trunk/debian/changelog	2013-11-04 20:02:25 UTC (rev 26396)
@@ -12,6 +12,9 @@
     - Add X-Python-Version field
   * debian/compat: Set as 9
 
+  [ Piotr Ożarowski ]
+  * Add python-ctypes to python-opengl's Depends
+
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 05 Sep 2013 06:10:18 +1000
 
 pyopengl (3.0.1-1) unstable; urgency=low

Modified: packages/pyopengl/trunk/debian/control
===================================================================
--- packages/pyopengl/trunk/debian/control	2013-11-04 19:57:26 UTC (rev 26395)
+++ packages/pyopengl/trunk/debian/control	2013-11-04 20:02:25 UTC (rev 26396)
@@ -12,7 +12,7 @@
 
 Package: python-opengl
 Architecture: all
-Depends: ${python:Depends}, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends}
+Depends: ${python:Depends}, python-ctypes, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends}
 Suggests: python-tk, python-numpy, libgle3
 Description: Python bindings to OpenGL
  PyOpenGL is a cross-platform open source Python binding to the standard




More information about the Python-modules-commits mailing list