Difference between revisions of "Talk:Debian"

From Gramps
Jump to: navigation, search
m (How python packages are handled and generated under a .deb based linux distribution?)
m (How python packages are handled and generated under a .deb based linux distribution?)
Line 31: Line 31:
 
  pycompile -p python-lxml
 
  pycompile -p python-lxml
 
  pyclean -p python-lxml
 
  pyclean -p python-lxml
 +
 +
* Investigation3: what is wrong with current experimental .deb?
 +
 +
python-support?
 +
/usr/share/python-support/python-gramps.public
 +
 +
pyshared?
 +
/usr/share/pyshared/gramps-4.0.0alpha5.egg-info
 +
/usr/share/pyshared/gramps/gen/utils/resource-path

Revision as of 10:34, 29 March 2013

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]>

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

files under:

/usr/share/pyshared/lxml
/usr/lib/python2.7/dist-packages/lxml
pycompile -p python-lxml
pyclean -p python-lxml
  • Investigation3: what is wrong with current experimental .deb?

python-support?

/usr/share/python-support/python-gramps.public

pyshared?

/usr/share/pyshared/gramps-4.0.0alpha5.egg-info
/usr/share/pyshared/gramps/gen/utils/resource-path