Re: binary-arch vs binary-indep

2005-03-24 Thread Michelle Konzack
Am 2005-03-24 11:55:50, schrieb Justin Pryzby: > ./debian/control contains a Source section and one or more Package > sections. Each Package section contains an Architecture field, which > is usually "any" (may be be built for any given arch, and is ^^^ > arch-dep), or "all" (may be

Re: binary-arch vs binary-indep

2005-03-24 Thread Justin Pryzby
On Thu, Mar 24, 2005 at 05:52:09PM +0100, Michelle Konzack wrote: > 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

Re: binary-arch vs binary-indep

2005-03-24 Thread Daniel Leidert
/* Ingrid mode on*/ Am Donnerstag, den 24.03.2005, 18:02 +0100 schrieb Daniel Leidert: > 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 b

Re: binary-arch vs binary-indep

2005-03-24 Thread Daniel Leidert
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 > >

binary-arch vs binary-indep

2005-03-24 Thread 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" w