summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-28 11:54:13 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-10-28 11:54:13 +0100
commita4eaec94e03d8683fade2313526a07ec3fdeb68e (patch)
tree2e6b6bc125fe1cde7c228774042506167fff390e /debian/patches
parentb9039f0e449b2096948ba3d3c433ecf14cc9fc4e (diff)
remove already applied patches
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix-misspellings.patch50
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 51 deletions
diff --git a/debian/patches/fix-misspellings.patch b/debian/patches/fix-misspellings.patch
deleted file mode 100644
index 7c11ae5..0000000
--- a/debian/patches/fix-misspellings.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: Fix misspellings in Sword source
-Author: domcox <dominique@corbex.org>
-Forwarded: no
-Last-Update: 2017-04-11 <YYYY-MM-DD, last update of the meta-information, optional>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/modules/common/bz2comprs.cpp
-+++ b/src/modules/common/bz2comprs.cpp
-@@ -167,7 +167,7 @@
- case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
- case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
- case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
-- default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
-+ default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
- }
- delete [] buf;
- }
---- a/src/modules/common/xzcomprs.cpp
-+++ b/src/modules/common/xzcomprs.cpp
-@@ -167,7 +167,7 @@
- case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
- case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
- case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
-- default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
-+ default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
- }
- delete [] buf;
- }
---- a/src/modules/common/zipcomprs.cpp
-+++ b/src/modules/common/zipcomprs.cpp
-@@ -169,7 +169,7 @@
- case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
- case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
- case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
-- default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
-+ default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
- }
- delete [] buf;
- }
---- a/utilities/mod2osis.cpp
-+++ b/utilities/mod2osis.cpp
-@@ -72,7 +72,7 @@
- cerr << "In fact, you should never export SWORD modules.\n";
- cerr << "Many CrossWire modules are licensed for use from publishers\n";
- cerr << "and you will need to obtain your own permissions.\n";
-- cerr << "We also do not encourage propogating encoding errors\n";
-+ cerr << "We also do not encourage propagating encoding errors\n";
- cerr << "which you will avoid by obtaining text data from the source.\n\n";
- cerr << "Please see the TextSource entry in the module's .conf file\n";
- cerr << "for information where to obtain module data from our source.\n\n";
diff --git a/debian/patches/series b/debian/patches/series
index 09939f1..84b01f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix-misspellings.patch
sword-TEI-images.patch
13_curl.diff
multiarch-clucene.patch