[Python-modules-commits] r2647 - in /packages/pyopengl-demo/trunk/debian: changelog control control.in patches/ patches/01_fix_interpreter.patch rules

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Wed Jun 27 20:00:34 UTC 2007


Author: shlomme
Date: Wed Jun 27 20:00:34 2007
New Revision: 2647

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2647
Log:
* correct dependency on python-opengl
* don't use python2.3 interpreter in scripts
* release to experimental

Added:
    packages/pyopengl-demo/trunk/debian/patches/
    packages/pyopengl-demo/trunk/debian/patches/01_fix_interpreter.patch
Modified:
    packages/pyopengl-demo/trunk/debian/changelog
    packages/pyopengl-demo/trunk/debian/control
    packages/pyopengl-demo/trunk/debian/control.in
    packages/pyopengl-demo/trunk/debian/rules

Modified: packages/pyopengl-demo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl-demo/trunk/debian/changelog?rev=2647&op=diff
==============================================================================
--- packages/pyopengl-demo/trunk/debian/changelog (original)
+++ packages/pyopengl-demo/trunk/debian/changelog Wed Jun 27 20:00:34 2007
@@ -1,5 +1,5 @@
-pyopengl-demo (3.0.0~a6-1) UNRELEASED; urgency=low
+pyopengl-demo (3.0.0~a6-1) experimental; urgency=low
 
   * Initial release. (Closes: #430473)
 
- -- Torsten Marek <shlomme at debian.org>  Sun, 24 Jun 2007 23:26:30 +0200
+ -- Torsten Marek <shlomme at debian.org>  Wed, 27 Jun 2007 21:19:04 +0200

Modified: packages/pyopengl-demo/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl-demo/trunk/debian/control?rev=2647&op=diff
==============================================================================
--- packages/pyopengl-demo/trunk/debian/control (original)
+++ packages/pyopengl-demo/trunk/debian/control Wed Jun 27 20:00:34 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-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.6), patchutils (>= 0.2.25), 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-demo/trunk/
@@ -12,7 +12,7 @@
 
 Package: python-opengl-demo
 Architecture: all
-Depends: ${python:Depends}, python-opengl, python-numpy
+Depends: ${python:Depends}, python-opengl (>= 3.0.0~a6), python-numpy
 XB-Python-Version: ${python:Versions}
 Suggests: python-opengl-doc, python-tk, python-imaging-tk
 Description: Demonstration scripts for the PyOpenGL library

Modified: packages/pyopengl-demo/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl-demo/trunk/debian/control.in?rev=2647&op=diff
==============================================================================
--- packages/pyopengl-demo/trunk/debian/control.in (original)
+++ packages/pyopengl-demo/trunk/debian/control.in Wed Jun 27 20:00:34 2007
@@ -12,7 +12,7 @@
 
 Package: python-opengl-demo
 Architecture: all
-Depends: ${python:Depends}, python-opengl, python-numpy
+Depends: ${python:Depends}, python-opengl (>= 3.0.0~a6), python-numpy
 XB-Python-Version: ${python:Versions}
 Suggests: python-opengl-doc, python-tk, python-imaging-tk
 Description: Demonstration scripts for the PyOpenGL library

Added: packages/pyopengl-demo/trunk/debian/patches/01_fix_interpreter.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl-demo/trunk/debian/patches/01_fix_interpreter.patch?rev=2647&op=file
==============================================================================
--- packages/pyopengl-demo/trunk/debian/patches/01_fix_interpreter.patch (added)
+++ packages/pyopengl-demo/trunk/debian/patches/01_fix_interpreter.patch Wed Jun 27 20:00:34 2007
@@ -1,0 +1,9 @@
+diff -Naur PyOpenGL-Demo-3.0.0a6/PyOpenGL-Demo/GLUT/gears.py b/PyOpenGL-Demo/GLUT/gears.py
+--- PyOpenGL-Demo-3.0.0a6/PyOpenGL-Demo/GLUT/gears.py	2007-02-15 20:25:11.000000000 +0100
++++ b/PyOpenGL-Demo/GLUT/gears.py	2007-06-27 21:50:28.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.3
++#!/usr/bin/env python
+ # * 3-D gear wheels.  This program is in the public domain.
+ # * Brian Paul
+ # * Conversion to GLUT by Mark J. Kilgard 

Modified: packages/pyopengl-demo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl-demo/trunk/debian/rules?rev=2647&op=diff
==============================================================================
--- packages/pyopengl-demo/trunk/debian/rules (original)
+++ packages/pyopengl-demo/trunk/debian/rules Wed Jun 27 20:00:34 2007
@@ -4,6 +4,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed




More information about the Python-modules-commits mailing list