Bug#360364: stop using cdbs System/Cpu fields

2006-04-04 Thread Peter Eisentraut
Robert Jordens wrote:
> Hmm. Support for all that seems to be spotty at least ;-)
> I'll need to file some bugs for e.g. pbuilder to support that.

It's quite likely that support is lacking in various places.  I'd just 
like to get the process started somewhere.  The more bugs we file, the 
faster things will move.


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



Bug#360364: stop using cdbs System/Cpu fields

2006-04-04 Thread Robert Jordens
On Sat, 2006-04-01 at 17:15 +0200, Peter Eisentraut wrote:

> This package uses the cdbs control auto update feature.  As part of this
> feature one can specify the fields System: and Cpu: in place of
> Architecture: to allow a more fine-grained selection of architectures.
> This feature was added with the apparent presumption that dpkg-dev would
> eventually understand this syntax as well, but in fact dpkg-dev now
> supports a different syntax.  Therefore, the cdbs-specific syntax will
> be removed as soon as possible.

Hmm. Support for all that seems to be spotty at least ;-)
I'll need to file some bugs for e.g. pbuilder to support that.

Thanks.

Robert.


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



Bug#360364: stop using cdbs System/Cpu fields

2006-04-01 Thread Peter Eisentraut
Package: jack-audio-connection-kit
Severity: wishlist

This package uses the cdbs control auto update feature.  As part of this
feature one can specify the fields System: and Cpu: in place of
Architecture: to allow a more fine-grained selection of architectures.
This feature was added with the apparent presumption that dpkg-dev would
eventually understand this syntax as well, but in fact dpkg-dev now
supports a different syntax.  Therefore, the cdbs-specific syntax will
be removed as soon as possible.

To switch to the dpkg-supported syntax, replace

Cpu: any
System: any

by

Architecture: any

For the build dependencies, change

libasound2-dev [system: linux]
libcap-dev [system: linux]
libraw1394-dev [system: linux]

to

libasound2-dev [linux-any]
libcap-dev [linux-any]
libraw1394-dev [linux-any]

Finally, add a build dependency on dpkg-dev (>= 1.13.12).


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