[SCM] liblrdf/master: Tidy patches, and add DEP5 headers.
js at users.alioth.debian.org
js at users.alioth.debian.org
Thu Feb 18 10:13:23 UTC 2016
The following commit has been merged in the master branch:
commit a2296ca3c38303578abce8bc963e5edf0ba0f74f
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Feb 18 11:04:29 2016 +0100
Tidy patches, and add DEP5 headers.
diff --git a/debian/patches/1001_disable_libtool_-version-info.patch b/debian/patches/1001_disable_libtool_-version-info.patch
index 9c67f74..03c589d 100644
--- a/debian/patches/1001_disable_libtool_-version-info.patch
+++ b/debian/patches/1001_disable_libtool_-version-info.patch
@@ -1,7 +1,10 @@
-Index: liblrdf/src/Makefile.am
-===================================================================
---- liblrdf.orig/src/Makefile.am
-+++ liblrdf/src/Makefile.am
+Description: reset SONAME to 0
+ There was no need to change it need. Would break everything.
+Author: Robert Jordens <jordens at debian.org>
+Last-Updated: 2004-03-25
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
@@ -5,4 +5,4 @@
liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
diff --git a/debian/patches/1002_rename_clashing_md5_symbols.patch b/debian/patches/1002_rename_clashing_md5_symbols.patch
index eac56d3..4ee745e 100644
--- a/debian/patches/1002_rename_clashing_md5_symbols.patch
+++ b/debian/patches/1002_rename_clashing_md5_symbols.patch
@@ -1,7 +1,15 @@
-Index: liblrdf/src/lrdf_md5.h
-===================================================================
---- liblrdf.orig/src/lrdf_md5.h
-+++ liblrdf/src/lrdf_md5.h
+Description: Fix symbol conflicts with other MD5 implementations.
+ Exporting symbols like md5_init() is not a good idea. This fixes the
+ crashes when initializing the GStreamer when the LADSPA plugin is
+ installed (which should be the case in all installations). Essentially
+ this made pidgin, empathy, totem and a lot of other applications
+ unusable.
+Author: Sebastian Dröge <slomo at debian.org>
+Bug-Debian: https://bugs.debian.org/521898
+Last-Updated: 2009-04-04
+
+--- a/src/lrdf_md5.h
++++ b/src/lrdf_md5.h
@@ -32,6 +32,15 @@
#ifndef __MD5_H__
#define __MD5_H__
--
liblrdf packaging
More information about the pkg-multimedia-commits
mailing list