~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Priority: optional
3
3
Section: libs
4
4
Maintainer: Joost Yervante Damad <andete@debian.org>
5
 
Uploaders: Marcelo E. Magallon <mmagallo@debian.org>
6
 
Build-Depends: debhelper (>> 5.0.0), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libx11-dev, docbook-to-man, libxmu-dev, libxi-dev
7
 
Standards-Version: 3.7.3
 
5
Build-Depends: debhelper (>> 5.0.0), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libx11-dev, docbook-to-man, libxmu-dev, libxi-dev, binutils (>> 2.18)
 
6
Standards-Version: 3.8.1
8
7
Homepage: http://glew.sourceforge.net/
9
8
 
10
9
Package: glew-utils
48
47
 .
49
48
 This package contains the runtime support files.
50
49
 
 
50
Package: libglewmx1.5
 
51
Section: libs
 
52
Architecture: any
 
53
Conflicts: libglew1
 
54
Depends: ${shlibs:Depends}
 
55
Description: The OpenGL Extension Wrangler - runtime environment
 
56
 For more information about GLEW please refer to the description of the
 
57
 libglew-dev package.
 
58
 .
 
59
 This package contains the runtime support files, built with GLEW_MX option.
 
60
 
 
61
Package: libglewmx1.5-dev
 
62
Section: libdevel
 
63
Architecture: any
 
64
Provides: libglewmx-dev
 
65
Conflicts: libglewmx-dev
 
66
Depends: libglew1.5-dev, libglewmx1.5 (= ${binary:Version})
 
67
Description: The OpenGL Extension Wrangler - development environment
 
68
 The OpenGL Extension Wrangler, GLEW for short, is a library that
 
69
 handles initiliazation of OpenGL extensions in a portable and simple
 
70
 way.  Once the program initializes the library and checks the
 
71
 availability of extensions, it can safely call the entry points defined
 
72
 by the extension.  Currently GLEW supports almost all the extensions
 
73
 found in the OpenGL extension registry[1].
 
74
 .
 
75
 This package contains the development libraries compiled with GLEW_MX