--- python-visual-3.2.1.orig/debian/watch +++ python-visual-3.2.1/debian/watch @@ -0,0 +1,6 @@ +# Run the "uscan" command to check for upstream updates and more. +version=2 +http://prdownloads.sourceforge.net/visualpython/visual-([\d+\.]+|\d+)\.tar\.gz debian uupdate --no-pristine + +# NB! Sourceforge does it best at breaking automated downloads, and +# currently succeeds :-( --- python-visual-3.2.1.orig/debian/control.in +++ python-visual-3.2.1/debian/control.in @@ -0,0 +1,25 @@ +Source: python-visual +Section: python +Priority: optional +Maintainer: Jonas Smedegaard +Build-Depends: @cdbs@, python, python-dev, python-numeric, python-numarray, gtkglarea-dev, libgtk1.2-dev, libboost-python-dev, libglu1-xorg-dev | xlibmesa-glu-dev | libglu-dev +Standards-Version: 3.6.2 + +Package: python-visual +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numeric | python-numarray +Suggests: idle +Description: VPython 3D scientific visualization library + Visual is a Python module for 3D scientific visualization. It offers + real-time 3D output and is easily usable by novice programmers. + . + A program can create 3D objects (such as spheres, curves, etc.) and + position them in 3D space. Visual, running in a separate thread, + automatically updates a 3D scene many times per second to reflect the + curren position of the objects. The programmer does not need to deal + with display management but can focus on the computational aspects for + the program. The user can navigate in the 3D scene by using the mouse + to zoom and rotate while the program is running. Visual supporst full + vector algebra. + . + Homepage: http://www.vpython.org --- python-visual-3.2.1.orig/debian/control +++ python-visual-3.2.1/debian/control @@ -0,0 +1,25 @@ +Source: python-visual +Section: python +Priority: optional +Maintainer: Jonas Smedegaard +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), dh-buildinfo, patchutils (>= 0.2.25), python, python-dev, python-numeric, python-numarray, gtkglarea-dev, libgtk1.2-dev, libboost-python-dev, libglu1-xorg-dev | xlibmesa-glu-dev | libglu-dev +Standards-Version: 3.6.2 + +Package: python-visual +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numeric | python-numarray +Suggests: idle +Description: VPython 3D scientific visualization library + Visual is a Python module for 3D scientific visualization. It offers + real-time 3D output and is easily usable by novice programmers. + . + A program can create 3D objects (such as spheres, curves, etc.) and + position them in 3D space. Visual, running in a separate thread, + automatically updates a 3D scene many times per second to reflect the + curren position of the objects. The programmer does not need to deal + with display management but can focus on the computational aspects for + the program. The user can navigate in the 3D scene by using the mouse + to zoom and rotate while the program is running. Visual supporst full + vector algebra. + . + Homepage: http://www.vpython.org --- python-visual-3.2.1.orig/debian/patches/01_adjust_documentation_path.patch +++ python-visual-3.2.1/debian/patches/01_adjust_documentation_path.patch @@ -0,0 +1,15 @@ +--- python-visual-3.1.1.orig/docs/index.html ++++ python-visual-3.1.1/docs/index.html +@@ -11,10 +11,10 @@ +

VPython Documentation

+

The Visual Module for 3D Graphics

+ +

Modules Automatically Imported by the Visual Module

+