On Tue, May 20, 2008 at 05:37:53PM -0300, Eriberto wrote: > Bem, o seu programa é shell. Então é independente de arquitetura, pois > é interpretado e não compilado. Assim, próximo do final do seu > debian/rules temos: > > # Build architecture-independent files here. > binary-indep: build install > # We have nothing to do by default. > > # Build architecture-dependent files here. > binary-arch: build install > > Deveríamos ter apenas: > > binary-indep: build install
Atenção, o alvo binary-arch deve existir, ainda que não tenha nada a fazer. Confira na debian policy 4.9: Both the binary-arch and binary-indep targets must exist. If one of them has nothing to do (which will always be the case if the source generates only a single binary package, whether architecture-dependent or not), it must still exist and must always succeed. []s, Tiago. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

