r41074 - /trunk/libopengl-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 1 02:32:53 UTC 2009


Author: jawnsy-guest
Date: Sat Aug  1 02:32:41 2009
New Revision: 41074

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41074
Log:
Rewrote the description, added depends on some libraries, should fix FTBFS issues

Modified:
    trunk/libopengl-perl/debian/control

Modified: trunk/libopengl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/control?rev=41074&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/control (original)
+++ trunk/libopengl-perl/debian/control Sat Aug  1 02:32:41 2009
@@ -1,14 +1,14 @@
 Source: libopengl-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>> 5.8.1), quilt (>= 0.40),
- libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, 
- libglu1-mesa-dev | libglu-dev, libx11-dev
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>> 5.8.1),
+ libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxmu-dev,
+ freeglut3-dev | libglut-dev, libxi-dev, libx11-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/OpenGL/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libopengl-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libopengl-perl/
@@ -16,8 +16,9 @@
 Package: libopengl-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
- This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
- Some amount of GLU is supported and GLUT should be completely supported up to 
- API version 3. A small portion of GLX and X11 is supported, as an alternative 
- to GLUT.
+Description: Perl interface providing graphics display using OpenGL
+ OpenGL is a Perl module that provides an interface to most of Open Graphics
+ Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
+ Toolkit (GLUT) up to version 3 and provides some additional functionality via
+ partial support for the Utility Library (GLU). It also provides functionality
+ to use the X Window System (through X11 and GLX) as an alternative to GLUT.




More information about the Pkg-perl-cvs-commits mailing list