diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/patches/0610-fix_groff_font_warnings.patch | 55 | ||||
| -rw-r--r-- | debian/patches/series | 1 | 
3 files changed, 58 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index 5393537..67ba36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ sane-backends (1.3.0-1) UNRELEASED; urgency=medium      - debian/sane-utils.install: Install new saned.install.md.    * debian/control:      - Replace obsolete pkg-config with pkgconf. +  * New debian/patches/0610-fix_groff_font_warnings.patch: +    - Fix missing font messages.   -- Jörg Frings-Fürst <debian@jff.email>  Sun, 03 Mar 2024 09:55:25 +0100 diff --git a/debian/patches/0610-fix_groff_font_warnings.patch b/debian/patches/0610-fix_groff_font_warnings.patch new file mode 100644 index 0000000..8d20c2a --- /dev/null +++ b/debian/patches/0610-fix_groff_font_warnings.patch @@ -0,0 +1,55 @@ +Description: Fix non portable font +Author: Jörg Frings-Fürst <debian@jff.email> +Bug: https://gitlab.com/sane-project/backends/-/issues/738 +Last-Update: 2024-03-03 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/sane-hp5590.man +=================================================================== +--- trunk.orig/doc/sane-hp5590.man ++++ trunk/doc/sane-hp5590.man +@@ -45,7 +45,7 @@ or + Valid command line options and their syntax can be listed by using: + .IP + .nf +-\f[C] ++\f[I] + scanimage --help -d hp5590:interface:device + \f[R] + .fi +@@ -63,7 +63,7 @@ on the first scanner identified. + Use the command: + .IP + .nf +-\f[C] ++\f[I] + scanimage -L + \f[R] + .fi +@@ -255,7 +255,7 @@ to be included in + .I hp5590.conf + .IP + .nf +-\f[C] ++\f[I] + device hp5590 { +     # Device matching +     filter = \[dq]\[ha]hp5590.*\[dq] +@@ -285,7 +285,7 @@ device hp5590 { + \f[B]scan_action.script\f[R] + .IP + .nf +-\f[C] ++\f[I] + #!/bin/bash + echo device = $SCANBD_DEVICE + echo action = $SCANBD_ACTION +@@ -319,7 +319,7 @@ variable controls the debug level for th + Higher debug levels increase the verbosity of the output: + .IP + .nf +-\f[C] ++\f[I] + 10 - generic processing + 20 - verbose backend messages + 40 - HP5590 high-level commands diff --git a/debian/patches/series b/debian/patches/series index ac4a4b6..b03678d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,3 +11,4 @@  0060-cross.patch  0605-fix_groff-warnings.patch  0200-disable-check-equal-stderr.patch +0610-fix_groff_font_warnings.patch | 
