From 7b0b6b6bd64e04eb0346e9366ef368388819f593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 19 May 2018 22:36:57 +0200 Subject: Refresh debian/patches/0100-source_spelling.patch --- debian/changelog | 2 ++ debian/patches/0100-source_spelling.patch | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a94ff9f..24ca890 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ sane-backends (1.0.27-1~experimental5) UNRELEASED; urgency=medium * Refresh symbols files for architectures: - arm64, mips, mips64el, mipsel, ppc64el, s390x, hppa, powerpc, ppc64, sh4, m68k, powerpcspe. + * Refresh debian/patches/0100-source_spelling.patch to correct typo in + backend/apple.c. -- Jörg Frings-Fürst Sat, 21 Apr 2018 19:26:04 +0200 diff --git a/debian/patches/0100-source_spelling.patch b/debian/patches/0100-source_spelling.patch index 0985e99..1d26086 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 -Last-Update: 2017-06-20 +Last-Update: 2018-05-19 ---- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/backend/pixma_bjnp.c @@ -152,3 +152,16 @@ Index: trunk/doc/sane-kodak.man which reports itself to be a scanner made by 'KODAK'. .RE .PP +Index: trunk/backend/apple.c +=================================================================== +--- trunk.orig/backend/apple.c ++++ trunk/backend/apple.c +@@ -1546,7 +1546,7 @@ init_options (Apple_Scanner * s) + /* Use volt_ref */ + s->opt[OPT_VOLT_REF].name = "volt-ref"; + s->opt[OPT_VOLT_REF].title = "Volt Reference"; +- s->opt[OPT_VOLT_REF].desc ="It's brightness equivalant."; ++ s->opt[OPT_VOLT_REF].desc ="It's brightness equivalent."; + s->opt[OPT_VOLT_REF].type = SANE_TYPE_BOOL; + if (s->hw->ScannerModel!=COLORONESCANNER) + s->opt[OPT_VOLT_REF].cap |= SANE_CAP_INACTIVE; -- cgit v1.2.3