summaryrefslogtreecommitdiff
path: root/debian/patches/02_libver.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02_libver.diff')
-rw-r--r--debian/patches/02_libver.diff28
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/02_libver.diff b/debian/patches/02_libver.diff
deleted file mode 100644
index 21fe438..0000000
--- a/debian/patches/02_libver.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-This patch changes the upstream SO name to Debian/Ubuntu SO name.
-
-Index: sword/lib/Makefile.am
-===================================================================
---- sword.orig/lib/Makefile.am 2010-01-03 04:36:09.622945995 +0200
-+++ sword/lib/Makefile.am 2010-01-03 04:38:16.010955077 +0200
-@@ -23,7 +23,7 @@
-
- AM_CPPFLAGS += $(ICUDEF)
-
--libsword_la_LDFLAGS = -release $(VERSION)
-+libsword_la_LDFLAGS = -version-info 8
-
- include ../src/keys/Makefile.am
- include ../src/utilfuns/Makefile.am
-Index: sword/lib/Makefile.in
-===================================================================
---- sword.orig/lib/Makefile.in 2010-01-03 03:49:46.274945658 +0200
-+++ sword/lib/Makefile.in 2010-01-03 04:38:47.198943804 +0200
-@@ -537,7 +537,7 @@
- $(zlddir)/zld.cpp $(bindingsdir)/flatapi.cpp
- @HAVE_ICU_FALSE@ICUDEF =
- @HAVE_ICU_TRUE@ICUDEF = -DSWICU_DATA=\"${pkglibdir}/${VERSION}_icu_${ICU_VER}\"
--libsword_la_LDFLAGS = -release $(VERSION)
-+libsword_la_LDFLAGS = -version-info 8
- keysdir = $(top_srcdir)/src/keys
- utilfunsdir = $(top_srcdir)/src/utilfuns
- @INTERNALFTPLIB_FALSE@ftpsrc =