[subversion-commit] SVN tetex commit + diffs: r472 - in
tetex-bin/trunk/debian: . patches
Frank Küster
frank at costa.debian.org
Tue Jan 24 16:54:23 UTC 2006
Author: frank
Date: 2006-01-24 16:54:23 +0000 (Tue, 24 Jan 2006)
New Revision: 472
Modified:
tetex-bin/trunk/debian/changelog
tetex-bin/trunk/debian/patches/patch-poppler
Log:
* debian/patches/patch-poppler: Additionally include <poppler/Link.h> in
pdftoepdf.cc to fix FTBFS with poppler >= 0.5, thanks to Martin Pitt
<martin.pitt at ubuntu.com> (closes: #349681) [frank]
Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog 2006-01-19 14:11:58 UTC (rev 471)
+++ tetex-bin/trunk/debian/changelog 2006-01-24 16:54:23 UTC (rev 472)
@@ -6,8 +6,11 @@
* Unregister obsolete debconf questions (closes: #344994) [frank]
* Don't try to install alternatives for obsolete oxdvi (closes: #335477)
[frank]
+ * debian/patches/patch-poppler: Additionally include <poppler/Link.h> in
+ pdftoepdf.cc to fix FTBFS with poppler >= 0.5, thanks to Martin Pitt
+ <martin.pitt at ubuntu.com> (closes: #349681) [frank]
- -- Frank Küster <frank at debian.org> Tue, 17 Jan 2006 13:18:13 +0100
+ -- Frank Küster <frank at debian.org> Tue, 24 Jan 2006 17:53:52 +0100
tetex-bin (3.0-13) unstable; urgency=low
Modified: tetex-bin/trunk/debian/patches/patch-poppler
===================================================================
--- tetex-bin/trunk/debian/patches/patch-poppler 2006-01-19 14:11:58 UTC (rev 471)
+++ tetex-bin/trunk/debian/patches/patch-poppler 2006-01-24 16:54:23 UTC (rev 472)
@@ -65,7 +65,7 @@
===================================================================
--- tetex-bin-3.0.orig/texk/web2c/pdftexdir/pdftoepdf.cc 2005-12-28 10:27:18.079779192 +0100
+++ tetex-bin-3.0/texk/web2c/pdftexdir/pdftoepdf.cc 2005-12-28 10:29:17.692595280 +0100
-@@ -26,22 +26,22 @@
+@@ -26,22 +26,23 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
@@ -95,6 +95,7 @@
+#include "poppler/Array.h"
+#include "poppler/Dict.h"
+#include "poppler/XRef.h"
++#include "poppler/Link.h"
+#include "poppler/Catalog.h"
+#include "poppler/Page.h"
+#include "poppler/GfxFont.h"
More information about the Pkg-tetex-commits
mailing list