Re: Packaging Python extensions and applications

2016-04-15 Thread Andreas Tille
On Fri, Apr 15, 2016 at 04:37:28PM +0200, Julien Lamy wrote: > > @@ -4,3 +4,4 @@ set -e > > > > dpkg --listfiles odil | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm > > -f >&2 > > > > +#DEBHELPER# > > The documentation I found about this is a bit scarce: is it a > placeholder that

Re: Packaging Python extensions and applications

2016-04-15 Thread Julien Lamy
Le 15/04/2016 07:37, Andreas Tille a écrit : > On Thu, Apr 14, 2016 at 04:14:08PM +0200, Julien Lamy wrote: >> >> If the package looks OK, could I ask for a sponsored upload? Thanks for the upload! > Please note my change > > diff --git a/debian/odil.postinst b/debian/odil.postinst > index

Re: Packaging Python extensions and applications

2016-04-14 Thread Andreas Tille
On Thu, Apr 14, 2016 at 04:14:08PM +0200, Julien Lamy wrote: > > If the package looks OK, could I ask for a sponsored upload? I'll take this Andreas. -- http://fam-tille.de

Re: Packaging Python extensions and applications

2016-04-14 Thread Julien Lamy
Le 13/04/2016 18:54, Ghislain Vaillant a écrit : > On 13/04/16 17:37, Julien Lamy wrote: >> Dear all, >> While preparing the package of the new upstream release of Odil, I had a >> couple of questions regarding the packaging of Python extensions and >> applications.

Re: Packaging Python extensions and applications

2016-04-13 Thread Ghislain Vaillant
On 13/04/16 17:37, Julien Lamy wrote: Dear all, While preparing the package of the new upstream release of Odil, I had a couple of questions regarding the packaging of Python extensions and applications. I've read the Debian Python Policy and the Python Style Guides on wiki.debian.org, but I'm

Packaging Python extensions and applications

2016-04-13 Thread Julien Lamy
Dear all, While preparing the package of the new upstream release of Odil, I had a couple of questions regarding the packaging of Python extensions and applications. I've read the Debian Python Policy and the Python Style Guides on wiki.debian.org, but I'm not sure my current solution (cf. https