[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.10-3-1-g5e70beb

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Wed Sep 3 10:57:18 UTC 2008


The branch, master has been updated
       via  5e70bebd56683aee3d23156eef24fb378eeed048 (commit)
      from  efa44acf8c131c64c5194a08e98a88e269f1fc72 (commit)


- Shortlog ------------------------------------------------------------
5e70beb debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch

Summary of changes:
 debian/changelog                                   |    7 +++++
 .../patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch   |   26 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 3 files changed, 34 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 5e70bebd56683aee3d23156eef24fb378eeed048
Author: CJ van den Berg <cj at vdbonline.com>
Date:   Wed Sep 3 12:56:34 2008 +0200

    debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch
    
    * debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch
      - Added. Fix FTBTS on GNU/kFreeBSD. (Closes: #497624)

diff --git a/debian/changelog b/debian/changelog
index 5f42b5c..84e4090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pulseaudio (0.9.10-4) UNRELEASED; urgency=low
+
+  * debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch
+    - Added. Fix FTBTS on GNU/kFreeBSD. (Closes: #497624)
+
+ -- CJ van den Berg <cj at vdbonline.com>  Wed, 03 Sep 2008 12:53:23 +0200
+
 pulseaudio (0.9.10-3) unstable; urgency=low
 
   * debian/patches/0006-fix-iteration-over-random-devices.patch
diff --git a/debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch b/debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch
new file mode 100644
index 0000000..f03169a
--- /dev/null
+++ b/debian/patches/0007-fix-FTBFS-on-GNU-kFreeBSD.patch
@@ -0,0 +1,26 @@
+From 3cd2b7dc37de1ac6876e4cb0de8b73e8f81d844a Mon Sep 17 00:00:00 2001
+From: Petr Salinger <Petr.Salinger at seznam.cz>
+Date: Wed, 3 Sep 2008 09:28:20 +0200
+Subject: [PATCH] fix FTBFS on GNU/kFreeBSD
+
+The implementation of function pa_drop_caps() in caps.c does not match
+prototype in caps.h.
+---
+ src/daemon/caps.c |    3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/src/daemon/caps.c b/src/daemon/caps.c
+index 8b19838..fbe4471 100644
+--- a/src/daemon/caps.c
++++ b/src/daemon/caps.c
+@@ -131,9 +131,8 @@ int pa_limit_caps(void) {
+     return 0;
+ }
+ 
+-int pa_drop_caps(void) {
++void pa_drop_caps(void) {
+     pa_drop_root();
+-    return 0;
+ }
+ 
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 2838e4b..c4a0bf5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-load-module-gconf-earlier.patch
 0005-Reduce-RT-prio-logging-severity.patch
 0006-fix-iteration-over-random-devices.patch
+0007-fix-FTBFS-on-GNU-kFreeBSD.patch

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list