Just uploaded 2.0-5 with another small RC fix, debdiff between -4 and -5 attached
Sjoerd
diff -Nru pulseaudio-2.0/debian/changelog pulseaudio-2.0/debian/changelog --- pulseaudio-2.0/debian/changelog 2012-07-21 18:00:36.000000000 +0200 +++ pulseaudio-2.0/debian/changelog 2012-08-09 13:20:15.000000000 +0200 @@ -1,5 +1,11 @@ -pulseaudio (2.0-4) unstable; urgency=low +pulseaudio (2.0-5) unstable; urgency=low + + * debian/control: Use linux-any where applicable instead of specifying + architectures by hand. (Closes: #682738) + -- Sjoerd Simons <[email protected]> Thu, 09 Aug 2012 13:20:06 +0200 + +pulseaudio (2.0-4) unstable; urgency=low * debian/patches/remove-analog-mono.patch: - Added. Remove analog-output-lfe-on-mono mixer path, although in principle Ac '97 hardware has a seperate mono LFE pin nothing seems to use it. To diff -Nru pulseaudio-2.0/debian/control pulseaudio-2.0/debian/control --- pulseaudio-2.0/debian/control 2012-07-21 18:00:36.000000000 +0200 +++ pulseaudio-2.0/debian/control 2012-08-09 13:20:15.000000000 +0200 @@ -7,14 +7,14 @@ Build-Depends: debhelper (>= 8.1.3), cdbs, m4, dh-autoreconf, libltdl-dev (>= 2.2.6a-2), libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), libglib2.0-dev, - libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - libasound2-dev (>= 1.0.19) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libcap-dev [linux-any], + libasound2-dev (>= 1.0.19) [linux-any], libavahi-client-dev, libjack-dev (>= 0.117.0), libwrap0-dev, liblircclient-dev, libgconf2-dev, - libudev-dev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libudev-dev (>= 143) [linux-any], 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), @@ -31,8 +31,8 @@ Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.2-13), consolekit, - udev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - libasound2-plugins [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] + udev (>= 143) [linux-any], + libasound2-plugins [linux-any] Breaks: libltdl3 (<< 1.5.24-1) Recommends: pulseaudio-module-x11, gstreamer0.10-pulseaudio, rtkit Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman, paprefs @@ -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})

