Your message dated Sun, 11 Dec 2011 15:48:41 +0000
with message-id <[email protected]>
and subject line Bug#651151: fixed in pdftoipe 20110916-2
has caused the Debian Bug report #651151,
regarding Patch for porting to poppler 0.18
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
651151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pdftoipe
Version: 20091014-3
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch precise
Hello,
In http://bugs.debian.org/644447 there is some discussion about
updating poppler to 0.18 in Debian. This will cause some FTBFS. We are
doing the transition in Ubuntu now and want to forward patches so that
they are readily available in Ubuntu once 0.18 lands there.
pdftoipe does not have a patch system and is not 3.0 (quilt) yet. I
suppose if you apply this you actually want to use a broken-out patch,
but that's the discretion of you as the package maintainer of course.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u pdftoipe-20091014/debian/changelog pdftoipe-20091014/debian/changelog
--- pdftoipe-20091014/debian/changelog
+++ pdftoipe-20091014/debian/changelog
@@ -1,3 +1,12 @@
+pdftoipe (20091014-3ubuntu1) precise; urgency=low
+
+ * Build against libpoppler19.
+ * xmloutputdev.cpp: port to poppler 0.18 API:
+ - Add missing #include <DCTStream.h>
+ - getRawStream() is now called getNextStream().
+
+ -- Martin Pitt <[email protected]> Tue, 06 Dec 2011 09:47:55 +0100
+
pdftoipe (20091014-3) unstable; urgency=low
* rules: Rename parseargs.c --> parseargs.cpp so it builds with c++
only in patch2:
unchanged:
--- pdftoipe-20091014.orig/xmloutputdev.cpp
+++ pdftoipe-20091014/xmloutputdev.cpp
@@ -14,6 +14,7 @@
#include "Catalog.h"
#include "Page.h"
#include "Stream.h"
+#include "DCTStream.h"
#include "xmloutputdev.h"
@@ -336,7 +337,7 @@
// dump JPEG stream
std::vector<char> buffer;
// initialize stream
- str = ((DCTStream *)str)->getRawStream();
+ str = ((DCTStream *)str)->getNextStream();
str->reset();
// copy the stream
while ((c = str->getChar()) != EOF)
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: pdftoipe
Source-Version: 20110916-2
We believe that the bug you reported is fixed in the latest version of
pdftoipe, which is due to be installed in the Debian FTP archive:
pdftoipe_20110916-2.debian.tar.gz
to main/p/pdftoipe/pdftoipe_20110916-2.debian.tar.gz
pdftoipe_20110916-2.dsc
to main/p/pdftoipe/pdftoipe_20110916-2.dsc
pdftoipe_20110916-2_amd64.deb
to main/p/pdftoipe/pdftoipe_20110916-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve M. Robbins <[email protected]> (supplier of updated pdftoipe package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 11 Dec 2011 09:16:23 -0600
Source: pdftoipe
Binary: pdftoipe
Architecture: source amd64
Version: 20110916-2
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins <[email protected]>
Changed-By: Steve M. Robbins <[email protected]>
Description:
pdftoipe - converts arbitrary PDF file to XML file readable by Ipe
Closes: 651151
Changes:
pdftoipe (20110916-2) unstable; urgency=low
.
* patches/poppler.patch: New. Fix to build with upcoming poppler 0.18
(thanks, Pino Toscano). Closes: #651151.
Checksums-Sha1:
7ecc5f2701abc208c5be533d1bfd6cb5627bfb9a 1091 pdftoipe_20110916-2.dsc
ddaf31092870ba6c2b9785fedeebe34f35db325c 2116 pdftoipe_20110916-2.debian.tar.gz
38f06e860f583a88f4463cbba81cd3545ce57309 24390 pdftoipe_20110916-2_amd64.deb
Checksums-Sha256:
17d325716dc1837186d29560572814572d3c45879dfcb214a7758bad0120df70 1091
pdftoipe_20110916-2.dsc
c895c5d4d588c54cea498568b3cec72a01645d5a9ffc2383db432f0370f3fa48 2116
pdftoipe_20110916-2.debian.tar.gz
eb73d1bb608151865c21709576ca2387ab172901918d3a0f2887ae0816bc9408 24390
pdftoipe_20110916-2_amd64.deb
Files:
8dff48307794125abbe1f0eb6620ade5 1091 graphics optional pdftoipe_20110916-2.dsc
45cbb60ffb91b0443a2198abdedd6de8 2116 graphics optional
pdftoipe_20110916-2.debian.tar.gz
2d4175f93566b424c0c497fff8de920f 24390 graphics optional
pdftoipe_20110916-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFO5MxL0i2bPSHbMcURAlhoAJ9db4sK4UKjjSyOQhdfcYeM6neI7wCdHvYZ
fUFGWZWPw3LYhbbEJHoS0cI=
=SeBM
-----END PGP SIGNATURE-----
--- End Message ---