diff -u poppler-0.12.2/debian/changelog poppler-0.12.2/debian/changelog --- poppler-0.12.2/debian/changelog +++ poppler-0.12.2/debian/changelog @@ -1,3 +1,12 @@ +poppler (0.12.2-2.1ubuntu3) lucid; urgency=low + + * debian/patches/10_fix-a4-page-shift-on-brother-ps-printers.patch: + Fixed page shifts when printing on A4 paper with Brother PostScript + printers, by applying the changes suggested in Poppler upstream bug + 18711, comment #30 (LP: #293832). + + -- Till Kamppeter Thu, 17 Dec 2009 23:39:23 +0100 + poppler (0.12.2-2.1ubuntu2) lucid; urgency=low * Rebuild due to binary incompatible qt4-x11 change after 4.6 Beta release only in patch2: unchanged: --- poppler-0.12.2.orig/debian/patches/10_fix-a4-page-shift-on-brother-ps-printers.patch +++ poppler-0.12.2/debian/patches/10_fix-a4-page-shift-on-brother-ps-printers.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' poppler-0.12.2/poppler/PSOutputDev.cc poppler-0.12.2.new/poppler/PSOutputDev.cc +--- poppler-0.12.2/poppler/PSOutputDev.cc 2009-11-13 00:52:35.000000000 +0100 ++++ poppler-0.12.2.new/poppler/PSOutputDev.cc 2009-12-17 23:36:22.297158221 +0100 +@@ -114,7 +114,6 @@ + " pop 3 dict begin", + " /PageSize exch def", + " /ImagingBBox null def", +- " /Policies 1 dict dup begin /PageSize 3 def end def", + " { /Duplex true def } if", + " currentdict end setpagedevice", + " } {",