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

Re: binary-arch vs binary-indep



Am Donnerstag, den 24.03.2005, 17:52 +0100 schrieb Michelle Konzack:
> Hello Mentors,
> 
> I am reading me to dead... because I have some tools (BASH/Perl scripts)
> which are architecture independant but it builds every time as 
> 
>     package_X.X.X_i386.deb  AND NOT  package_X.X.X_all.deb
> 
> Ist there a special thing to do ?
> 
> I asume that $ARCH is determined by "dh_install" which meen binary.
> 
> Any hints ?

1. debian/control: Architecture: all
2. debian/rules: binary-indep: target, e.g.
	
and then have a look at man dh_debhelper and the options -a|-i, which
can be used with the dh_* scripts.

Regards, Daniel



Reply to: