Bug#343937: marked as done (libpdf-report-perl: barcode's don't scale)

Debian Bug Tracking System owner at bugs.debian.org
Mon Jan 16 23:19:10 UTC 2006


Your message dated Mon, 16 Jan 2006 15:02:21 -0800
with message-id <E1EydMj-0003U8-OK at spohr.debian.org>
and subject line Bug#343937: fixed in libpdf-report-perl 1.30-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Dec 2005 22:31:21 +0000
>From jim at short.circuit.com Sun Dec 18 14:31:21 2005
Return-path: <jim at short.circuit.com>
Received: from gonzo.circuit.com ([206.63.64.252])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Eo73o-0007ys-Ln
	for submit at bugs.debian.org; Sun, 18 Dec 2005 14:31:21 -0800
Received: from gonzo.circuit.com (smmsp at localhost [127.0.0.1])
	by gonzo.circuit.com (8.13.5/8.13.5/Debian-3) with ESMTP id jBIMUnM4022531
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <submit at bugs.debian.org>; Sun, 18 Dec 2005 14:30:49 -0800
Received: (from jim at localhost)
	by gonzo.circuit.com (8.13.5/8.13.5/Submit) id jBIMObXu021826;
	Sun, 18 Dec 2005 14:24:37 -0800
From: jim at short.circuit.com
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: libpdf-report-perl: barcode's don't scale
Message-ID: <20051218222437.21131.51272.reportbug at gonzo.circuit.com>
X-Mailer: reportbug 3.18
Date: Sun, 18 Dec 2005 14:24:37 -0800
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libpdf-report-perl
Version: 1.30-2
Severity: normal


The "$scale" variable is missing from /usr/share/perl5/PDF/Report.pm

sub drawBarcode {
  my $self = shift;
  my $x    = shift;  # x center of barcode image
  my $y    = shift;  # y center of barcode image
  my $scale = shift; # scale of barcode image
        <...........>
  $gfx->fillcolor('#ffffff');
  $gfx->linewidth(0.1);
  $gfx->fill;
  $gfx->formimage($bar,0,0);  <-------###
  $gfx->restore;
}
                                   
Line 921 has omitted the variable - it should read:

  $gfx->formimage($bar,0,0,$scale);

and then barcode scaling will work.



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

Versions of packages libpdf-report-perl depends on:
ii  libpdf-api2-perl              0.51-1     provides the functions for creatin
ii  libtext-roman-perl            3.3-3      A module for managing integer and 
ii  perl                          5.8.7-10   Larry Wall's Practical Extraction 

libpdf-report-perl recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 343937-close) by bugs.debian.org; 16 Jan 2006 23:11:49 +0000
>From katie at ftp-master.debian.org Mon Jan 16 15:11:49 2006
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EydMj-0003U8-OK; Mon, 16 Jan 2006 15:02:21 -0800
From: Russ Allbery <rra at debian.org>
To: 343937-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#343937: fixed in libpdf-report-perl 1.30-3
Message-Id: <E1EydMj-0003U8-OK at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Mon, 16 Jan 2006 15:02:21 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libpdf-report-perl
Source-Version: 1.30-3

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

libpdf-report-perl_1.30-3.diff.gz
  to pool/main/libp/libpdf-report-perl/libpdf-report-perl_1.30-3.diff.gz
libpdf-report-perl_1.30-3.dsc
  to pool/main/libp/libpdf-report-perl/libpdf-report-perl_1.30-3.dsc
libpdf-report-perl_1.30-3_all.deb
  to pool/main/libp/libpdf-report-perl/libpdf-report-perl_1.30-3_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 343937 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra at debian.org> (supplier of updated libpdf-report-perl 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 ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 16 Jan 2006 14:30:26 -0800
Source: libpdf-report-perl
Binary: libpdf-report-perl
Architecture: source all
Version: 1.30-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Russ Allbery <rra at debian.org>
Description: 
 libpdf-report-perl - simplified PDF report generator
Closes: 343937
Changes: 
 libpdf-report-perl (1.30-3) unstable; urgency=low
 .
   * Scale barcodes correctly.  Thanks, jim at short.circuit.com.
     (Closes: #343937)
   * Fix some POD errors in the PDF::Report documentation.
   * Remove commented-out templates in debian/rules per ftp-master.
   * Remove obsolete source and diff rules.
   * Use debian/compat rather than DH_COMPAT per debhelper recommendation.
Files: 
 0bc97a14b0e449661a8d495b4b36d847 815 perl optional libpdf-report-perl_1.30-3.dsc
 0bd98c522da369d785329005c455d7e3 3389 perl optional libpdf-report-perl_1.30-3.diff.gz
 beb52cf90d2ab9473180d8f744fdf830 27178 perl optional libpdf-report-perl_1.30-3_all.deb

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

iD8DBQFDzB94+YXjQAr8dHYRAljwAJ9IPuwplQ0/tWWDDcHH0JL6KpMoYgCeOdmS
ldZBOx81GuY6OQjq3kCkPO8=
=+QtH
-----END PGP SIGNATURE-----




More information about the pkg-perl-maintainers mailing list