Although those packages have been compiled specifically for
your distribution, some dependencies in
libwine-gphoto2-unstable_1.3.24-0.2_i386.deb and
libwine-unstable_1.3.24-0.2_i386.deb are still wrong,
i.e., requiring versions of libssl, libjpeg and
libgphoto that are not available
in Squeeze. You can fix that by manually editing the packages:
ar -x libwine-gphoto2-unstable_1.3.24-0.2_i386.deb
gunzip -c control.tar.gz | tar -xv
sed -i 's/2\.4\.10\.1/2.4.6/g' control
tar -cvf control.tar control preinst md5sums
gzip -f control.tar
rm libwine-gphoto2-unstable_1.3.24-0.2_i386.deb
ar -r libwine-gphoto2-unstable_1.3.24-0.2_i386.deb debian-binary \
control.tar.gz data.tar.gz
rm control preinst md5sums \
debian-binary control.tar.gz data.tar.gz
ar -x libwine-unstable_1.3.24-0.2_i386.deb
gunzip -c control.tar.gz | tar -xv
sed -i 's/>= 8c/>= 8b/g;s/libssl1\.0\.0 (>= 1\.0\.0/libssl0.9.8 (>= 0.9.8/g' \
control
tar -cvf control.tar shlibs config postinst control postrm md5sums
gzip -f control.tar
rm libwine-unstable_1.3.24-0.2_i386.deb
ar -r libwine-unstable_1.3.24-0.2_i386.deb debian-binary \
control.tar.gz data.tar.gz
rm shlibs config postinst control postrm md5sums \
debian-binary control.tar.gz data.tar.gz