python-pyepl for Debian
-----------------------

* Proper "clean"-up procedure

  Well... though it is not required (or in other words "could be
   avoided") -- it is good to have proper clean-up procedure and
   original Makefiles were missing clean target. Besides that setup.py
   is not tailored to provide proper cleaning. Temporary fix was
   applied but proper solution would be better

* Check if python2.?-opengl is required in all cases since may be it is worth
  to wrap import in try clause to avoid getting:
 
Traceback (most recent call last):
  File "./bugs.py", line 4, in ?
    from pyepl.locals import *
  File "/usr/lib/python2.4/site-packages/pyepl/__init__.py", line 15, in ?
    import hardware
  File "/usr/lib/python2.4/site-packages/pyepl/hardware/__init__.py", line 18, in ?
    import graphics
  File "/usr/lib/python2.4/site-packages/pyepl/hardware/graphics/__init__.py", line 16, in ?
    from OpenGL.GL import *
ImportError: No module named OpenGL.GL

for now I added strong dependency on python-opengl

* Provide -doc package which should be shipped from different source upstream tarball 
