[SCM] lilv/master: Remove 0002-dyn_manifest_fix.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Oct 3 23:54:33 UTC 2011


The following commit has been merged in the master branch:
commit d0f63bfaeadd71d6ca3ae56c77ea4542cd95edc1
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 4 01:53:45 2011 +0200

    Remove 0002-dyn_manifest_fix.patch, applied upstream.

diff --git a/debian/patches/0002-dyn_manifest_fix.patch b/debian/patches/0002-dyn_manifest_fix.patch
deleted file mode 100644
index 8636790..0000000
--- a/debian/patches/0002-dyn_manifest_fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix a tiny bug preventing Lilv from properly working with dyn-manifest.
-From: http://sf.net/projects/naspro/files/naspro/0.2.91/lilv-0.4.2-dyn-manifest-fix.patch
-Forwarded: David Robillard <d at drobilla.net>
- Forwarded by Stefano D'Angelo <zanga.mail at gmail.com>
----
- src/world.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- lilv.orig/src/world.c
-+++ lilv/src/world.c
-@@ -466,7 +466,7 @@ lilv_world_load_dyn_manifest(LilvWorld*
- 		rewind(fd);
- 
- 		// Parse generated data file
--		SerdEnv*    env    = serd_env_new(bundle_node);
-+		SerdEnv*    env    = serd_env_new(sord_node_to_serd_node(bundle_node));
- 		SerdReader* reader = sord_new_reader(
- 			world->model, env, SERD_TURTLE, bundle_node);
- 		serd_reader_read_file_handle(reader, fd,
diff --git a/debian/patches/series b/debian/patches/series
index 0f01afb..690c15f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 1001-dont_run_ldconfig.patch
-0002-dyn_manifest_fix.patch
 2001-memleak.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list