Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -u abiword-2.4.6/debian/changelog abiword-2.4.6/debian/changelog
--- abiword-2.4.6/debian/changelog
+++ abiword-2.4.6/debian/changelog
@@ -1,3 +1,10 @@
+abiword (2.4.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust for current version of poppler. Closes: #425066
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Tue,  3 Jul 2007 18:20:08 +0000
+
 abiword (2.4.6-2) unstable; urgency=low
 
   * Acknowledged NMU - closes: #403352
diff -u abiword-2.4.6/debian/patches/00list abiword-2.4.6/debian/patches/00list
--- abiword-2.4.6/debian/patches/00list
+++ abiword-2.4.6/debian/patches/00list
@@ -11,0 +12 @@
+18_new_poppler
diff -u abiword-2.4.6/debian/control abiword-2.4.6/debian/control
--- abiword-2.4.6/debian/control
+++ abiword-2.4.6/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
 Uploaders: Joshua Kwan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), dpatch, libaiksaurus-1.2-dev (>= 
1.2.1+dev-0.12-1.1), libaiksaurusgtk-1.2-dev (>= 1.2.1+dev-0.12-1.1), 
libenchant-dev (>= 1.1.6-1), libfribidi-dev, libglib2.0-dev, libgnome2-dev, 
libgnomeprintui2.2-dev, libgsf-1-dev (>= 1.13.2), libgtk2.0-dev, 
libgucharmap-dev, libjpeg62-dev, libgnomeui-dev, libots-dev, libperl-dev, 
libpng12-dev, libpspell-dev (>= 0.60.3-3), libreadline5-dev | libreadline-dev, 
librsvg2-dev (>= 2.9.5-5), libwmf-dev, libwpd8-dev (>= 0.8.3-2), python-dev, 
libpoppler-dev, libgtkmathview-dev (>= 0.7.5), liblink-grammar4-dev, 
libfreetype6-dev, libgoffice-1-dev
+Build-Depends: debhelper (>> 4.0.0), dpatch, libaiksaurus-1.2-dev (>= 
1.2.1+dev-0.12-1.1), libaiksaurusgtk-1.2-dev (>= 1.2.1+dev-0.12-1.1), 
libenchant-dev (>= 1.1.6-1), libfribidi-dev, libglib2.0-dev, libgnome2-dev, 
libgnomeprintui2.2-dev, libgsf-1-dev (>= 1.13.2), libgtk2.0-dev, 
libgucharmap-dev, libjpeg62-dev, libgnomeui-dev, libots-dev, libperl-dev, 
libpng12-dev, libpspell-dev (>= 0.60.3-3), libreadline5-dev | libreadline-dev, 
librsvg2-dev (>= 2.9.5-5), libwmf-dev, libwpd8-dev (>= 0.8.3-2), python-dev, 
libpoppler-dev (>= 0.5.4-6), libgtkmathview-dev (>= 0.7.5), 
liblink-grammar4-dev, libfreetype6-dev, libgoffice-1-dev
 Standards-Version: 3.7.2
 
 Package: abiword-common
only in patch2:
unchanged:
--- abiword-2.4.6.orig/debian/patches/18_new_poppler.dpatch
+++ abiword-2.4.6/debian/patches/18_new_poppler.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 17_de_string_fix.dpatch by Andi Barth <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Work with poppler >= 0.5.4-6.
+
[EMAIL PROTECTED]@
+--- abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp      
2005-06-29 02:22:13.000000000 +0000
++++ abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp      
2007-07-03 14:15:56.000000000 +0000
+@@ -75,7 +75,7 @@
+       UT_tmpnam(temporary_file);
+ 
+       TextOutputDev *textOut = new TextOutputDev(temporary_file, gFalse, 
gFalse, gFalse);
+-      doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, 
gFalse);
++      doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, 
gFalse, gFalse);
+       delete textOut;
+ 
+       IE_Imp_Text txt_imp(getDoc(), "UTF-8");      
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to