These are my links for July 6th:
Posts Tagged ‘ubuntu’
Short links for July 6th
Tuesday, July 6th, 2010Short links for June 8th
Tuesday, June 8th, 2010These are my links for June 8th:
- PackagingGuide/Python – Ubuntu Wiki – A guide how to create ubuntu (debian) packages for python apps.<br />
I ran across a problem that on older Ubuntu machines (Hardy) the python modules were packaged into /usr/lib/python2.6/site-packages directory while with newer Ubuntu versions (Karmic) it is packed into /usr/share/pyshared.<br />
The cause of this behaviour are different python-support and dpkg versions. The newer ones can determine what directory is good (therefore using pyshared). The site-packages directory even does not exist (and seems not to be used) on newer Ubuntu versions, so building-on an old ubuntu makes it unuseable on newer Ubuntu versions.<br />
Solution is to set the install_dir of the install_lib target using a setup.cfg to the dist-packages directory. (changing it to pyshared is not working well as you might have to create some files in /usr/share/python-support/ on your own).
Short links for March 16th
Tuesday, March 16th, 2010These are my links for March 16th:
- The weblog without a name » -exclude-source-files with build_rpm – How to exclude source files in bdist_rpm
- Place Ghantoos » Creating a .deb package from a python setup.py – note: use debian/pyversions file instead of settings in rules.
Short links for February 16th
Tuesday, February 16th, 2010These are my links for February 16th:
- Forlong’s Blog – Compiz-Switch – Compiz-Switch is a simple program to switch Compiz off an on easily.
As I have trouble running my work laptop with 2 external monitors, I use compiz-switch to turn off compiz.
Bookmarks for November 19th
Wednesday, November 19th, 2008These are my links for November 19th:
- /srv/irclogs.ubuntu.com/2008/07/25/#ubuntu.txt – Conversation with meoblast001 about correct configuration of OpenGL direct rendering with Intel i915 on ubuntu.