r681 - in packages/libpdf-report-perl/trunk: . debian examples

Gunnar Wolf gwolf@costa.debian.org
Thu, 27 Jan 2005 17:15:48 +0100


Author: gwolf
Date: 2005-01-27 17:15:47 +0100 (Thu, 27 Jan 2005)
New Revision: 681

Added:
   packages/libpdf-report-perl/trunk/debian/
   packages/libpdf-report-perl/trunk/debian/changelog
   packages/libpdf-report-perl/trunk/debian/control
   packages/libpdf-report-perl/trunk/debian/copyright
   packages/libpdf-report-perl/trunk/debian/dirs
   packages/libpdf-report-perl/trunk/debian/docs
   packages/libpdf-report-perl/trunk/debian/rules
   packages/libpdf-report-perl/trunk/debian/watch
Modified:
   packages/libpdf-report-perl/trunk/Report.pm
   packages/libpdf-report-perl/trunk/examples/barcode
   packages/libpdf-report-perl/trunk/examples/footer
   packages/libpdf-report-perl/trunk/examples/openpdf
   packages/libpdf-report-perl/trunk/examples/paragraph
   packages/libpdf-report-perl/trunk/examples/piegraph
   packages/libpdf-report-perl/trunk/examples/rotate
Log:
Load libpdf-report-perl-1.22 into packages/libpdf-report-perl/trunk.


