[Python-modules-commits] r2540 - in /packages/pyopengl/trunk/debian: changelog control control.in python-opengl-doc.doc-base python-opengl-doc.docs rules

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Wed Jun 13 20:00:12 UTC 2007


Author: shlomme
Date: Wed Jun 13 20:00:12 2007
New Revision: 2540

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2540
Log:
* Added doc package
* Adapted control file
* Changelog message

Added:
    packages/pyopengl/trunk/debian/python-opengl-doc.doc-base
    packages/pyopengl/trunk/debian/python-opengl-doc.docs
Modified:
    packages/pyopengl/trunk/debian/changelog
    packages/pyopengl/trunk/debian/control
    packages/pyopengl/trunk/debian/control.in
    packages/pyopengl/trunk/debian/rules

Modified: packages/pyopengl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/changelog?rev=2540&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/changelog (original)
+++ packages/pyopengl/trunk/debian/changelog Wed Jun 13 20:00:12 2007
@@ -1,8 +1,10 @@
-pyopengl (3.0.0~a6-1) UNRELEASED; urgency=low
-
-  * Release of ....
-
- -- Torsten Marek <shlomme at debian.org>  Sun, 18 Feb 2007 17:45:56 +0100
+pyopengl (3.0.0~a6-1) experimental; urgency=low
+
+  * New upstream 3.0.0a6 (Closes: #412374)
+  * Taken over package from Jamie Wilkinson. Thanks for the work!
+  * Added python-opengl-doc package with documentation
+
+ -- Torsten Marek <shlomme at debian.org>  Wed, 13 Jun 2007 21:31:45 +0200
 
 pyopengl (2.0.1.09.dfsg.1-0.3) unstable; urgency=low
 

Modified: packages/pyopengl/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/control?rev=2540&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/control (original)
+++ packages/pyopengl/trunk/debian/control Wed Jun 13 20:00:12 2007
@@ -4,9 +4,12 @@
 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-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+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)
 Standards-Version: 3.7.2
 XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopengl/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/
+
 
 Package: python-opengl
 Architecture: all
@@ -21,3 +24,14 @@
  windowing library which can provide an OpenGL context).
  .
   Homepage: http://pyopengl.sourceforge.net
+
+Package: python-opengl-doc
+Architecture: all
+Section: doc
+Description: Documentation for PyOpenGL
+ PyOpenGL is a cross-platform open source Python binding to the standard
+ OpenGL API providing 2D and 3D graphic drawing.
+ .
+ This package contains documentation for developers using PyOpenGL.
+ .
+  Homepage: http://pyopengl.sourceforge.net

Modified: packages/pyopengl/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/control.in?rev=2540&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/control.in (original)
+++ packages/pyopengl/trunk/debian/control.in Wed Jun 13 20:00:12 2007
@@ -4,9 +4,12 @@
 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: @cdbs@
+Build-Depends: @cdbs@, 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/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/
+
 
 Package: python-opengl
 Architecture: all
@@ -22,4 +25,13 @@
  .
   Homepage: http://pyopengl.sourceforge.net
 
-
+Package: python-opengl-doc
+Architecture: all
+Section: doc
+Description: Documentation for PyOpenGL
+ PyOpenGL is a cross-platform open source Python binding to the standard
+ OpenGL API providing 2D and 3D graphic drawing.
+ .
+ This package contains documentation for developers using PyOpenGL.
+ .
+  Homepage: http://pyopengl.sourceforge.net

Added: packages/pyopengl/trunk/debian/python-opengl-doc.doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/python-opengl-doc.doc-base?rev=2540&op=file
==============================================================================
--- packages/pyopengl/trunk/debian/python-opengl-doc.doc-base (added)
+++ packages/pyopengl/trunk/debian/python-opengl-doc.doc-base Wed Jun 13 20:00:12 2007
@@ -1,0 +1,13 @@
+Document: pyopengl
+Title: PyOpenGL API Documentation
+Author: Micheal C. Fletcher
+Abstract: A ctypes-based OpenGL wrapper for Python
+ This is the PyOpenGL 3.0.0 tree, it attempts to provide
+ a largely compatible API for code written with the 
+ PyOpenGL 2.x series using the ctypes foreign function 
+ interface system.
+Section: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/python-opengl-doc/documentation/pydoc/OpenGL.html
+Files: /usr/share/doc/python-opengl-doc/documentation/pydoc/*.html

Added: packages/pyopengl/trunk/debian/python-opengl-doc.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/python-opengl-doc.docs?rev=2540&op=file
==============================================================================
--- packages/pyopengl/trunk/debian/python-opengl-doc.docs (added)
+++ packages/pyopengl/trunk/debian/python-opengl-doc.docs Wed Jun 13 20:00:12 2007
@@ -1,0 +1,1 @@
+documentation/

Modified: packages/pyopengl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/debian/rules?rev=2540&op=diff
==============================================================================
--- packages/pyopengl/trunk/debian/rules (original)
+++ packages/pyopengl/trunk/debian/rules Wed Jun 13 20:00:12 2007
@@ -22,5 +22,4 @@
 clean::
 #	hack (CDBS bug -- see #300149)
 	-rm -rf build
-	sed '/setup\.cfg/d' ${MANIFEST} > ${MANIFEST}.new
-	mv ${MANIFEST}.new ${MANIFEST}
+	-sed '/setup\.cfg/d' ${MANIFEST} > ${MANIFEST}.new && mv ${MANIFEST}.new ${MANIFEST}




More information about the Python-modules-commits mailing list