Package: bluetooth-alsa
Version: 0.5cvs20070602-1
Severity: minor
Tags: patch

Hi Krzysztof,

bluetooth-alsa in unstable depends on libbluetooth-dev (>= 3.5).  As you
know, the -dev package name used to be libbluetooth2-dev; so this versioned
dependency prevents building bluetooth-alsa on etch systems as a backport,
without making sourceful changes to debian/control.

Please consider the attached patch, which allows bluetooth-alsa to be built
against etch while preserving support for auto-building in unstable.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u bluetooth-alsa-0.5cvs20070602/debian/control bluetooth-alsa-0.5cvs20070602/debian/control
--- bluetooth-alsa-0.5cvs20070602/debian/control
+++ bluetooth-alsa-0.5cvs20070602/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: extra
 Maintainer: Krzysztof Burghardt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), automake, libtool, pkg-config, libsbc-dev (>= 0.0cvs20070327), libbluetooth-dev (>= 3.5), libasound2-dev, libdbus-1-dev, libglib2.0-dev (>= 2.8.0), libdbus-glib-1-dev
+Build-Depends: debhelper (>= 5), automake, libtool, pkg-config, libsbc-dev (>= 0.0cvs20070327), libbluetooth-dev (>= 3.5) | libbluetooth2-dev, libasound2-dev, libdbus-1-dev, libglib2.0-dev (>= 2.8.0), libdbus-glib-1-dev
 Standards-Version: 3.7.2
 
 Package: bluetooth-alsa

Reply via email to