Hi,

I am uploading NMU pyopengl_2.0.1.09-1.1 to the DELAYED/1 queue. Diff
attached.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u pyopengl-2.0.1.09/debian/changelog pyopengl-2.0.1.09/debian/changelog
--- pyopengl-2.0.1.09/debian/changelog
+++ pyopengl-2.0.1.09/debian/changelog
@@ -1,3 +1,11 @@
+pyopengl (2.0.1.09-1.1) unstable; urgency=low
+
+  * NMU
+  * Don't build -2.1 and -2.2 packages as python2.1-numeric and
+    python2.2-numeric are not available anymore (closes: bug#325606).
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Thu, 20 Oct 2005 23:37:52 +0200
+
 pyopengl (2.0.1.09-1) unstable; urgency=low
 
   * New upstream release.
diff -u pyopengl-2.0.1.09/debian/rules pyopengl-2.0.1.09/debian/rules
--- pyopengl-2.0.1.09/debian/rules
+++ pyopengl-2.0.1.09/debian/rules
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYTHON_VERSIONS=2.3 2.2 2.1
+PYTHON_VERSIONS=2.3
 
 build: build-stamp
 build-stamp: $(patsubst %,build-stamp-%,$(PYTHON_VERSIONS))
diff -u pyopengl-2.0.1.09/debian/control pyopengl-2.0.1.09/debian/control
--- pyopengl-2.0.1.09/debian/control
+++ pyopengl-2.0.1.09/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0), python, python-dev, python2.1-dev, 
python2.2-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, 
libglut-dev, libgle-dev, libxi-dev, libxmu-dev, python2.3-tk | python-tk, 
python2.2-tk, python2.1-tk, python2.3-numeric, python2.2-numeric, 
python2.1-numeric, tk8.4-dev, tcl8.4-dev, xvfb (>= 4.1.0-10), xbase-clients, 
xfonts-base
+Build-Depends: debhelper (>> 4.0), python, python-dev, xlibmesa-gl-dev | 
libgl-dev, xlibmesa-glu-dev | libglu-dev, libglut-dev, libgle-dev, libxi-dev, 
libxmu-dev, python2.3-tk | python-tk, python2.3-numeric, tk8.4-dev, tcl8.4-dev, 
xvfb (>= 4.1.0-10), xbase-clients, xfonts-base
 Standards-Version: 3.6.1
 
 Package: python-opengl
@@ -15,30 +15,6 @@
  wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
  windowing library which can provide an OpenGL context).
 
-Package: python2.1-opengl
-Architecture: any
-Depends: python2.1, python2.1-numeric, xlibmesa-gl | libgl1, xlibmesa-glu | 
libglu1, libglut3
-Provides: python-opengl
-Suggests: python2.1-tk, tcl8.4, tk8.4
-Description: Python binding to OpenGL
- 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).
-
-Package: python2.2-opengl
-Architecture: any
-Depends: python2.2, python2.2-numeric, xlibmesa-gl | libgl1, xlibmesa-glu | 
libglu1, libglut3
-Provides: python-opengl
-Suggests: python2.2-tk, tcl8.4, tk8.4
-Description: Python binding to OpenGL
- 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).
-
 Package: python2.3-opengl
 Architecture: any
 Depends: python (>= 2.3), python (<< 2.4), python2.3-numeric, xlibmesa-gl | 
libgl1, xlibmesa-glu | libglu1, libglut3

Reply via email to