I should also have included the (trivial) changes to the other debian/ files, which are as follows:
diff --git a/debian/patches/series b/debian/patches/series index dcc10d3..81f3b5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -20,5 +20,6 @@ poppler-textpage-destructor.patch poppler-filespecname.patch poppler-findtext.patch poppler-startdoc.patch +poppler-gfile-dedupe.patch poppler-xpdfparams.patch poppler-startpage.patch diff --git a/debian/rules b/debian/rules index a66c480..e5ee432 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ CPPFLAGS+=$(includes) $(includes)/goo $(includes)/splash CPPFLAGS+=-Wno-write-strings -Wno-format-extra-args CPPFLAGS+=-DHAVE_DIRENT_H -DSYSTEM_XPDFRC=\"/etc/xpdf/xpdfrc\" -files=goo/parseargs goo/gfile xpdf/CoreOutputDev xpdf/XPDFParams xpdf/PDFCore +files=goo/parseargs goo/gfile-xpdf xpdf/CoreOutputDev xpdf/XPDFParams xpdf/PDFCore files+=xpdf/XPDFApp xpdf/XPDFCore xpdf/XPDFTree xpdf/XPDFViewer xpdf/xpdf headers=xpdf/config.h xpdf/XPDFTreeP.h xpdf/about-text.h xpdf/*.xbm xpdf/xpdfIcon.xpm Thanks, -- Adam Sampson <[email protected]> <http://offog.org/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

