Comment 15 for bug 109995

Revision history for this message
Franck (alci) wrote :

I tried this :

apt-get install dpkg-dev
apt-get source poppler
apt-get build-dep poppler <-- LOT of stuff here

changed the source in poppler/CairoOutputDev.cc

dpkg-buildpackage -rfakeroot -uc -b
dpkg -i libpoppler3_0.8.7-1_amd64.deb

Then I tried a red report, but it is still broken. The point is I can't tell if I am really using the modified version of poppler or not, or if my build take my modification into account or not, ... so it is difficult to go back to Nickolay :(

Any hint ?