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

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



On Wed, 7 Sep 2011 11:23:27 +0200, 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
> 
> [..]
>         dh $@ --parallel --with=cli --with=python2

--with options go right after the target -- and they can be grouped together.
So either:

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

or:

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

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature


Reply to: