summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2018-11-02 23:05:52 +0700
committerglasseyes <dglassey@gmail.com>2018-11-03 12:24:58 +0700
commit621e6f2f9a992485c5d70b7db0d8ed970bca3c8e (patch)
treeb5491b88b36f9ce189b06e0493aa988918c7cd9d /debian/patches
parent88ad066477c57b1244e88d837d7b3aa42be40820 (diff)
release 1.8.1-4 to experimentaldebian/1.8.1-4
remove cmake dependency remove automake subdir-object patch - doesn't work comment on patches libsword1.8.1 to go through NEW queue
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0004-automake-subdir-objects.patch41
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 42 deletions
diff --git a/debian/patches/0004-automake-subdir-objects.patch b/debian/patches/0004-automake-subdir-objects.patch
deleted file mode 100644
index f5a47d7..0000000
--- a/debian/patches/0004-automake-subdir-objects.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From: Daniel Glassey <wdg@debian.org>
-Date: Thu, 1 Nov 2018 13:34:07 +0700
-Subject: use subdir-objects in automake
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -11,10 +11,10 @@
- AC_REVISION($Revision: 1.45 $)
-
- AC_CANONICAL_TARGET
--AM_INIT_AUTOMAKE
-+#AM_INIT_AUTOMAKE
-
- # this doesn't work
--#AM_INIT_AUTOMAKE([subdir-objects])
-+AM_INIT_AUTOMAKE([subdir-objects])
-
- AM_CONFIG_HEADER(include/config.h)
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -4,7 +4,7 @@
- LDADD = $(top_builddir)/lib/libsword.la
-
- # Global config directory
--globalconfdir := @sysconfdir@
-+globalconfdir = @sysconfdir@
-
- SUBDIRS = lib .
-
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -10,7 +10,7 @@
- AM_CPPFLAGS += -I$(includedir) -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__
-
- # Global config directory
--globalconfdir := @sysconfdir@
-+globalconfdir = @sysconfdir@
-
- lib_LTLIBRARIES = libsword.la
-
diff --git a/debian/patches/series b/debian/patches/series
index 540a5e1..dd2695b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
13_curl.diff
abicompare.patch
0003-use-PKG_PROG_PKG_CONFIG-cross-compilation.patch
-0004-automake-subdir-objects.patch
0005-untgz-sprintf.patch
0006-powerpc64.patch
0007-gbfwordjs.patch