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

Re: dh_python2: error: no such option: --with



Mathieu Malaterre wrote:

> Dear mentors,
> 
>   I am trying to use the new dh for the gdcm package, as seen at:
> 
> http://anonscm.debian.org/viewvc/debian-
med/trunk/packages/gdcm/trunk/debian/rules?view=markup

>From your debian/rules:

    dh $@ --parallel --with=cli --with=python2

Now from `man dh`, you need:

    dh $@ --parallel --with cli,python2

or

  dh $@ --parallel --with cli --with python2

Does it work that way (it should) ?

Cheers,

OdyX


Reply to: