summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-04-28 12:37:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-04-28 12:37:18 +0200
commite3843a9e77c42013364f736b8e0abd44b942643d (patch)
tree392342220d45cc4151f0f98ecf18c59c851ad224 /debian/patches
parentbace12e994a5df9b013e8911429c805bf90317b2 (diff)
Refresh d/patches/0100-source_spelling.patch; New d/*.lintian-overrides
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0100-source_spelling.patch19
1 files changed, 18 insertions, 1 deletions
diff --git a/debian/patches/0100-source_spelling.patch b/debian/patches/0100-source_spelling.patch
index 1d26086..7e638f2 100644
--- a/debian/patches/0100-source_spelling.patch
+++ b/debian/patches/0100-source_spelling.patch
@@ -1,6 +1,6 @@
Description: Correct source typos
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Last-Update: 2018-05-19
+Last-Update: 2019-04-28
----
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/backend/pixma_bjnp.c
@@ -165,3 +165,20 @@ Index: trunk/backend/apple.c
s->opt[OPT_VOLT_REF].type = SANE_TYPE_BOOL;
if (s->hw->ScannerModel!=COLORONESCANNER)
s->opt[OPT_VOLT_REF].cap |= SANE_CAP_INACTIVE;
+Index: trunk/tools/umax_pp.c
+===================================================================
+--- trunk.orig/tools/umax_pp.c
++++ trunk/tools/umax_pp.c
+@@ -370,10 +370,10 @@ main (int argc, char **argv)
+ if (sanei_umax_pp_initPort (port, name) != 1)
+ {
+ if (port)
+- fprintf (stderr, "failed to gain direct acces to port 0x%X!\n",
++ fprintf (stderr, "failed to gain direct access to port 0x%X!\n",
+ port);
+ else
+- fprintf (stderr, "failed to gain acces to device %s!\n", name);
++ fprintf (stderr, "failed to gain access to device %s!\n", name);
+ return 0;
+ }
+ }