Your message dated Thu, 27 Apr 2006 15:47:23 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365084: fixed in pdftk 1.12-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: pdftk
Version: 1.12-2
Severity: normal
It looks like the patch I submitted in #289846 lost some line deletion
when entering the Debian package, without which it only generate empty files:
the .diff.gz now says:
@@ -300,6 +305,10 @@
void writeTo() throws DocumentException, IOException {
PdfDictionary dic = new PdfDictionary();
+ if( fdf.verbfields != null )
+ dic.put(PdfName.FIELDS, fdf.verbfields);
+ else
+ dic.put(PdfName.FIELDS, calculate(fdf.fields));
dic.put(PdfName.FIELDS, calculate(fdf.fields));
if (fdf.file != null)
dic.put(PdfName.F, new PdfString(fdf.file,
PdfObject.TEXT_UNICODE));
Note that dic.put(PdfName.FIELDS, calculate(fdf.fields)); directly
after the insterted lines will happily overwrite the just set content.
This line has to be removed, otherwise it will not list any fields in
the generated fdf.
Hochachtungsvoll,
Bernhard R. Link
--- End Message ---
--- Begin Message ---
Source: pdftk
Source-Version: 1.12-9
We believe that the bug you reported is fixed in the latest version of
pdftk, which is due to be installed in the Debian FTP archive:
pdftk_1.12-9.diff.gz
to pool/main/p/pdftk/pdftk_1.12-9.diff.gz
pdftk_1.12-9.dsc
to pool/main/p/pdftk/pdftk_1.12-9.dsc
pdftk_1.12-9_sparc.deb
to pool/main/p/pdftk/pdftk_1.12-9_sparc.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated pdftk 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.7
Date: Thu, 27 Apr 2006 23:27:01 +0200
Source: pdftk
Binary: pdftk
Architecture: source sparc
Version: 1.12-9
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description:
pdftk - A useful tool for manipulating PDF documents
Closes: 365084
Changes:
pdftk (1.12-9) unstable; urgency=low
.
* Fix previous FDF patch (closes: bug#365084).
Files:
4cf3b4c080bc3f5e0097875dfcf4c498 564 text optional pdftk_1.12-9.dsc
cd294a28897e9e1aeb86efa843935973 8593 text optional pdftk_1.12-9.diff.gz
a8a4dcd4cbb11d09e2ec09b714395501 828638 text optional pdftk_1.12-9_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEUUifw3ao2vG823MRAkSdAJ0Ut8kP5/Y+lTjUvm7lfY/HFYmDeACdF0qo
DFMJ7zSaQQqHquDzLC7bGrU=
=UrJ7
-----END PGP SIGNATURE-----
--- End Message ---