[Python-modules-commits] r7823 - in packages/pyopengl/trunk/debian (6 files)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Mon Mar 9 17:15:43 UTC 2009


    Date: Monday, March 9, 2009 @ 17:15:42
  Author: shlomme
Revision: 7823

new upload, removes docs

Modified:
  packages/pyopengl/trunk/debian/changelog
  packages/pyopengl/trunk/debian/compat
  packages/pyopengl/trunk/debian/control
  packages/pyopengl/trunk/debian/control.in
  packages/pyopengl/trunk/debian/patches/00list
  packages/pyopengl/trunk/debian/rules

Modified: packages/pyopengl/trunk/debian/changelog
===================================================================
--- packages/pyopengl/trunk/debian/changelog	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/changelog	2009-03-09 17:15:42 UTC (rev 7823)
@@ -1,3 +1,18 @@
+pyopengl (3.0.0~c1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #498403)
+  * debian/compat
+    - bumped debhelper compatibility level to 7
+  * debian/control, debian/rules
+    - removed python-opengl-doc, documentation is not distributed anymore
+      by upstream.
+    - removed build dependency on python-setuptools and run-time
+      dependency on python-pkg-resource, not needed anymore
+    - dropped build dependencies on all GL libraries, not needed anymore
+      because documentation is removed
+
+ -- Torsten Marek <shlomme at debian.org>  Mon, 02 Mar 2009 23:58:57 +0100
+
 pyopengl (3.0.0~b6-3) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/pyopengl/trunk/debian/compat
===================================================================
--- packages/pyopengl/trunk/debian/compat	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/compat	2009-03-09 17:15:42 UTC (rev 7823)
@@ -1 +1 @@
-5
+7

Modified: packages/pyopengl/trunk/debian/control
===================================================================
--- packages/pyopengl/trunk/debian/control	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/control	2009-03-09 17:15:42 UTC (rev 7823)
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends-Indep: python-setuptools (>= 0.6b3), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, libgle3
-Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-central (>= 0.6.8), dpatch
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-central (>= 0.6), dpatch, python-all-dev (>= 2.3.5-11)
 Standards-Version: 3.8.0
 Homepage: http://pyopengl.sourceforge.net
 XS-Python-Version: >= 2.4
@@ -13,7 +12,7 @@
 
 Package: python-opengl
 Architecture: all
-Depends: ${python:Depends}, python-ctypes | python (>= 2.5), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, python-pkg-resources
+Depends: ${python:Depends}, python-ctypes | python (>= 2.5), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3
 Suggests: python-tk, python-numpy, libgle3
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to OpenGL
@@ -22,12 +21,3 @@
  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).
-
-Package: python-opengl-doc
-Architecture: all
-Section: doc
-Description: Documentation for PyOpenGL
- PyOpenGL is a cross-platform open source Python binding to the standard
- OpenGL API providing 2D and 3D graphic drawing.
- .
- This package contains documentation for developers using PyOpenGL.

Modified: packages/pyopengl/trunk/debian/control.in
===================================================================
--- packages/pyopengl/trunk/debian/control.in	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/control.in	2009-03-09 17:15:42 UTC (rev 7823)
@@ -3,7 +3,6 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends-Indep: python-setuptools (>= 0.6b3), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, libgle3
 Build-Depends: @cdbs@, python-all-dev (>= 2.3.5-11)
 Standards-Version: 3.8.0
 Homepage: http://pyopengl.sourceforge.net
@@ -13,7 +12,7 @@
 
 Package: python-opengl
 Architecture: all
-Depends: ${python:Depends}, python-ctypes | python (>= 2.5), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, python-pkg-resources
+Depends: ${python:Depends}, python-ctypes | python (>= 2.5), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3
 Suggests: python-tk, python-numpy, libgle3
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to OpenGL
@@ -22,12 +21,3 @@
  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).
-
-Package: python-opengl-doc
-Architecture: all
-Section: doc
-Description: Documentation for PyOpenGL
- PyOpenGL is a cross-platform open source Python binding to the standard
- OpenGL API providing 2D and 3D graphic drawing.
- .
- This package contains documentation for developers using PyOpenGL.

Modified: packages/pyopengl/trunk/debian/patches/00list
===================================================================
--- packages/pyopengl/trunk/debian/patches/00list	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/patches/00list	2009-03-09 17:15:42 UTC (rev 7823)
@@ -1,2 +0,0 @@
-01_no_ctypes_dep
-03_tk_fix

Modified: packages/pyopengl/trunk/debian/rules
===================================================================
--- packages/pyopengl/trunk/debian/rules	2009-03-09 01:48:24 UTC (rev 7822)
+++ packages/pyopengl/trunk/debian/rules	2009-03-09 17:15:42 UTC (rev 7823)
@@ -7,19 +7,3 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 # needed to use the dpatch tools (like dpatch-edit-patch)
 include /usr/share/dpatch/dpatch.make
-
-DEB_DESTDIR=debian/python-opengl
-PYVER=$(shell pyversions -vd)
-
-# Install egg-info directories
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-
-pre-build::
-	chmod a-x PyOpenGL.egg-info/*
-
-install/python-opengl-doc::
-	cd documentation/pydoc/ && PYTHONPATH="../.." python$(PYVER) builddocs.py
-
-clean::
-	-sed -i -e '/setup\.cfg/d' PyOpenGL.egg-info/SOURCES.txt
-	-rm -f documentation/pydoc/*.html




More information about the Python-modules-commits mailing list