Hi,

I rebased the patch on top of current git HEAD and also added a build-
dependency on cdbs (>= 0.4.97), as support for *-any wildcards was added in 
this version.

Thanks,
Daniel Schaal
>From 867309f0554745435ee30f3394b2cbb31c6f7429 Mon Sep 17 00:00:00 2001
From: Daniel Schaal <farb...@web.de>
Date: Sun, 26 Jun 2011 18:03:23 +0200
Subject: [PATCH] debian/control: improve architecture wildcards

Thanks: Robert Millan
Closes: #634615
---
 debian/control |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 53372ed..e25bd78 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: sound
 Priority: optional
 Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-de...@lists.alioth.debian.org>
 Uploaders: Sjoerd Simons <sjo...@debian.org>
-Build-Depends: debhelper (>= 8.1.3), cdbs, quilt, m4, dh-autoreconf,
+Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.97), quilt, 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],
-    libavahi-client-dev, libjack-dev (>= 0.117.0), libwrap0-dev,
+    libcap-dev [linux-any],
+    libasound2-dev (>= 1.0.19) [linux-any],
+    libavahi-client-dev, libjack-dev, 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),
@@ -28,8 +28,8 @@ Architecture: any
 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]
 Conflicts: libltdl3 (<< 1.5.24-1)
 Recommends: pulseaudio-module-x11, gstreamer0.10-pulseaudio,
             pulseaudio-esound-compat, rtkit
@@ -257,7 +257,7 @@ Description: RAOP module for PulseAudio sound server
  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)
 Conflicts: pulseaudio (<< 0.9.14-2)
@@ -272,7 +272,7 @@ Description: Bluetooth module for PulseAudio sound server
  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})
-- 
1.7.6.3

Reply via email to