To fix libexif under debian/ubuntu, do the following (you may need to
do most as root or using sudo)
- mkdir newemptydir ; cd newemptydir
- apt-get build-dep libexif10
- apt-get source -b libexif10
- emacs libexif-0.6.9/libexif/exif-data.c ; # then replace
Nikon with DISABLE-Nikon
- cd libexif-0.6.9 ; dpkg-buildpackage
- cd .. ; dpkg -i libexif10_0.6.9-4ubuntu1_i386.deb
libexif-dev_0.6.9-4ubuntu1_i386.deb