Your message dated Tue, 10 Oct 2006 19:32:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390641: fixed in php-fpdf 1.53.dfsg-5
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: php-fpdf
Version: 1.53.dfsg-4
Severity: normal
Tags: patch
Hi,
Attached is the diff for my php-fpdf 1.53.dfsg-4.1 NMU.
diff -Nru /tmp/WkDCZC0tOf/php-fpdf-1.53.dfsg/debian/changelog
/tmp/TGe27WI9YF/php-fpdf-1.53.dfsg/debian/changelog
--- /tmp/WkDCZC0tOf/php-fpdf-1.53.dfsg/debian/changelog 2006-10-01
20:55:20.000000000 +0200
+++ /tmp/TGe27WI9YF/php-fpdf-1.53.dfsg/debian/changelog 2006-10-01
20:55:21.000000000 +0200
@@ -1,3 +1,12 @@
+php-fpdf (1.53.dfsg-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove the class_exists() call -- the solution in 1.53.dfsg-4 breaks with
+ PHP < 5.x, and it's not especially useful in the first place.
+ (Closes: #388711)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Sun, 1 Oct 2006 20:50:17 +0200
+
php-fpdf (1.53.dfsg-4) unstable; urgency=medium
* Disable recursive autoloading of the FPDF class (closes: #385430)
diff -Nru /tmp/WkDCZC0tOf/php-fpdf-1.53.dfsg/fpdf.php
/tmp/TGe27WI9YF/php-fpdf-1.53.dfsg/fpdf.php
--- /tmp/WkDCZC0tOf/php-fpdf-1.53.dfsg/fpdf.php 2006-10-01 20:55:20.000000000
+0200
+++ /tmp/TGe27WI9YF/php-fpdf-1.53.dfsg/fpdf.php 2006-10-01 20:55:21.000000000
+0200
@@ -9,8 +9,6 @@
* You may use and modify this software as you wish.
*
*******************************************************************************/
-if(!class_exists('FPDF', false))
-{
define('FPDF_VERSION','1.53');
class FPDF
@@ -1643,5 +1641,4 @@
exit;
}
-}
?>
--- End Message ---
--- Begin Message ---
Source: php-fpdf
Source-Version: 1.53.dfsg-5
We believe that the bug you reported is fixed in the latest version of
php-fpdf, which is due to be installed in the Debian FTP archive:
php-fpdf_1.53.dfsg-5.diff.gz
to pool/main/p/php-fpdf/php-fpdf_1.53.dfsg-5.diff.gz
php-fpdf_1.53.dfsg-5.dsc
to pool/main/p/php-fpdf/php-fpdf_1.53.dfsg-5.dsc
php-fpdf_1.53.dfsg-5_all.deb
to pool/main/p/php-fpdf/php-fpdf_1.53.dfsg-5_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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated php-fpdf 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: Wed, 11 Oct 2006 04:18:50 +0200
Source: php-fpdf
Binary: php-fpdf
Architecture: source all
Version: 1.53.dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
php-fpdf - PHP class to generate PDF files
Closes: 388711 390641
Changes:
php-fpdf (1.53.dfsg-5) unstable; urgency=low
.
* Acknowledge NMU (closes: #388711, #390641)
* Use simple-patchsys for patches
* Updated to Debhelper level 5
Files:
3fa244d6736fe272000c499f35172af9 593 web optional php-fpdf_1.53.dfsg-5.dsc
8de95534b3705d5afe472218cb007f61 3657 web optional php-fpdf_1.53.dfsg-5.diff.gz
6191cf05c9c0fd159ad7c0bab477dac8 86434 web optional
php-fpdf_1.53.dfsg-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFLFXITTx8oVVPtMYRAp5dAKCMbcUKAtBmiISlLRg8+xBk3s5hNQCdHF1p
+TSeslCpODEzMcDLsGiErSE=
=YRHe
-----END PGP SIGNATURE-----
--- End Message ---