Pyopengl, couple of doubts.
Hi, i'm looking at pyopengl debian/rules file[1], and I saw a couple of things that made arise these (stupid?) question: 1) about install/python-opengl-doc:: cd documentation/pydoc/ && PYTHONPATH="../.." python2.5 builddocs.py won't be better use a $pyvers variable? we're more general, and if (for some strange reasons) python2.5 won't be the default, we'll take care of it. Considering also that XS-Python-Version is "all"... Or when python3.0 will be the default, we'll handle it without effort! :) 2) about: clean:: -sed -i -e '/setup\.cfg/d' PyOpenGL.egg-info/SOURCES.txt why this? i didn't see it in any other packages, and it's not documented in changelog. [1] http://svn.debian.org/viewsvn/python-modules/packages/pyopengl/trunk/debian/rules?rev=5820&view=markup Thanks, bye! -- -gaspa- --- https://launchpad.net/~gaspa - -- HomePage: iogaspa.altervista.org --- -Il lunedi'dell'arrampicatore: www.lunedi.org - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
python shebang, and other interpreters.
Hi, I'm searching for some pointers of discussions about python shebang. My main consideration is that if I want to install another python installation or another interpreter (say for example jython, ironpython, or unladenswallow ... ) I can't use it for all python programs, because every update of python will rewrite /usr/bin/python. The only report I found is: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=189473 but the motivation seems quite weak to me. I intended it this way: "prevent users do local installations because they can both^W ...report bugs more difficult to understand and fix". There are perhaps security reasons? What could happen with an ENV installed python? Thanks, and sorry if the question will result dumb. -- -gaspa- --- https://launchpad.net/~gaspa - -- HomePage: iogaspa.altervista.org --- -Il lunedi'dell'arrampicatore: www.lunedi.org - -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org