Re: Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-10 Thread Julien Puydt
Hi, Le 03/05/2015 11:20, Julien Puydt a écrit : Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. My login is jpuydt-guest and my name is Julien Puydt, by the way... Can I join that team

image-file-in-usr-lib

2015-05-10 Thread Ole Streicher
Hi, some of the package I maintain (namely python-astropy), or want to package, contain images within their python source directories. When installed using the normal setup, these images get installed in /usr/lib, leading to the lintian warning shown in the subject. Is there a simple way to avoid

Re: image-file-in-usr-lib

2015-05-10 Thread Ben Finney
Ole Streicher writes: > some of the package I maintain (namely python-astropy), or want to > package, contain images within their python source directories. When > installed using the normal setup, these images get installed in > /usr/lib, leading to the lintian warning shown in the subject. > >

Re: image-file-in-usr-lib

2015-05-10 Thread Paul R. Tagliamonte
That or symlink them in from /usr/share ;) On May 10, 2015 7:43 PM, "Ben Finney" wrote: > Ole Streicher writes: > > > some of the package I maintain (namely python-astropy), or want to > > package, contain images within their python source directories. When > > installed using the normal setup,

Re: image-file-in-usr-lib

2015-05-10 Thread Ben Finney
"Paul R. Tagliamonte" writes: > That or symlink them in from /usr/share ;) Yes, that works too (and I've done it in my packages): Use ‘dh_install’ to install the non-program files to the correct location under ‘/usr/share/foopackage/’, and then create symlinks in the program directories where t

Re: image-file-in-usr-lib

2015-05-10 Thread Matthias Klose
On 05/11/2015 04:08 AM, Ben Finney wrote: > "Paul R. Tagliamonte" writes: > >> That or symlink them in from /usr/share ;) > > Yes, that works too (and I've done it in my packages): > > Use ‘dh_install’ to install the non-program files to the correct > location under ‘/usr/share/foopackage/’, an

Filesystem layout choices in Distutils (was: image-file-in-usr-lib)

2015-05-10 Thread Ben Finney
Matthias Klose writes: > there are some discussions on the distutils SIG where to move certain > types of files. Can you please show a URL to a specific discussion you think would benefit from a Debian contribution? -- \ “Men never do evil so completely and cheerfully as when they do |