Modified: packages/libpdf-report-perl/trunk/Report.pm
===================================================================
--- packages/libpdf-report-perl/trunk/Report.pm	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/Report.pm	2005-01-27 16:15:47 UTC (rev 681)
@@ -1018,7 +1018,7 @@
 
 sub Finish {
   my $self = shift;
-  my $callback = shift;
+  my $callback = shift || 'none';
 
   my $total = $self->{page_nbr} - 1;
 

Added: packages/libpdf-report-perl/trunk/debian/changelog
===================================================================
--- packages/libpdf-report-perl/trunk/debian/changelog	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/changelog	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,43 @@
+libpdf-report-perl (1.22-1) unstable; urgency=low
+
+  * New upstream version - Thanks to Allard Hoeve <allard@byte.nl> for
+    prompting for this upload
+  * Transferred maintenance to the Debian Perl Group <pkg-perl-
+    maintainer@lists.alioth.debian.org> 
+
+ -- Gunnar Wolf <gwolf@debian.org>  Thu, 27 Jan 2005 09:55:36 -0600
+
+libpdf-report-perl (1.20-2) unstable; urgency=low
+
+  * Fixed a missing build-dependency on libpdf-api2-perl (Closes:
+    #223176)
+  * Bumped up standards-version to 3.6.1
+
+ -- Gunnar Wolf <gwolf@debian.org>  Mon,  8 Dec 2003 16:13:02 -0600
+
+libpdf-report-perl (1.20-1) unstable; urgency=low
+
+  * New upstream release
+  * Added the upstream-provided examples to the documentation
+  * Switched build method to debhelper
+
+ -- Gunnar Wolf <gwolf@debian.org>  Tue, 25 Nov 2003 15:38:32 -0600
+
+libpdf-report-perl (1.10-2) unstable; urgency=low
+
+  * Section change (interpreters -> perl)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Thu, 19 Jun 2003 13:43:12 -0500
+
+libpdf-report-perl (1.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Gunnar Wolf <gwolf@debian.org>  Fri, 25 Apr 2003 11:30:26 -0500
+
+libpdf-report-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Gunnar Eyal Wolf Iszaevich <gwolf@gwolf.cx>  Mon, 10 Mar 2003 17:49:07 -0600
+

Added: packages/libpdf-report-perl/trunk/debian/control
===================================================================
--- packages/libpdf-report-perl/trunk/debian/control	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/control	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,15 @@
+Source: libpdf-report-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.8.0), libpdf-api2-perl (>=0.2.3.8)
+Maintainer: Debian Perl Group <pkg-perl-maintainer@lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf@debian.org>, Allard Hoeve <allard@byte.nl>
+Standards-Version: 3.6.1
+
+Package: libpdf-report-perl
+Architecture: all
+Depends: perl (>= 5.8.0), libpdf-api2-perl (>=0.2.3.8), libtext-roman-perl (>=3.01)
+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
+ graphics

Added: packages/libpdf-report-perl/trunk/debian/copyright
===================================================================
--- packages/libpdf-report-perl/trunk/debian/copyright	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/copyright	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,11 @@
+This package was debianized by Gunnar Eyal Wolf Iszaevich <gwolf@gwolf.cx> on
+Mon, 10 Mar 2003 17:49:07 -0600.
+
+It was downloaded from http://www.cpan.org/modules/by-module/PDF/
+
+Upstream Author: Andrew Orr <aorr@cpan.org>
+
+Copyright: 
+ This 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'.

Added: packages/libpdf-report-perl/trunk/debian/dirs
===================================================================
--- packages/libpdf-report-perl/trunk/debian/dirs	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/dirs	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,2 @@
+usr/share/perl5/PDF/Report
+usr/share/doc/libpdf-report-perl

Added: packages/libpdf-report-perl/trunk/debian/docs
===================================================================
--- packages/libpdf-report-perl/trunk/debian/docs	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/docs	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,2 @@
+README
+Changes

Added: packages/libpdf-report-perl/trunk/debian/rules
===================================================================
--- packages/libpdf-report-perl/trunk/debian/rules	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/rules	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,87 @@
+#!/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
+export DH_COMPAT=4
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) 
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+# Build architecture-independent files here.
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs -XChanges
+	dh_installexamples examples/*
+#	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+#	dh_undocumented
+	dh_installchangelogs Changes
+#	dh_link
+#	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary


Property changes on: packages/libpdf-report-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libpdf-report-perl/trunk/debian/watch
===================================================================
--- packages/libpdf-report-perl/trunk/debian/watch	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/debian/watch	2005-01-27 16:15:47 UTC (rev 681)
@@ -0,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/modules/by-module/PDF/PDF-Report-(.*)\.tar\.gz

Modified: packages/libpdf-report-perl/trunk/examples/barcode
===================================================================
--- packages/libpdf-report-perl/trunk/examples/barcode	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/barcode	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $pdf = new PDF::Report(
                           PageSize => letter,

Modified: packages/libpdf-report-perl/trunk/examples/footer
===================================================================
--- packages/libpdf-report-perl/trunk/examples/footer	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/footer	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $pdf = new PDF::Report(
                           PageSize => LETTER, 

Modified: packages/libpdf-report-perl/trunk/examples/openpdf
===================================================================
--- packages/libpdf-report-perl/trunk/examples/openpdf	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/openpdf	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $file = $ARGV[0];
 print "Pass me a PDF file." if ! -e $file;

Modified: packages/libpdf-report-perl/trunk/examples/paragraph
===================================================================
--- packages/libpdf-report-perl/trunk/examples/paragraph	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/paragraph	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $pdf = new PDF::Report(
                           PageSize => letter,

Modified: packages/libpdf-report-perl/trunk/examples/piegraph
===================================================================
--- packages/libpdf-report-perl/trunk/examples/piegraph	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/piegraph	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $pdf = new PDF::Report(
                           PageSize => letter,

Modified: packages/libpdf-report-perl/trunk/examples/rotate
===================================================================
--- packages/libpdf-report-perl/trunk/examples/rotate	2005-01-27 16:15:08 UTC (rev 680)
+++ packages/libpdf-report-perl/trunk/examples/rotate	2005-01-27 16:15:47 UTC (rev 681)
@@ -1,4 +1,5 @@
-require "../Report.pm";
+#!/usr/bin/perl
+use PDF::Report;
 
 my $pdf = new PDF::Report(
                           PageSize => LETTER,