[SCM] lilv/master: Delete debian/patches/0001-fix_python_bindings_detection.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 12 10:55:55 UTC 2011


The following commit has been merged in the master branch:
commit 6fb133ce985279920ff57a3e30f4c015bea8642c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 12 12:55:15 2011 +0200

    Delete debian/patches/0001-fix_python_bindings_detection.patch, applied upstream.

diff --git a/debian/patches/0001-fix_python_bindings_detection.patch b/debian/patches/0001-fix_python_bindings_detection.patch
deleted file mode 100644
index dfc7b9d..0000000
--- a/debian/patches/0001-fix_python_bindings_detection.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: Alessio Treglia <alessio at debian.org>
-Description: Fix a small mistake which prevents waf to build Python bindings.
- Strip the SOVERSION out of the Python extension.
-Forwarded: David Robillard <d at drobilla.net>
----
- wscript |    3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
---- lilv-0.4.2.orig/wscript
-+++ lilv-0.4.2/wscript
-@@ -61,7 +61,7 @@ def configure(conf):
-         try:
-             conf.load('swig python')
-             conf.check_python_headers()
--            autowaf.define(conf, 'LILV_BINDINGS', 1);
-+            autowaf.define(conf, 'LILV_PYTHON', 1)
-         except:
-             pass
- 
-@@ -274,7 +274,6 @@ def build(bld):
-                   target     = 'bindings/_lilv',
-                   includes   = ['..'],
-                   swig_flags = '-c++ -python -Wall -I.. -llilv -features autodoc=1',
--                  vnum       = LILV_LIB_VERSION,
-                   use        = 'liblilv')
-         autowaf.use_lib(bld, obj, 'LILV')
- 
diff --git a/debian/patches/series b/debian/patches/series
index a86c2c8..ffee9e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 1001-dont_run_ldconfig.patch
-0001-fix_python_bindings_detection.patch
 0002-dyn_manifest_fix.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list