diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-27 12:06:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-27 12:06:59 +0200 |
commit | f649d9c694a19aca7653b76a8d373f28c941589a (patch) | |
tree | 61abe431ae826c67e2100dd53c05d09ddd134570 /debian/patches | |
parent | 15fa18d58e97baf65282e7a3aa5eb2579e21eeb8 (diff) |
New debian/patches/0725-fix_link_60-libsane_rule.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0725-fix_link_60-libsane_rule.patch | 20 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0725-fix_link_60-libsane_rule.patch b/debian/patches/0725-fix_link_60-libsane_rule.patch new file mode 100644 index 0000000..76a65a9 --- /dev/null +++ b/debian/patches/0725-fix_link_60-libsane_rule.patch @@ -0,0 +1,20 @@ +Description: Fix directory for 20-sane.hwdb +Author: Jörg Frings-Fürst <debian@jff.email> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916239 +Forwarded: not-needed +Last-Update: 2019-04-27 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/tools/sane-desc.c +=================================================================== +--- trunk.orig/tools/sane-desc.c ++++ trunk/tools/sane-desc.c +@@ -3663,7 +3663,7 @@ print_udevhwdb_header (void) + ("#\n" + "# udev rules file for supported USB and SCSI devices\n" + "#\n" +- "# For the list of supported USB devices see /usr/lib/udev/hwdb.d/20-sane.hwdb\n" ++ "# For the list of supported USB devices see /lib/udev/hwdb.d/20-sane.hwdb\n" + "#\n" + "# The SCSI device support is very basic and includes only\n" + "# scanners that mark themselves as type \"scanner\" or\n" diff --git a/debian/patches/series b/debian/patches/series index 464af6b..9da26a2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -25,3 +25,4 @@ #0130-usb-timeout.patch 0715-20-sane.hwdb_multi-arch.patch 0720-mustek_usb2-Avoid-stack-smashing.patch +0725-fix_link_60-libsane_rule.patch |