Your message dated Tue, 13 Jan 2009 22:02:16 +0000
with message-id <[email protected]>
and subject line Bug#511252: fixed in python-pypdf 1.12-2
has caused the Debian Bug report #511252,
regarding python-pypdf: escape-sequence '\b' in PDF strings is incorrectly
parsed as 'b' instead of Backspace.
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.)
--
511252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pypdf
Version: 1.10-1
Severity: important
Tags: patch
Tried today to verify a PDF signature. Had a hard time with DER encoded
ASN1 string due to a problem when reading PDF strings. The following
patch says more than a long description.
--- generic.py.orig 2007-10-05 04:37:14.000000000 +0200
+++ generic.py 2009-01-08 21:21:32.000000000 +0100
@@ -295,7 +295,7 @@
elif tok == "t":
tok = "\t"
elif tok == "b":
- tok == "\b"
+ tok = "\b"
elif tok == "f":
tok = "\f"
elif tok == "(":
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-pypdf depends on:
ii python-support 0.8.4 automated rebuilding support for P
python-pypdf recommends no packages.
python-pypdf suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-pypdf
Source-Version: 1.12-2
We believe that the bug you reported is fixed in the latest version of
python-pypdf, which is due to be installed in the Debian FTP archive:
python-pypdf_1.12-2.diff.gz
to pool/main/p/python-pypdf/python-pypdf_1.12-2.diff.gz
python-pypdf_1.12-2.dsc
to pool/main/p/python-pypdf/python-pypdf_1.12-2.dsc
python-pypdf_1.12-2_all.deb
to pool/main/p/python-pypdf/python-pypdf_1.12-2_all.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.
Luciano Bello <[email protected]> (supplier of updated python-pypdf 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: Sat, 10 Jan 2009 12:19:47 -0200
Source: python-pypdf
Binary: python-pypdf
Architecture: source all
Version: 1.12-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Luciano Bello <[email protected]>
Description:
python-pypdf - PDF toolkit implemented solely in Python
Closes: 511252
Changes:
python-pypdf (1.12-2) unstable; urgency=low
.
* Upstream name fixed
* dpatch added
* Fixed the backspace escape-sequence '\b' (Closes: #511252)
Checksums-Sha1:
a4ecaf2f96c5fdeda7af437d070c369a3dcfdf1b 1176 python-pypdf_1.12-2.dsc
0c7ad3f46297c26ca2859db4a99caeb09a736ce6 2542 python-pypdf_1.12-2.diff.gz
1f2f253ef1988ad870a603e7c19a621ba86d6d6a 32088 python-pypdf_1.12-2_all.deb
Checksums-Sha256:
931ade9db1d52c497f5a44a3a489e36f8f16ad0413a67ea9171164c9b68549b4 1176
python-pypdf_1.12-2.dsc
2142621960628371589147ad9a1af6692324a7d729589d5753e4e3cf2b3aa30c 2542
python-pypdf_1.12-2.diff.gz
641e4f4a171e99bacf5be4ae4df67b9302fd036120f062f1bd901391865ad397 32088
python-pypdf_1.12-2_all.deb
Files:
2532ed58dbc80801912f886f8b29de18 1176 python optional python-pypdf_1.12-2.dsc
9211d0e1bd92649aa9fc2fff5153900e 2542 python optional
python-pypdf_1.12-2.diff.gz
7edf33b69fd63c06a21d43f0f5751f12 32088 python optional
python-pypdf_1.12-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFJbQzrQWTRs4lLtHkRAnlCAJ9s+UzxqO1YFkx66FB7LQ1UxD4rXwCgkZ/+
lmEBGZ6qzDOS80ounXIK6AI=
=qMSg
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team