Comment 25 for bug 18409

Revision history for this message
Martin Pitt (pitti) wrote :

Guys, can you please verify that the proposed debdiff works? Please download the
"breezy-updates debdiff" and do:

  sudo apt-get build-dep libgphoto2
  sudo apt-get install fakeroot devscripts
  sudo apt-get source libgphoto2
  cd libgphoto2-2.1.6
  patch -p1 < /path/to/the/downloaded/patch
  debuild -us -uc -b
  cd ..

this should build updated libgphoto2 debs. Please install it with

  sudo dpkg -i libgphoto2-2_2.1.6-1ubuntu6.1*.deb
libgphoto2-port0_2.1.6-1ubuntu6.1*.deb

and try whether the import works then? Thanks!