[Python-modules-commits] r4025 - in packages/pycg/trunk/debian (control)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Dec 22 22:00:59 UTC 2007


    Date: Saturday, December 22, 2007 @ 22:00:58
  Author: morph-guest
Revision: 4025

arnau's suggestions

Modified:
  packages/pycg/trunk/debian/control

Modified: packages/pycg/trunk/debian/control
===================================================================
--- packages/pycg/trunk/debian/control	2007-12-22 20:52:17 UTC (rev 4024)
+++ packages/pycg/trunk/debian/control	2007-12-22 22:00:58 UTC (rev 4025)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <matrixhasu at gmail.com>
-Build-Depends: debhelper (>= 5), python-central (>= 0.5.6), python, dpatch, python-all-dev, swig, nvidia-cg-toolkit
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), python, dpatch, python-all-dev, swig, nvidia-cg-toolkit, python-numeric, mesa-common-dev, libgl1-mesa-dev
 Standards-Version: 3.7.3
 Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycg/trunk/
@@ -12,8 +12,14 @@
 
 Package: python-cg
 Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, nvidia-cg-toolkit
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, nvidia-cg-toolkit
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: nVidia Cg driver binding for Python
- The package contains a Python wrapper for nVidia Cg Library.
+ nVidia Cg is a toolkit that  provides a compiler for the Cg language,
+ runtime libraries for use with both leading graphics APIs and runtime
+ libraries, supporting  over 24  different OpenGL and  DirectX profile
+ targets.
+ .
+ The package contains a Python  wrapper for nVidia Cg Library to allow
+ python programs to interact with nVidia graphic cards using Cg.




More information about the Python-modules-commits mailing list