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

andrewsh at users.alioth.debian.org andrewsh at users.alioth.debian.org
Wed Jan 15 22:48:40 UTC 2014


    Date: Wednesday, January 15, 2014 @ 22:48:39
  Author: andrewsh
Revision: 27245

  * debian/rules:
    - Switched to pybuild buildsystem.
    - Update to build python2 and python3 packages.
  * debian/control:
    - Bump standards-version to 3.9.5
    - Update to build python2 and python3 packages.

(Changes by Roman Valov)

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

Modified: packages/pyopengl/trunk/debian/changelog
===================================================================
--- packages/pyopengl/trunk/debian/changelog	2014-01-15 22:37:54 UTC (rev 27244)
+++ packages/pyopengl/trunk/debian/changelog	2014-01-15 22:48:39 UTC (rev 27245)
@@ -7,7 +7,6 @@
   [ Jackson Doak ]
   * New upstream release
   * debian/control:
-    - Bump standards-versio to 3.9.4
     - Bump debhelper version to 9
     - Add X-Python-Version field
   * debian/compat: Set as 9
@@ -15,8 +14,16 @@
   [ 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
+  [ Roman Valov ]
+  * debian/rules:
+    - Switched to pybuild buildsystem.
+    - Update to build python2 and python3 packages.
+  * debian/control:
+    - Bump standards-version to 3.9.5
+    - Update to build python2 and python3 packages.
 
+ -- Andrew Shadura <andrewsh at debian.org>  Wed, 15 Jan 2014 23:47:22 +0100
+
 pyopengl (3.0.1-1) unstable; urgency=low
 
   * Team upload.

Modified: packages/pyopengl/trunk/debian/control
===================================================================
--- packages/pyopengl/trunk/debian/control	2014-01-15 22:37:54 UTC (rev 27244)
+++ packages/pyopengl/trunk/debian/control	2014-01-15 22:48:39 UTC (rev 27245)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.2), python3-setuptools
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.5 
+X-Python3-Version: >= 3.2 
 Homepage: http://pyopengl.sourceforge.net
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyopengl/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyopengl/trunk/
@@ -14,9 +15,24 @@
 Architecture: all
 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
+Description: Python bindings to OpenGL (Python 2)
  PyOpenGL is a cross-platform open source Python binding to the standard
  OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the
  GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter,
  wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
  windowing library which can provide an OpenGL context).
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-opengl
+Architecture: all
+Depends: ${python3:Depends}, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends}
+Suggests: python3-tk, python3-numpy, libgle3
+Description: Python bindings to OpenGL (Python 3)
+ PyOpenGL is a cross-platform open source Python binding to the standard
+ OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the
+ GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter,
+ wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
+ windowing library which can provide an OpenGL context).
+ .
+ This is the Python 3 version of the package.

Modified: packages/pyopengl/trunk/debian/rules
===================================================================
--- packages/pyopengl/trunk/debian/rules	2014-01-15 22:37:54 UTC (rev 27244)
+++ packages/pyopengl/trunk/debian/rules	2014-01-15 22:48:39 UTC (rev 27245)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
+export PYBUILD_NAME=opengl
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-modules-commits mailing list