[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packaging Python extensions and applications



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 various dh_XXX tools will replace by some boilerplate code?

Yes.  Just mind the following rule: If you have no good reason to drop
this boilerplate just add it.  Specifically for library packages it
is definitely needed and its in generall totally harmless.
 
> Done: my various pbuilders still build successfully so that was an easy
> addition.

:-)

Kind regards

       Andreas. 

-- 
http://fam-tille.de


Reply to: