Your message dated Mon, 28 Jan 2008 20:47:50 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387014: fixed in python-reportlab 2.1dfsg-1
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: python-reportlab
Version: 2.0dfsg-1
Severity: normal

This is fixed in the setup.py on the reportlab subversion repository:
http://www.reportlab.co.uk/svn/public/reportlab/trunk/reportlab/setup.py

The source for the reportlab barcode module is delivered in the
official reportlab 2.0 tarball but is not installed by the
"setup.py" in the reportlab 2.0 tarball.

Here's a hand-edited patch for reportlab/setup.py.  I've
removed other lines from the diff because some files have been
added to the reportlab subversion repository and the svn setup.py,
but those files are not in the current reportlab 2.0 tarball.

I think this patch will cause the reportlab.graphics.barcode module
to be installed from the python-reportlab (2.0) Debian Package:

$ LC_ALL=C TZ=UTC0 diff -Naur python-reportlab-2.0dfsg/reportlab/setup.py 
subversion/reportlab/setup.py
--- python-reportlab-2.0dfsg/reportlab/setup.py 2006-07-03 15:21:38.000000000 
+0000
+++ subversion/reportlab/setup.py       2006-09-11 16:21:51.000000000 +0000
@@ -234,6 +238,7 @@
                     'reportlab.graphics.charts',
                     'reportlab.graphics.samples',
                     'reportlab.graphics.widgets',
+                    'reportlab.graphics.barcode',
                     'reportlab.graphics',
                     'reportlab.lib',
                     'reportlab.pdfbase',
$

Prior to ReportLab 2.0, the reportlab barcode module was available as
an extension (reportlab.extensions.barcode) from reportlab.org, but
was not included in the distribution tarball.

Thanks,
Rob

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python-reportlab depends on:
ii  python                        2.4.3-11   An interactive high-level object-o
ii  python-central                0.5.5      register and build utility for Pyt
ii  python-xml                    0.8.4-5    XML tools for Python

Versions of packages python-reportlab recommends:
ii  python-imaging                1.1.5-11   Python Imaging Library

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: python-reportlab
Source-Version: 2.1dfsg-1

We believe that the bug you reported is fixed in the latest version of
python-reportlab, which is due to be installed in the Debian FTP archive:

python-reportlab-doc_2.1dfsg-1_all.deb
  to pool/main/p/python-reportlab/python-reportlab-doc_2.1dfsg-1_all.deb
python-reportlab_2.1dfsg-1.diff.gz
  to pool/main/p/python-reportlab/python-reportlab_2.1dfsg-1.diff.gz
python-reportlab_2.1dfsg-1.dsc
  to pool/main/p/python-reportlab/python-reportlab_2.1dfsg-1.dsc
python-reportlab_2.1dfsg-1_all.deb
  to pool/main/p/python-reportlab/python-reportlab_2.1dfsg-1_all.deb
python-reportlab_2.1dfsg.orig.tar.gz
  to pool/main/p/python-reportlab/python-reportlab_2.1dfsg.orig.tar.gz



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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python-reportlab 
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: Mon, 28 Jan 2008 21:03:56 +0100
Source: python-reportlab
Binary: python-reportlab python-reportlab-doc
Architecture: source all
Version: 2.1dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 python-reportlab - ReportLab library to create PDF documents using Python
 python-reportlab-doc - Documentation for the ReportLab Python library (PDF 
format)
Closes: 349075 349747 387014 435742 457923
Changes: 
 python-reportlab (2.1dfsg-1) unstable; urgency=low
 .
   * New upstream version.
     - Doesn't contain the RML_UserGuide.pdf. Closes: #349075.
     - reportlab.graphics.barcode module installed. Closes: #387014.
     - Avoid warning with reserved keyword. Closes: #435742.
     - BaseDocTemplate: Set author, title, subject and keywords on its
       canvas. Closes: #349747.
   * Depend on ttf-dustin, ttf-bitstream-vera, do not include copies of
     the fonts. Closes: #457923.
Files: 
 cba154e7c2659f5393db23fc732bad37 826 python optional 
python-reportlab_2.1dfsg-1.dsc
 646f28f1c4cfa105887e5db9def7cfc1 2539352 python optional 
python-reportlab_2.1dfsg.orig.tar.gz
 00ed918f89060032ab55e1e63bbcc604 75436 python optional 
python-reportlab_2.1dfsg-1.diff.gz
 738e995ba646efd41e63bcc607300304 640600 python optional 
python-reportlab_2.1dfsg-1_all.deb
 c80d5d60b934f8c246ef5707ff25e9f9 1043720 doc optional 
python-reportlab-doc_2.1dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHnjWzStlRaw+TLJwRAp1fAJ9Ii97p8Svk9vYtKMKEQQ4R62uucwCfWbsB
FTezv0gIAE3+AKZSAMNRFE4=
=s9e5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to