Chris Chiappa <[email protected]> wrote: Hi,
>> So this is definitely a bug in the epson2 backend. Can you try to bisect >> it? > I might be able to find some time this weekend - is there a Debian > repository with all of the intervening versions somewhere? > Alternatively, do you have a pointer offhand about doing it with the > Sane source? ie, should I pull fom their git/svn/hg/whatever or grab > release tarballs? Use SANE's git tree; clone the tree then do: git bisect start git bisect bad RELEASE_1_0_20 git bisect good RELEASE_1_0_19 To build the tree, use BACKENDS=epson2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make The backend will be in backend/.libs/libsane-epson2.so.x.y.z Try it out, then use git bisect good or git bisect bad as needed. JB. -- Julien BLACHE <[email protected]> | Debian, because code matters more Debian & GNU/Linux Developer | <http://www.debian.org> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

