diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /debian/patches/0105-hp3900.patch | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'debian/patches/0105-hp3900.patch')
-rw-r--r-- | debian/patches/0105-hp3900.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/0105-hp3900.patch b/debian/patches/0105-hp3900.patch deleted file mode 100644 index 637a51e..0000000 --- a/debian/patches/0105-hp3900.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Replace the startup gamma with the same from the standalone version -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629470 -Forwarded: http://lists.alioth.debian.org/pipermail/sane-devel/2014-October/032777.html -Last-Update: 2014-10-26 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/backend/hp3900_sane.c -=================================================================== ---- trunk.orig/backend/hp3900_sane.c -+++ trunk/backend/hp3900_sane.c -@@ -1159,7 +1159,7 @@ options_init (TScanner * scanner) - TOptionValue *pVal; - - /* set gamma */ -- gamma_create (scanner, 2.2); -+ gamma_create (scanner, 1.0); - - /* color convertion */ - scanner->cnv.colormode = -1; |