[SCM] gmerlin/master: provide a debian policy compliant bg_sem.h

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Jan 10 19:00:41 UTC 2011


The following commit has been merged in the master branch:
commit d908b37237f07d88eadc593725172fb7f90c3310
Author: IOhannes m zmölnig <zmoelnig at umlaeute.mur.at>
Date:   Mon Jan 10 20:02:13 2011 +0100

    provide a debian policy compliant bg_sem.h

diff --git a/debian/patches/replace_bg_sem_h.patch b/debian/patches/replace_bg_sem_h.patch
new file mode 100644
index 0000000..c01eaa6
--- /dev/null
+++ b/debian/patches/replace_bg_sem_h.patch
@@ -0,0 +1,10 @@
+Description: provide policy-compliant version of bg_sem.h
+Since the upstream version includes BSD-4-clause'd licensed code, it cannot 
+be distributed with debian; since the file is really only needed if no
+posix semaphores are available, we just use these
+Author: IOhannes m zmölnig
+
+--- /dev/null
++++ gmerlin/include/gmerlin/bg_sem.h
+@@ -0,0 +1 @@
++#include <semaphore.h>
diff --git a/debian/patches/series b/debian/patches/series
index 0701f8a..b14bb54 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove_desktop_encoding_key.patch
 fix_manpages.patch
+replace_bg_sem_h.patch

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list