[SCM] jackd2/master: Drop inprocess patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue May 29 20:31:22 UTC 2012


The following commit has been merged in the master branch:
commit 6eebe227cb84d2f1eb1925fbbf3031c568cfec59
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue May 29 21:23:06 2012 +0200

    Drop inprocess patch
    
    included upstream

diff --git a/debian/patches/inprocess.patch b/debian/patches/inprocess.patch
deleted file mode 100644
index d8798b8..0000000
--- a/debian/patches/inprocess.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Forwarded: not-needed
-Origin: https://github.com/jackaudio/jack2/commit/871bd0851d7a300c5c159b3ad42bad95ab6d97aa
-Description: Fix naming of inprocess.so
- This fix has been incorporated upstream, so drop it on next import.
---- a/example-clients/wscript
-+++ b/example-clients/wscript
-@@ -149,7 +149,7 @@ def build(bld):
- 
-     for example_lib, example_lib_source in list(example_libs.items()):
-         lib = bld(features = 'c cshlib')
--        lib.env['shlib_PATTERN'] = '%s.so'
-+        lib.env['cshlib_PATTERN'] = '%s.so'
-         lib.includes = os_incdir + ['../common/jack', '../common']
-         lib.target = example_lib
-         lib.source = example_lib_source

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list