diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-29 07:28:37 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-29 07:28:37 +0200 |
commit | b9eccdd1582457ebfc52b3daf9d3dcbedc418b30 (patch) | |
tree | b7b44eaecc32b529be4d8e93ec9be3008352efba /debian/patches/0715-20-sane.hwdb_multi-arch.patch | |
parent | 7e9455b3b15671ff99ed168638c405e2acedb6df (diff) | |
parent | 73658865650dbe56bcc105bc07c5a39957dfa58c (diff) |
Merge branch 'release/debian/1.0.31-2' into masterdebian/1.0.31-2
Diffstat (limited to 'debian/patches/0715-20-sane.hwdb_multi-arch.patch')
-rw-r--r-- | debian/patches/0715-20-sane.hwdb_multi-arch.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/debian/patches/0715-20-sane.hwdb_multi-arch.patch b/debian/patches/0715-20-sane.hwdb_multi-arch.patch deleted file mode 100644 index e590649..0000000 --- a/debian/patches/0715-20-sane.hwdb_multi-arch.patch +++ /dev/null @@ -1,46 +0,0 @@ -Description: Make 20-sane.hwdb Multi-Arch ready -Author: Jörg Frings-Fürst <debian@jff.email> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880391 -Forwarded: not-needed -Last-Update: 2018-08-11 ---- -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 -@@ -3328,10 +3328,10 @@ print_usermap_header (void) - - printf - ("# This file was automatically created based on description files (*.desc)\n" -- "# by sane-desc %s from %s on %s" -+ "# by sane-desc %s from %s\n" - "#\n" - , -- SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime (¤t_time))); -+ SANE_DESC_VERSION, PACKAGE_STRING); - - printf - ("# The entries below are used to detect a USB device and change owner\n" -@@ -3400,8 +3400,8 @@ print_db_header (void) - { - time_t current_time = time (0); - printf ("# This file was automatically created based on description files (*.desc)\n" -- "# by sane-desc %s from %s on %s", -- SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime (¤t_time))); -+ "# by sane-desc %s from %s\n", -+ SANE_DESC_VERSION, PACKAGE_STRING); - printf - ("#\n" - "# The entries below are used to detect a USB device when it's plugged in\n" -@@ -3768,8 +3768,8 @@ print_hwdb_header (void) - { - time_t current_time = time (0); - printf ("# This file was automatically created based on description files (*.desc)\n" -- "# by sane-desc %s from %s on %s", -- SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime (¤t_time))); -+ "# by sane-desc %s from %s\n", -+ SANE_DESC_VERSION, PACKAGE_STRING); - - printf - ("#\n" |