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 3: Line 3:
 
* Investigation1: download and uncompress a python gobject, gtk application like [http://mypaint.intilinux.com/ MyPaint]
 
* Investigation1: download and uncompress a python gobject, gtk application like [http://mypaint.intilinux.com/ MyPaint]
 
** Repository - url : [https://launchpad.net/~achadwick/+archive/mypaint-testing/+packages via one ppa for Ubuntu]
 
** Repository - url : [https://launchpad.net/~achadwick/+archive/mypaint-testing/+packages via one ppa for Ubuntu]
 +
** two packages:
 +
*** one for data (non-python files):
 +
*** one for python modules
 +
<code>Package: mypaint-data
 +
Source: mypaint
 +
Version: 1.1.0+git20130320-1ppa1~precise1
 +
Architecture: all
 +
Maintainer: Python Applications Packaging Team <[email protected]></code>
 +
 +
<code>Package: mypaint
 +
Version: 1.1.0+git20130320-1ppa1~precise1
 +
Architecture: i386
 +
Maintainer: Python Applications Packaging Team <[email protected]></code>

Revision as of 09:40, 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
    • 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]>