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

Re: Fwd: [iva] - Python 3 code depends on pysam



Piotr,

On Mon, Nov 24, 2014 at 12:26 PM, Piotr Ożarowski <piotr@debian.org> wrote:
[Jorge Sebastião Soares, 2014-11-24]
> > http://anonscm.debian.org/cgit/debian-med/iva.git/tree/debian/rules
> >
> > just a quick look:
> > * invoking dh_python3 before dh_auto_build doesn't make sense, remove this
> >   line
> >
>
> So I just let dh_auto_build cal dh_python3 automatically?

dh_auto_build doesn't call it, --with python3 enables it at the right
stage (after dh_auto_install)

I see.
Thanks for the tip.

> > * you'd not need "rm -rf build .pybuild" line if you re-enable
> >   dh_auto_clean
> >
>
> So I only override auto_clean to get rid of the man page directory?

yes, if you don't want to disable dh_foo, use something like:

override_dh_foo:
        whatever you want to call before dh_foo
        dh_foo
        whatever you want to call after dh_foo

Cool.
I've implemented both things. Pushed it.

 
--
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


--
To UNSUBSCRIBE, email to debian-python-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 20141124122602.GS4214@sts0.p1otr.com" target="_blank">https://lists.debian.org/[🔎] 20141124122602.GS4214@sts0.p1otr.com



Reply to: