Package: python-pyglew
Version: 0.1.2-4+b6
Severity: wishlist
Tags: patch

The package description for python-pyglew has quite a few typos and
other language errors.

> Description: GLEW bindings for Python
>  PyGLEW is the Python-bindings for the excellent OpenGL Extension Wrangler

Surely PyGLEW is the software that provides Python bindings (no hyphen
required)?

>  (GLEW), a library that handles initiliazation of OpenGL extensions.

Spelling: s/initiliazation/initialization/

>  .
>  This Python wrapper over GLEW will let that library to initializate and check

Grammar: s/let to/let/
No such word: s/initializate/initialize/

>  availability of extentions, and then to freely use them in a Python code.

Spelling: s/extention/extension/ (repeated below)

The same grammar error: s/to //

A different grammar error: s/in a Python code/in Python code/

>  .
>  In addition, there are many extentions needed by other tools, like pygpu.

"There are" is ambiguous here: you don't just mean "Xs exist, which
are needed by Y", you're saying "this package provides Xs that are
needed by Y".

Since you're talking about the software project, not the contrib
software package python-pygpu, it should have the upstream standard
capitalisation, "PyGPU".

So my suggested version is:

| Description: GLEW bindings for Python
|  PyGLEW provides Python bindings for the excellent OpenGL Extension Wrangler
|  (GLEW), a library that handles initialization of OpenGL extensions.
|  .
|  This Python wrapper over GLEW lets that library initialize and check
|  availability of extensions, and then freely use them in Python code.
|  .
|  It also provides many extensions needed by other tools, such as PyGPU.

-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru python-pyglew-0.1.2.pristine/debian/control python-pyglew-0.1.2/debian/control
--- python-pyglew-0.1.2.pristine/debian/control	2012-07-02 15:52:17.000000000 +0100
+++ python-pyglew-0.1.2/debian/control	2012-07-02 17:17:47.979392641 +0100
@@ -16,10 +16,10 @@
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: GLEW bindings for Python
- PyGLEW is the Python-bindings for the excellent OpenGL Extension Wrangler
- (GLEW), a library that handles initiliazation of OpenGL extensions.
+ PyGLEW provides Python bindings for the excellent OpenGL Extension Wrangler
+ (GLEW), a library that handles initialization of OpenGL extensions.
  .
- This Python wrapper over GLEW will let that library to initializate and check
- availability of extentions, and then to freely use them in a Python code.
+ This Python wrapper over GLEW lets that library initialize and check
+ availability of extensions, and then freely use them in Python code.
  .
- In addition, there are many extentions needed by other tools, like pygpu.
+ It also provides many extensions needed by other tools, such as PyGPU.

Reply via email to