r37741 - in /trunk/libpdf-report-perl: ./ debian/ debian/patches/ examples/ lib/ t/

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sun Jun 7 02:32:44 UTC 2009


Author: nhandler-guest
Date: Sun Jun  7 02:31:45 2009
New Revision: 37741

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37741
Log:
* New upstream release
* debian/control:
  - Add myself to Uploaders list
  - Build-Depend on debhelper (>= 7)
  - Bump Build-Depends-Indep and Depends on libpdf-api2-perl to >= 0.40.00
  - Bump Depends on libtext-roman-perl to >= 3.02
  - Bump Standards-Version to 3.8.1
* debian/libpdf-report-perl.examples:
  - Move examples here from debian/rules
* debian/copyright:
  - Modify to use new format
* debian/rules:
  - Update to use standard rules format for Perl modules
  - Make images in examples directory non-executable
* debian/docs
  - Remove, not needed
* debian/patches/fix-addImgScaled:
  - Remove, applied upstream
* debian/patches/uninitialized-warnings:
  - Remove, applied upstream
* debian/patches/pod-fixes:
  - Remove, applied upstream
* debian/patches/scale-barcodes:
  - Remove, applied upstream
* debian/patches/example-paths:
  - Update for modified example files
* debian/patches/series:
  - Remove fix-addImgScaled
  - Remove uninitialized-warnings
  - Remove pod-fixes
  - Remove scale-barcodes
* debian/compat:
  - Bump to 7

Added:
    trunk/libpdf-report-perl/META.yml
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/META.yml
    trunk/libpdf-report-perl/debian/libpdf-report-perl.examples
    trunk/libpdf-report-perl/debian/patches/example-paths
    trunk/libpdf-report-perl/examples/barcode.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/barcode.pl
    trunk/libpdf-report-perl/examples/footer.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/footer.pl
    trunk/libpdf-report-perl/examples/image.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/image.pl
    trunk/libpdf-report-perl/examples/paragraph.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/paragraph.pl
    trunk/libpdf-report-perl/examples/piegraph.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/piegraph.pl
    trunk/libpdf-report-perl/examples/rotate.pl
      - copied unchanged from r37738, branches/upstream/libpdf-report-perl/current/examples/rotate.pl
    trunk/libpdf-report-perl/lib/
      - copied from r37738, branches/upstream/libpdf-report-perl/current/lib/
    trunk/libpdf-report-perl/t/
      - copied from r37738, branches/upstream/libpdf-report-perl/current/t/
Removed:
    trunk/libpdf-report-perl/LICENSE
    trunk/libpdf-report-perl/Report.pm
    trunk/libpdf-report-perl/debian/docs
    trunk/libpdf-report-perl/debian/patches/fix-addImgScaled
    trunk/libpdf-report-perl/debian/patches/pod-fixes
    trunk/libpdf-report-perl/debian/patches/scale-barcodes
    trunk/libpdf-report-perl/debian/patches/uninitialized-warnings
    trunk/libpdf-report-perl/examples/barcode
    trunk/libpdf-report-perl/examples/footer
    trunk/libpdf-report-perl/examples/image
    trunk/libpdf-report-perl/examples/openpdf
    trunk/libpdf-report-perl/examples/paragraph
    trunk/libpdf-report-perl/examples/piegraph
    trunk/libpdf-report-perl/examples/rotate
    trunk/libpdf-report-perl/test.pl
Modified:
    trunk/libpdf-report-perl/Changes
    trunk/libpdf-report-perl/MANIFEST
    trunk/libpdf-report-perl/Makefile.PL
    trunk/libpdf-report-perl/README
    trunk/libpdf-report-perl/debian/changelog
    trunk/libpdf-report-perl/debian/compat
    trunk/libpdf-report-perl/debian/control
    trunk/libpdf-report-perl/debian/copyright
    trunk/libpdf-report-perl/debian/patches/series
    trunk/libpdf-report-perl/debian/rules

Modified: trunk/libpdf-report-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/Changes?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/Changes (original)
+++ trunk/libpdf-report-perl/Changes Sun Jun  7 02:31:45 2009
@@ -1,38 +1,48 @@
 Revision history for Perl extension PDF::Report.
 
