Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-23 Thread Cord Beermann

Hallo! Du (Domenico Andreoli) hast geschrieben:

in debian/control you have to put in "Architecture" field all the archs
but hurd for the package that will not compile unde hurd.

ok. done that already... 

i'll point to the relevant page of the packaging manual, but feel free to
read it all :))

http://www.debian.org/doc/packaging-manuals/packaging.html/ch-controlfields.html

done that also.

but the rules file has to handle this somehow... when i try to create
a binary-package from the source-package on the hurd, it also tries
to create the second binary and fails. i end up without any packages.

so, to specify the question: 

how should the targets in the rules-file be named, if i have:

Source: jove
Build-Depends: debhelper (2), libncurses-dev, libc-dev, \ 
  xlib6g-dev [!hurd-i386], xviewg-dev [!hurd-i386], groff, fileutils
[...]

Package: jove
Architecture: any
[...]

Package: xjove
Architecture: alpha, arm, m68k, mips, mipsel, hppa, i386, powerpc,\
  sparc, sparc64
[...]

Cord

-- 
Cord Beermann   [EMAIL PROTECTED] (Privat)
PS: Soll ich da nen Smiley hinsetzen?
PPS: Nein, die wos verstehen lachen eh und die wo nich, wuerden den Smiley
 ignorieren.  -- Mario "BitKoenig" Holbe in de.comm.chatsystems


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-23 Thread Cord Beermann
Hallo! Du (Domenico Andreoli) hast geschrieben:

in debian/control you have to put in Architecture field all the archs
but hurd for the package that will not compile unde hurd.

ok. done that already... 

i'll point to the relevant page of the packaging manual, but feel free to
read it all :))

http://www.debian.org/doc/packaging-manuals/packaging.html/ch-controlfields.html

done that also.

but the rules file has to handle this somehow... when i try to create
a binary-package from the source-package on the hurd, it also tries
to create the second binary and fails. i end up without any packages.

so, to specify the question: 

how should the targets in the rules-file be named, if i have:

Source: jove
Build-Depends: debhelper (2), libncurses-dev, libc-dev, \ 
  xlib6g-dev [!hurd-i386], xviewg-dev [!hurd-i386], groff, fileutils
[...]

Package: jove
Architecture: any
[...]

Package: xjove
Architecture: alpha, arm, m68k, mips, mipsel, hppa, i386, powerpc,\
  sparc, sparc64
[...]

Cord

-- 
Cord Beermann   [EMAIL PROTECTED] (Privat)
PS: Soll ich da nen Smiley hinsetzen?
PPS: Nein, die wos verstehen lachen eh und die wo nich, wuerden den Smiley
 ignorieren.  -- Mario BitKoenig Holbe in de.comm.chatsystems



Multiple Binary-Package - exclude one binary for an architecture

2000-12-22 Thread Cord Beermann

Hi.

I've build a package which includes two binaries (jove, an editor with
a X-Frontend). Now i've found out that i can't build the X-Frontend on
the Hurd yet (missing xview-dev). 

How can i produce a source-package, that simply builds only the
editor on the hurd, and builds both packages on the other
architectures?

It would be enough if someone could point me to a package which does
this.

Thanks,
Cord

-- 
Cord Beermann   [EMAIL PROTECTED] (Privat)
~  ASCII Ribbon Campaign
 X   Say NO to HTML in email and news
/ \


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-22 Thread Domenico Andreoli

On Fri, Dec 22, 2000 at 03:25:54PM +0100, Cord Beermann wrote:
 Hi.
ciao

 
 I've build a package which includes two binaries (jove, an editor with
 a X-Frontend). Now i've found out that i can't build the X-Frontend on
 the Hurd yet (missing xview-dev). 
 
 How can i produce a source-package, that simply builds only the
 editor on the hurd, and builds both packages on the other
 architectures?
 

in debian/control you have to put in "Architecture" field all the archs
but hurd for the package that will not compile unde hurd.

 It would be enough if someone could point me to a package which does
 this.
 
i'll point to the relevant page of the packaging manual, but feel free to
read it all :))

http://www.debian.org/doc/packaging-manuals/packaging.html/ch-controlfields.html


 Thanks,
   Cord
 
you are welcome!

 -- 
 Cord Beermann   [EMAIL PROTECTED] (Privat)
 ~  ASCII Ribbon Campaign
  X   Say NO to HTML in email and news
 / \
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-[ Domenico Andreoli, aka cavok
 --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
  --[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

 PGP signature


Multiple Binary-Package - exclude one binary for an architecture

2000-12-22 Thread Cord Beermann
Hi.

I've build a package which includes two binaries (jove, an editor with
a X-Frontend). Now i've found out that i can't build the X-Frontend on
the Hurd yet (missing xview-dev). 

How can i produce a source-package, that simply builds only the
editor on the hurd, and builds both packages on the other
architectures?

It would be enough if someone could point me to a package which does
this.

Thanks,
Cord

-- 
Cord Beermann   [EMAIL PROTECTED] (Privat)
~  ASCII Ribbon Campaign
 X   Say NO to HTML in email and news
/ \



Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-22 Thread Domenico Andreoli
On Fri, Dec 22, 2000 at 03:25:54PM +0100, Cord Beermann wrote:
 Hi.
ciao

 
 I've build a package which includes two binaries (jove, an editor with
 a X-Frontend). Now i've found out that i can't build the X-Frontend on
 the Hurd yet (missing xview-dev). 
 
 How can i produce a source-package, that simply builds only the
 editor on the hurd, and builds both packages on the other
 architectures?
 

in debian/control you have to put in Architecture field all the archs
but hurd for the package that will not compile unde hurd.

 It would be enough if someone could point me to a package which does
 this.
 
i'll point to the relevant page of the packaging manual, but feel free to
read it all :))

http://www.debian.org/doc/packaging-manuals/packaging.html/ch-controlfields.html


 Thanks,
   Cord
 
you are welcome!

 -- 
 Cord Beermann   [EMAIL PROTECTED] (Privat)
 ~  ASCII Ribbon Campaign
  X   Say NO to HTML in email and news
 / \
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-[ Domenico Andreoli, aka cavok
 --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
  --[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


pgpn98290mIWu.pgp
Description: PGP signature