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

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Fri Mar 21 20:07:57 UTC 2008


    Date: Friday, March 21, 2008 @ 20:07:56
  Author: shlomme
Revision: 4888

* fix build issues with pycentral 0.6

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	2008-03-21 19:41:57 UTC (rev 4887)
+++ packages/pyopengl/trunk/debian/changelog	2008-03-21 20:07:56 UTC (rev 4888)
@@ -1,3 +1,13 @@
+pyopengl (3.0.0~b1-2) unstable; urgency=low
+
+  * debian/rules
+    - remove special renaming of *.egg-info directory, is now
+      handled by python-central (Closes: #472042).
+  * debian/control
+    - depend on python-central >= 0.6.0
+
+ -- Torsten Marek <shlomme at debian.org>  Fri, 21 Mar 2008 21:04:08 +0100
+
 pyopengl (3.0.0~b1-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/pyopengl/trunk/debian/control
===================================================================
--- packages/pyopengl/trunk/debian/control	2008-03-21 19:41:57 UTC (rev 4887)
+++ packages/pyopengl/trunk/debian/control	2008-03-21 20:07:56 UTC (rev 4888)
@@ -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), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, libgle3
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.39), python-central (>= 0.5.10), dpatch, python-all-dev (>= 2.3.5-11)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.39), python-central (>= 0.6.0), dpatch, python-all-dev (>= 2.3.5-11)
 Standards-Version: 3.7.3
 Homepage: http://pyopengl.sourceforge.net
 XS-Python-Version: all

Modified: packages/pyopengl/trunk/debian/rules
===================================================================
--- packages/pyopengl/trunk/debian/rules	2008-03-21 19:41:57 UTC (rev 4887)
+++ packages/pyopengl/trunk/debian/rules	2008-03-21 20:07:56 UTC (rev 4888)
@@ -10,22 +10,13 @@
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_DESTDIR=debian/python-opengl
 
-UPSTREAM_VERSION=$(subst ~,,${DEB_UPSTREAM_VERSION})
-PYVER=$(shell pyversions -vd)
+pre-build::
+	chmod a-x PyOpenGL.egg-info/*
 
-common-binary-post-install-indep::
-# 	where does this come from?
-	mv ${DEB_DESTDIR}/usr/share/pycentral/python-opengl/site-packages/PyOpenGL-${UPSTREAM_VERSION}-py${PYVER}.egg-info \
-                ${DEB_DESTDIR}/usr/share/pycentral/python-opengl/site-packages/PyOpenGL-${UPSTREAM_VERSION}.egg-info
-	chmod a-x ${DEB_DESTDIR}/usr/share/pycentral/python-opengl/site-packages/PyOpenGL-${UPSTREAM_VERSION}.egg-info/*
-
-
 install/python-opengl-doc::
 	cd documentation/pydoc/ && PYTHONPATH="../.." python2.5 builddocs.py
 
-
 clean::
 #	hack (CDBS bug -- see #300149)
 	-rm -rf build




More information about the Python-modules-commits mailing list