summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0125-gcc6.patch6
-rw-r--r--debian/patches/0130-typos.patch18
-rw-r--r--debian/patches/series1
3 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0125-gcc6.patch b/debian/patches/0125-gcc6.patch
index e0d0520..aa509af 100644
--- a/debian/patches/0125-gcc6.patch
+++ b/debian/patches/0125-gcc6.patch
@@ -1,3 +1,9 @@
+Description: FTBFS with gcc-6
+Author: Pino Toscano <pino@debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811846
+Last-Update: 2016-09-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/xbase64/xblock.cpp
===================================================================
--- trunk.orig/xbase64/xblock.cpp
diff --git a/debian/patches/0130-typos.patch b/debian/patches/0130-typos.patch
new file mode 100644
index 0000000..cd8e0b0
--- /dev/null
+++ b/debian/patches/0130-typos.patch
@@ -0,0 +1,18 @@
+Description: Typos in source
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2016-09-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/bin/dbfutil1.cpp
+===================================================================
+--- trunk.orig/bin/dbfutil1.cpp
++++ trunk/bin/dbfutil1.cpp
+@@ -923,7 +923,7 @@ void MyClass::DebugMenu()
+
+ while( option != 99 ) {
+ std::cout << std::endl << std::endl << "Debug Menu" << std::endl;
+- std::cout << "1 - Dislay DBT Header" << std::endl;
++ std::cout << "1 - Display DBT Header" << std::endl;
+ std::cout << "2 - Find Memo Blocks" << std::endl;
+ std::cout << "3 - Get Memo Blocks" << std::endl;
+ std::cout << "4 - Dump index node chains to file xbase.dmp" << std::endl;
diff --git a/debian/patches/series b/debian/patches/series
index deb9ac5..fd2b12c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
0125-gcc6.patch
+0130-typos.patch
0700-ReproducibleBuilds.patch
0100-typo.patch
0001-fixconfig.diff