[Python-modules-commits] r20729 - in packages/pyopengl/trunk/debian (5 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sat Mar 10 15:29:32 UTC 2012


    Date: Saturday, March 10, 2012 @ 15:29:30
  Author: adejong
Revision: 20729

  * debian/control, debian/rules
    - Switched to dh_python2.

Modified:
  packages/pyopengl/trunk/debian/changelog
  packages/pyopengl/trunk/debian/control
  packages/pyopengl/trunk/debian/rules
Deleted:
  packages/pyopengl/trunk/debian/pycompat
  packages/pyopengl/trunk/debian/pyversions

Modified: packages/pyopengl/trunk/debian/changelog
===================================================================
--- packages/pyopengl/trunk/debian/changelog	2012-03-10 15:02:42 UTC (rev 20728)
+++ packages/pyopengl/trunk/debian/changelog	2012-03-10 15:29:30 UTC (rev 20729)
@@ -2,8 +2,10 @@
 
   * debian/watch
     - Update to use PyPI
+  * debian/control, debian/rules
+    - Switched to dh_python2.
 
- -- Arthur de Jong <adejong at debian.org>  Sat, 10 Mar 2012 15:58:19 +0100
+ -- Arthur de Jong <adejong at debian.org>  Sat, 10 Mar 2012 16:08:00 +0100
 
 pyopengl (3.0.1~b2-1) unstable; urgency=low
 

Modified: packages/pyopengl/trunk/debian/control
===================================================================
--- packages/pyopengl/trunk/debian/control	2012-03-10 15:02:42 UTC (rev 20728)
+++ packages/pyopengl/trunk/debian/control	2012-03-10 15:29:30 UTC (rev 20729)
@@ -1,9 +1,9 @@
 Source: pyopengl
 Section: python
 Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: debhelper (>= 7.0.1), python-support, python
+Build-Depends: debhelper (>= 7.0.1), python (>= 2.6.6-3~)
 Standards-Version: 3.8.3
 Homepage: http://pyopengl.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopengl/trunk/
@@ -13,7 +13,6 @@
 Architecture: all
 Depends: ${python:Depends}, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends}
 Suggests: python-tk, python-numpy, libgle3
-XB-Python-Version: ${python:Versions}
 Description: Python bindings 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

Deleted: packages/pyopengl/trunk/debian/pycompat
===================================================================
--- packages/pyopengl/trunk/debian/pycompat	2012-03-10 15:02:42 UTC (rev 20728)
+++ packages/pyopengl/trunk/debian/pycompat	2012-03-10 15:29:30 UTC (rev 20729)
@@ -1 +0,0 @@
-2

Deleted: packages/pyopengl/trunk/debian/pyversions
===================================================================
--- packages/pyopengl/trunk/debian/pyversions	2012-03-10 15:02:42 UTC (rev 20728)
+++ packages/pyopengl/trunk/debian/pyversions	2012-03-10 15:29:30 UTC (rev 20729)
@@ -1 +0,0 @@
-2.4-

Modified: packages/pyopengl/trunk/debian/rules
===================================================================
--- packages/pyopengl/trunk/debian/rules	2012-03-10 15:02:42 UTC (rev 20728)
+++ packages/pyopengl/trunk/debian/rules	2012-03-10 15:29:30 UTC (rev 20729)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list