Talk:Debian

From Gramps
Revision as of 10:21, 29 March 2013 by Romjerome (talk | contribs)
Jump to: navigation, search

How python packages are handled and generated under a .deb based linux distribution?

  • Investigation1: download and uncompress a python gobject, gtk application like MyPaint - SCons build.
    • Repository - url : via one ppa for Ubuntu
    • two packages:
      • one for data (non-python files):
      • one for python modules

Package: mypaint-data Source: mypaint Version: 1.1.0+git20130320-1ppa1~precise1 Architecture: all Maintainer: Python Applications Packaging Team <[email protected]>

Package: mypaint Version: 1.1.0+git20130320-1ppa1~precise1 Architecture: i386 Maintainer: Python Applications Packaging Team <[email protected]>

    • files hierarchy? python support?
pycompile -p mypaint /usr/share/mypaint -V 2.6-
pyclean -p mypaint
  • Investigation2: what is pyshared environment??? eg, /usr/share/pyshared/lxml-x.x.x.egg-info
    • Repository - url : via Ubuntu
    • files hierarchy? python support?
pycompile -p python-lxml
pyclean -p python-lxml