+1.31  Fri Jun  5 11:06:31 EDT 2009
+  - Applied patch for addImgScaled() - submitted by Gregor Herrmann (Debian 
+    Perl Group)
+  - Added improvement allowing custom pages sizes - submitted by kovacsbv
+  - Applied "use of uninitialized value" patch - submitted by Niko Tyni 
+    (on behalf of the Debian Perl Group)
+  - Applied a patch to fix POD errors submitted - submitted by Russ Allbery
+  - Applied a patch to allow barcode scaling - submitted by Niko Tyni 
+    (on behalf of the Debian Perl Group)
+
 1.30  Fri Mar  4 12:19:32 EST 2005
-	- Patched most of the subroutines for PDF-API2-0.40.xx
-	- Added an image example
+  - Patched most of the subroutines for PDF-API2-0.40.xx
+  - Added an image example
 
 1.22  Wed Jan 26 09:21:15 EST 2005
-	- Corrected suppression of zeros when using addText
+  - Corrected suppression of zeros when using addText
 
 1.21  Tue Jan 25 21:50:45 EST 2005
-        - Documentation corrections
-        - Added text height parameter to addText
-        - Corrected Makefile.PL
+  - Documentation corrections
+  - Added text height parameter to addText
+  - Corrected Makefile.PL
   ---- patch from Kaare Rasmussen ----
-        - Fixed a typo
-        - Let PDF::API2 give us x and y after calling addParagraph
-        - saveAs subroutine
+  - Fixed a typo
+  - Let PDF::API2 give us x and y after calling addParagraph
+  - saveAs subroutine
 
 1.20  Fri Oct 31 10:36:26 EST 2003
-        - Added font caching
-        - Added text rotation
-        - Text::Roman is now optional
-        - Applied some helpful patches submitted by several users (thanks)
+  - Added font caching
+  - Added text rotation
+  - Text::Roman is now optional
+  - Applied some helpful patches submitted by several users (thanks)
 
 1.10  Wed Apr 23 18:02:47 EDT 2003
-        - Added example scripts
-        - Cleaned up the perldoc 
+  - Added example scripts
+  - Cleaned up the perldoc 
 
 1.01  Wed Dec  4 15:12:16 EST 2002 (unreleased)
-	- Complete control of page footers.  (callback functions)
-        - Can open and add to existing PDF
-        - Color, underline, and indent added to addRawText()
-        - Fixed addParagragh()
-        - new drawBarcode() subroutine 
-        - new drawPieGraph() subroutine 
+  - Complete control of page footers.  (callback functions)
+  - Can open and add to existing PDF
+  - Color, underline, and indent added to addRawText()
+  - Fixed addParagragh()
+  - new drawBarcode() subroutine 
+  - new drawPieGraph() subroutine 
 
 1.00  Mon Sep 23 16:27:34 2002
-	- original version; created by Andy Orr
+  - original version; created by Andy Orr

Modified: trunk/libpdf-report-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/MANIFEST?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/MANIFEST (original)
+++ trunk/libpdf-report-perl/MANIFEST Sun Jun  7 02:31:45 2009
@@ -1,19 +1,20 @@
 Changes
-LICENSE
 MANIFEST
 Makefile.PL
 README
-Report.pm
-examples/barcode
-examples/footer
-examples/image
+lib/PDF/Report.pm
+t/00-load.t
+t/pod-coverage.t
+t/pod.t
+examples/barcode.pl
+examples/footer.pl
 examples/image.gif
 examples/image.jpg
+examples/image.pl
 examples/image.png
 examples/image.pnm
 examples/image.tif
-examples/openpdf
-examples/paragraph
-examples/piegraph
-examples/rotate
-test.pl
+examples/paragraph.pl
+examples/piegraph.pl
+examples/rotate.pl
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libpdf-report-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/Makefile.PL?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/Makefile.PL (original)
+++ trunk/libpdf-report-perl/Makefile.PL Sun Jun  7 02:31:45 2009
@@ -1,14 +1,17 @@
-use ExtUtils::MakeMaker;
-
-$PDF_API2_PREREQ = "0.40.00";
-
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-    'NAME'		=> 'PDF::Report',
-    'VERSION'	        => 1.30, 
-    'PREREQ_PM'		=> {PDF::API2 => $PDF_API2_PREREQ},
-    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM => 'Report.pm', # retrieve abstract from module
-       AUTHOR     => 'Andrew Orr <aorr at cpan.org>') : ()),
-);
+use strict;
+use warnings;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+    NAME                => 'PDF::Report',
+    AUTHOR              => 'Andy Orr <aorr_at_cpan_dot_org>',
+    VERSION_FROM        => 'lib/PDF/Report.pm',
+    ABSTRACT_FROM       => 'lib/PDF/Report.pm',
+    PL_FILES            => {},
+    PREREQ_PM => {
+        'PDF::API2' => 0,
+        'Test::More' => 0,
+    },
+    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    clean               => { FILES => 'PDF-Report-*' },
+);

