summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 21:22:34 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 21:22:34 +0100
commite103ca919f2eb1a409d35719bddb14d5a1a03667 (patch)
tree4bfc8d1e40f783b782140b64d0dbc2d0e41600ed /debian/patches
parent7380432da53456fb70684627226c73df74fe3ea7 (diff)
New patch 0605-fix_groff-warnings.patch to fix groff warnings
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0605-fix_groff-warnings.patch62
-rw-r--r--debian/patches/series1
2 files changed, 63 insertions, 0 deletions
diff --git a/debian/patches/0605-fix_groff-warnings.patch b/debian/patches/0605-fix_groff-warnings.patch
new file mode 100644
index 0000000..14471dc
--- /dev/null
+++ b/debian/patches/0605-fix_groff-warnings.patch
@@ -0,0 +1,62 @@
+Index: trunk/doc/sane-canon_dr.man
+===================================================================
+--- trunk.orig/doc/sane-canon_dr.man
++++ trunk/doc/sane-canon_dr.man
+@@ -161,7 +161,7 @@ Some scanners pad the upper edge of one
+ .RE
+ .PP
+ .BR NOTE :
+-'option' lines may appear multiple times in the configuration file.
++"option" lines may appear multiple times in the configuration file.
+ They only apply to scanners discovered by the next 'scsi/usb' line.
+ .PP
+
+Index: trunk/doc/sane-pixma.man
+===================================================================
+--- trunk.orig/doc/sane-pixma.man
++++ trunk/doc/sane-pixma.man
+@@ -184,7 +184,7 @@ an up-to-date status at the project home
+ Users feedback is essential to help improve features and performances.
+ .SH OPTIONS
+ Besides "well-known" options (e.g. resolution, mode etc.)
+-.Bsane\-pixma
++.B sane\-pixma
+ backend also
+ provides the following options, i.e. the options might change in the future.
+ .br
+Index: trunk/doc/sane-scsi.man
+===================================================================
+--- trunk.orig/doc/sane-scsi.man
++++ trunk/doc/sane-scsi.man
+@@ -122,7 +122,7 @@ $ chmod 660 /dev/sg0
+ .RE
+ .PP
+ When your system uses the device filesystem (devfs), you have to edit
+-.BIR /etc/devfs/perms.
++.BI /etc/devfs/perms.
+ There you should search the line
+ .PP
+ .RS
+@@ -172,7 +172,7 @@ If there are no
+ devices, just do a
+ .I sh MAKEDEV uk0
+ in the
+-.i /dev
++.I /dev
+ directory. The scanner should then be accessible as
+ .I /dev/uk0
+ if it was probed during boot.
+Index: trunk/doc/sane-artec_eplus48u.man
+===================================================================
+--- trunk.orig/doc/sane-artec_eplus48u.man
++++ trunk/doc/sane-artec_eplus48u.man
+@@ -44,8 +44,7 @@ or
+ You can find it on the installation CD that was provided by the manufacturer,
+ normally in the directory Win98, WinMe or similar.
+ If the Windows-driver is installed on your computer, then you can also
+-find the firmware file under
+-.IR c:\\windows\\system32\\drivers .
++find the firmware file under c:\\windows\\system32\\drivers.
+
+ .SH CONFIGURATION
+ The contents of the
diff --git a/debian/patches/series b/debian/patches/series
index bc9c20d..8d90078 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@
0060-cross.patch
#0165-respect_local_only_parameter.patch
#0170-return_empty_list_when_local_devices_requested.patch
+0605-fix_groff-warnings.patch