[Python-modules-commits] r3023 - in /packages/pyopengl/trunk/debian: changelog control control.in

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Sun Aug 12 12:07:44 UTC 2007


Author: shlomme
Date: Sun Aug 12 12:07:44 2007
New Revision: 3023

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3023
Log:
* don't recommend python-numpy
* fix build-depends


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

Modified: packages/pyopengl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/changelog?rev=3023&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/changelog (original)
+++ packages/pyopengl/trunk/debian/changelog Sun Aug 12 12:07:44 2007
@@ -1,3 +1,10 @@
+pyopengl (3.0.0~a6-4) unstable; urgency=low
+
+  * Just suggest python-numpy, don't recommend it. (Closes: #435602)
+  * Acknowledge historical NMU. (Closes: #373547)
+
+ -- Torsten Marek <shlomme at debian.org>  Sun, 12 Aug 2007 14:06:11 +0200
+
 pyopengl (3.0.0~a6-3) unstable; urgency=low
 
   * Promoted NumPy to a recommendation.

Modified: packages/pyopengl/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/control?rev=3023&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/control (original)
+++ packages/pyopengl/trunk/debian/control Sun Aug 12 12:07:44 2007
@@ -4,7 +4,7 @@
 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-1)
-Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-central (>= 0.5.8), python-all-dev (>= 2.3.5-11)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopengl/trunk/
@@ -13,8 +13,7 @@
 Package: python-opengl
 Architecture: all
 Depends: ${python:Depends}, python-ctypes, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, python-setuptools
-Recommends: python-numpy
-Suggests: python-tk
+Suggests: python-tk, python-numpy
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to OpenGL
  PyOpenGL is a cross-platform open source Python binding to the standard

Modified: packages/pyopengl/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/control.in?rev=3023&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/control.in (original)
+++ packages/pyopengl/trunk/debian/control.in Sun Aug 12 12:07:44 2007
@@ -13,8 +13,7 @@
 Package: python-opengl
 Architecture: all
 Depends: ${python:Depends}, python-ctypes, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, python-setuptools
-Recommends: python-numpy
-Suggests: python-tk
+Suggests: python-tk, python-numpy
 XB-Python-Version: ${python:Versions}
 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