Modified: trunk/libpdf-report-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/README?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/README (original)
+++ trunk/libpdf-report-perl/README Sun Jun  7 02:31:45 2009
@@ -1,4 +1,4 @@
-Dist version 1.30
+Dist version 1.31
 ==================
 
 PDF::Report is written around Alfred Reibenschuh's PDF::API2.  It provides
@@ -35,4 +35,4 @@
 
 "Perl Artistic License" (included with package)
 
-Copyright (C) 2005 Andrew Orr
+Copyright (C) 2009 Andrew Orr

Modified: trunk/libpdf-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/changelog?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/changelog (original)
+++ trunk/libpdf-report-perl/debian/changelog Sun Jun  7 02:31:45 2009
@@ -1,12 +1,48 @@
-libpdf-report-perl (1.30-8) UNRELEASED; urgency=low
+libpdf-report-perl (1.31-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:05 -0300
+  [ Nathan Handler ]
+  * New upstream release
+  * debian/control:
+    - Add myself to Uploaders list
+    - Build-Depend on debhelper (>= 7)
+    - Bump Build-Depends-Indep and Depends on libpdf-api2-perl to >= 0.40.00
+    - Bump Depends on libtext-roman-perl to >= 3.02
+    - Bump Standards-Version to 3.8.1
+  * debian/libpdf-report-perl.examples:
+    - Move examples here from debian/rules
+  * debian/copyright:
+    - Modify to use new format
+  * debian/rules:
+    - Update to use standard rules format for Perl modules
+    - Make images in examples directory non-executable
+  * debian/docs
+    - Remove, not needed
+  * debian/patches/fix-addImgScaled:
+    - Remove, applied upstream
+  * debian/patches/uninitialized-warnings:
+    - Remove, applied upstream
+  * debian/patches/pod-fixes:
+    - Remove, applied upstream
+  * debian/patches/scale-barcodes:
+    - Remove, applied upstream
+  * debian/patches/example-paths:
+    - Update for modified example files
+  * debian/patches/series:
+    - Remove fix-addImgScaled
+    - Remove uninitialized-warnings
+    - Remove pod-fixes
+    - Remove scale-barcodes
+  * debian/compat:
+    - Bump to 7
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 07 Jun 2009 02:25:39 +0000
 
 libpdf-report-perl (1.30-7) unstable; urgency=low
 

Modified: trunk/libpdf-report-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/compat?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/compat (original)
+++ trunk/libpdf-report-perl/debian/compat Sun Jun  7 02:31:45 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpdf-report-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/control?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/control (original)
+++ trunk/libpdf-report-perl/debian/control Sun Jun  7 02:31:45 2009
@@ -1,21 +1,22 @@
 Source: libpdf-report-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.0), libpdf-api2-perl (>= 0.2.3.8)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.8.0), libpdf-api2-perl (>= 0.40.00)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Allard Hoeve <allard at byte.nl>,
  Niko Tyni <ntyni at iki.fi>, Russ Allbery <rra at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/PDF-Report/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpdf-report-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpdf-report-perl/
 
 Package: libpdf-report-perl
 Architecture: all
-Depends: ${misc:Depends}, perl (>= 5.8.0), libpdf-api2-perl (>= 0.2.3.8),
- libtext-roman-perl (>= 3.01)
+Depends: ${misc:Depends}, perl (>= 5.8.0), libpdf-api2-perl (>= 0.40.00),
+ libtext-roman-perl (>= 3.02)
 Description: simplified PDF report generator
  PDF::Report is written around Alfred Reibenschuh's PDF::API2. It
  provides methods to create a PDF document with text, lines, color and

