Hello! I'm trying to build package 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 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: fakeroot debian/rules clean debian/rules:2: /usr/share/cli-common/cli.make: No such file or directory dh /usr/share/cli-common/cli.make dh: Unknown sequence /usr/share/cli-common/cli.make (choose from: binary binary-arch binary-indep build clean install) make: *** [/usr/share/cli-common/cli.make] Error 9 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 I'm using cowbuilder + pbuilder to make packages. What am I doing wrong? Regards, -- Hadret | about.me/hadret (D)PPA: hadret.rootnode.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
