Package: pulseaudio
Version: 2.0-3
Severity: important
Tags: patch

The build-depends on libbluetooth-dev uses the architecture specifier [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] this means that it will not be possible to satisfy the build-depends on any new non-linux architectures.

Meanwhile the list of architectures to actually build the bluetooth related packages on is "alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc", this means that newer and unofficial linux architectures won't get theese packages despite the files needed having been built.

The attached patch replaces both of these lists of architectures with "linux-any" matching the architecture specification for bluez.
--- pulseaudio-2.0/debian/control	2012-05-19 20:05:24.000000000 +0000
+++ pulseaudio-2.0.new/debian/control	2012-07-25 00:02:38.000000000 +0000
@@ -14,7 +14,7 @@
     libudev-dev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libasyncns-dev,
     libatomic-ops-dev, libspeexdsp-dev (>= 1.2~rc1),
-    libbluetooth-dev (>= 4.40) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+    libbluetooth-dev (>= 4.40) [linux-any],
     libtdb-dev, intltool, libgtk2.0-dev, libxtst-dev,
     libssl-dev,
     libx11-xcb-dev, libice-dev, libxcb1-dev (>= 1.6),
@@ -260,7 +260,7 @@
  This package contains debugging symbols for the PulseAudio RAOP module.
 
 Package: pulseaudio-module-bluetooth
-Architecture: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+Architecture: linux-any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, bluez (>= 4.40)
 Breaks: pulseaudio (<< 0.9.14-2)
@@ -275,7 +275,7 @@
  The module is called module-bluetooth
 
 Package: pulseaudio-module-bluetooth-dbg
-Architecture: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+Architecture: linux-any
 Priority: extra
 Section: debug
 Depends: ${misc:Depends}, pulseaudio-module-bluetooth (= ${binary:Version})
_______________________________________________
pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to