[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.19-1-1-ge25ca9f

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Oct 24 17:13:10 UTC 2009


The branch, master has been updated
       via  e25ca9f796aa5337760828e6ac19cb344831bd7e (commit)
      from  a3a2284ab28e4a8cc51539bb04ad5af4df20fb10 (commit)


- Shortlog ------------------------------------------------------------
e25ca9f Built with normal old-style hal support on kfreebsd and the hurd

Summary of changes:
 debian/changelog |    6 ++++++
 debian/control   |    8 ++++++--
 debian/rules     |    6 ++++--
 3 files changed, 16 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit e25ca9f796aa5337760828e6ac19cb344831bd7e
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sat Oct 24 17:20:24 2009 +0100

    Built with normal old-style hal support on kfreebsd and the hurd

diff --git a/debian/changelog b/debian/changelog
index 291b080..ee1bfdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (0.9.19-2) UNRELEASED; urgency=low
+
+  * Built with normal old-style hal support on kfreebsd and the hurd
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 24 Oct 2009 17:19:01 +0100
+
 pulseaudio (0.9.19-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index a3c26d1..61c0f50 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,10 @@ Build-Depends: debhelper (>= 5), cdbs, quilt, m4, libltdl-dev (>= 2.2.6a-2),
     libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libasound2-dev (>= 1.0.19) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libavahi-client-dev, libjack-dev, libwrap0-dev,
-    liblircclient-dev, libgconf2-dev, libudev-dev (>= 143), libasyncns-dev,
+    liblircclient-dev, libgconf2-dev,
+    libudev-dev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+    libhal-dev [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],
     libgdbm-dev, intltool, libgtk2.0-dev, libxtst-dev,
@@ -22,7 +25,8 @@ Homepage: http://www.pulseaudio.org
 Package: pulseaudio
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser,
-  lsb-base (>= 3.2-13), consolekit, udev (>= 143)
+  lsb-base (>= 3.2-13), consolekit,
+  udev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Conflicts: libltdl3 (<< 1.5.24-1)
 Recommends: pulseaudio-module-x11,
     libasound2-plugins, gstreamer0.10-pulseaudio,
diff --git a/debian/rules b/debian/rules
index 844cd74..32976b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,10 @@ update-patch-series:
 		mv $${patch}.chomped $$patch ; \
 	done
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-realtime-group=pulse-rt \
-                            --enable-hal-compat --disable-hal
+ifneq (,$(findstring $(DEB_HOST_ARCH_OS), "linux"))
+  DEB_CONFIGURE_EXTRA_FLAGS = --enable-hal-compat --disable-hal
+endif
+
 DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-0.9.19/modules
 DEB_DH_SHLIBDEPS_ARGS_libpulse0 = -u -L/dev/null
 DEB_DH_SHLIBDEPS_ARGS_pulseaudio = -u -Ldebian/shlibs_pulseaudio.local

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list