diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-02 20:31:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-02 20:31:36 +0200 |
commit | 7d8aac1f3634dc58785bec7acf097dd6bac8c394 (patch) | |
tree | f2ce60700d282dfef7926b81ea18cf83664da9cc /debian/patches/0011-test.patch | |
parent | ea71790a549e64f3970053d99c38e51924063de3 (diff) | |
parent | 3f9fb219f6c7a0033938959a9ae1f0f3f4831d7c (diff) |
Merge branch 'release/debian/1.1.1-6'debian/1.1.1-6
Diffstat (limited to 'debian/patches/0011-test.patch')
-rw-r--r-- | debian/patches/0011-test.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/0011-test.patch b/debian/patches/0011-test.patch new file mode 100644 index 0000000..d4d4590 --- /dev/null +++ b/debian/patches/0011-test.patch @@ -0,0 +1,34 @@ +Index: trunk/frontend/jpegtopdf.c +=================================================================== +--- trunk.orig/frontend/jpegtopdf.c ++++ trunk/frontend/jpegtopdf.c +@@ -184,6 +184,7 @@ static SANE_Int _get_current_time( struc + SANE_Int ret = SANE_ERR; + time_t t; + long tz; ++ long timezone = 0; + + if ( pt == NULL || sign_c == NULL || ptz_h == NULL || ptz_m == NULL ) { + goto EXIT; +@@ -201,7 +202,7 @@ static SANE_Int _get_current_time( struc + goto EXIT; + } + /* get time difference ( OHH'mm' ) */ +- tz = timezone; ++ tz = timezone; + if ( tz > 0 ) { + *sign_c = '-'; + } +Index: trunk/configure.ac +=================================================================== +--- trunk.orig/configure.ac ++++ trunk/configure.ac +@@ -671,7 +671,7 @@ ALL_BACKENDS="abaton agfafocus apple art + mustek_usb mustek_usb2 nec net niash pie pieusb pint \ + pixma plustek plustek_pp qcam ricoh ricoh2 rts8891 s9036 \ + sceptre sharp sm3600 sm3840 snapscan sp15c st400 \ +- stv680 tamarack teco1 teco2 teco3 test u12 umax ++ stv680 tamarack teco1 teco2 teco3 test u12 umax \ + umax_pp umax1220u v4l xerox_mfp p5" + + # If user specifies backends manually then cause configure |