Re: Building Mono package using cli-common-dev

2010-12-19 Thread Paul Gevers
> In Build-Depends-Indep I put cli-common-dev (and, of course, other > needed packages), but when I try to build package, I get this error: Should this not be Build-Depends. I seem to recall a recent discussion on this list about build-demons not installing Build-Depends-Indep packages, because th

Building Mono package using cli-common-dev

2010-12-19 Thread Hadret
Hello! I'm trying to build two packages written in Mono using cli-common-dev. So, I put include /usr/share/cli-common/cli.make into debian/rules. It looks like this: #!/usr/bin/make -f include /usr/share/cli-common/cli.make %: dh $@ override_dh_makeclilibs: dh_makeclilibs -V In