diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-16 17:08:25 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-17 11:48:20 -0700 |
commit | 8e98e46acf63da78f11df4bf92de37c57e16aa0f (patch) | |
tree | c15e2488d072b994419f335418500532707a924f /debian | |
parent | 92bed23a27ff39ad4446fc3bda389cbaf1564cff (diff) |
This replaced cases of GL with OpenGL in documents, comments
and printed strings.
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index a3e2566..151395b 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Package: libwaffle-1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends} Description: Waffle library utilities - A library for selecting GL API and window system at runtime + A library for selecting an OpenGL API and window system at runtime Package: libwaffle-dev Architecture: any @@ -31,7 +31,7 @@ Section: libdevel Depends: libwaffle-1 (= ${binary:Version}) Suggests: libwaffle-doc Description: Waffle library utilities - A library for selecting GL API and window system at runtime + A library for selecting an OpenGL API and window system at runtime . This package provides the development environment for compiling programs against the waffle library. @@ -40,7 +40,7 @@ Package: libwaffle-doc Architecture: all Section: doc Description: Waffle library utilities - A library for selecting GL API and window system at runtime + A library for selecting an OpenGL API and window system at runtime . This package provides the documentation files for the waffle library. @@ -50,8 +50,8 @@ Architecture: any Section: utils Depends: libwaffle-1 (= ${binary:Version}) Description: Waffle library utilities - A library for selecting GL API and window system at runtime + A library for selecting an OpenGL API and window system at runtime . This package contains waffle utilities. - * wflinfo: Creates a GL context and prints information about + * wflinfo: Creates an OpenGL context and prints information about the created context. |