Modified: trunk/libpdf-report-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/copyright?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/copyright (original)
+++ trunk/libpdf-report-perl/debian/copyright Sun Jun  7 02:31:45 2009
@@ -1,18 +1,29 @@
-This package was debianized by Gunnar Eyal Wolf Iszaevich <gwolf at gwolf.cx> on
-Mon, 10 Mar 2003 17:49:07 -0600.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Andy Orr <aorr at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/PDF-Report/
+Upstream-Name: PDF-Report
 
-It was downloaded from:
+Files: *
+Copyright: 2003-2009, Andy Orr <aorr at cpan.org>
+License: Artistic
 
-    <http://www.cpan.org/modules/by-module/PDF/>
+Files: debian/*
+Copyright: 2003-2009, Gunnar Eyal Wolf Iszaevich <gwolf at gwolf.cx>
+License: Artistic | GPL-1+
+X-Comment: It is assumed that package maintainers have licensed their work
+ under terms compatible with upstream licensing terms.
 
-Upstream author:
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
 
-    Andrew Orr <aorr at cpan.org>
-
-Copyright: 
-
-    Copyright (C) 2005 Andrew Orr
-
-The Perl PDF::Report module is licensed under the Perl Artistic License.
-On Debian GNU/Linux systems, the complete text of the Artistic License
-can be found in /usr/share/common-licenses/Artistic.
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpdf-report-perl/debian/libpdf-report-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/libpdf-report-perl.examples?rev=37741&op=file
==============================================================================
--- trunk/libpdf-report-perl/debian/libpdf-report-perl.examples (added)
+++ trunk/libpdf-report-perl/debian/libpdf-report-perl.examples Sun Jun  7 02:31:45 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libpdf-report-perl/debian/patches/example-paths
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/patches/example-paths?rev=37741&op=file
==============================================================================
--- trunk/libpdf-report-perl/debian/patches/example-paths (added)
+++ trunk/libpdf-report-perl/debian/patches/example-paths Sun Jun  7 02:31:45 2009
@@ -1,0 +1,46 @@
+Fix example module paths for installation
+Originally by Gunnar Wolf <gwolf at debian.org>
+Updated for 1.31 by Nathan Handler <nhandler at ubuntu.com>
+
+--- a/examples/barcode.pl
++++ b/examples/barcode.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 
+--- a/examples/footer.pl
++++ b/examples/footer.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 
+--- a/examples/image.pl
++++ b/examples/image.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 
+--- a/examples/paragraph.pl
++++ b/examples/paragraph.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 
+--- a/examples/piegraph.pl
++++ b/examples/piegraph.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 
+--- a/examples/rotate.pl
++++ b/examples/rotate.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 

Modified: trunk/libpdf-report-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/patches/series?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/patches/series (original)
+++ trunk/libpdf-report-perl/debian/patches/series Sun Jun  7 02:31:45 2009
@@ -1,5 +1,1 @@
-scale-barcodes
-pod-fixes
 example-paths
-uninitialized-warnings
-fix-addImgScaled

Modified: trunk/libpdf-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/rules?rev=37741&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/rules (original)
+++ trunk/libpdf-report-perl/debian/rules Sun Jun  7 02:31:45 2009
@@ -1,63 +1,26 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# Use quilt to manage patches.
 include /usr/share/quilt/quilt.make
 
-PACKAGE  = $(shell dh_listpackages)
-TMP      = $(CURDIR)/debian/$(PACKAGE)
-PERL    ?= /usr/bin/perl
-
-build: build-arch build-indep
-build-arch:
-build-indep: build-stamp
+build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) 
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-	[ ! -e Makefile ] || $(MAKE) distclean
-	dh_clean
+	dh $@
 
 install: install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install PREFIX=$(TMP)/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+install-stamp: build-stamp
+	dh install
+	chmod 0644 $(CURDIR)/debian/libpdf-report-perl/usr/share/doc/libpdf-report-perl/examples/image.{jpg,gif,png}
 	touch $@
 
+binary-arch:
+
+binary-indep: install
+	dh $@
+
 binary: binary-arch binary-indep
-binary-arch:
-binary-indep: build-stamp install-stamp
-	dh_testdir
-	dh_testroot
-	dh_installdocs -XChanges
-	dh_installexamples examples/*
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_compress -Ximage.
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
 
-.PHONY: binary binary-arch binary-indep build build-arch build-indep clean
-.PHONY: install
+.PHONY: binary binary-arch binary-indep install clean build




More information about the Pkg-perl-cvs-commits mailing list