Comment 6 for bug 104432

Revision history for this message
Wayne Davison (wayned) wrote : Re: Glipper makes copy/pasting of images in OpenOffice impossible

For those wanting to build the package, this command will install the build-dependencies:

apt-get build-dep glipper

I added a change to the "debian/changelog" to the patch to make it easier to build a new .deb package from the source (and the patch now requires the -p1 option, not -p0). For instance:

wget http://opencoder.net/glipper-fixes.patch
apt-get source glipper
cd glipper-0.95.1
patch -p1 <../glipper-fixes.patch
dpkg-buildpackage -rfakeroot -b

sudo dpkg -i ../glipper_0.95.1-1.1_i386.deb