r2405 - in packages/libpdf-report-perl/trunk/debian: . patches

Niko Tyni ntyni-guest at costa.debian.org
Fri Mar 17 20:28:32 UTC 2006


Author: ntyni-guest
Date: 2006-03-17 20:28:32 +0000 (Fri, 17 Mar 2006)
New Revision: 2405

Modified:
   packages/libpdf-report-perl/trunk/debian/changelog
   packages/libpdf-report-perl/trunk/debian/patches/30examples.dpatch
Log:
Fix examples/image


Modified: packages/libpdf-report-perl/trunk/debian/changelog
===================================================================
--- packages/libpdf-report-perl/trunk/debian/changelog	2006-03-17 20:25:52 UTC (rev 2404)
+++ packages/libpdf-report-perl/trunk/debian/changelog	2006-03-17 20:28:32 UTC (rev 2405)
@@ -4,8 +4,10 @@
   * debian/patches/40warnings:
     + fix several 'Use of uninitialized value' warnings. (Closes: #354679)
   * Move debhelper to Build-Depends, since it's required for 'clean'.
+  * debian/patches/30examples:
+    + fix the perl and module path in 'examples/image' as well.
 
- -- Niko Tyni <ntyni at iki.fi>  Fri, 17 Mar 2006 22:21:12 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Fri, 17 Mar 2006 22:27:50 +0200
 
 libpdf-report-perl (1.30-3) unstable; urgency=low
 

Modified: packages/libpdf-report-perl/trunk/debian/patches/30examples.dpatch
===================================================================
--- packages/libpdf-report-perl/trunk/debian/patches/30examples.dpatch	2006-03-17 20:25:52 UTC (rev 2404)
+++ packages/libpdf-report-perl/trunk/debian/patches/30examples.dpatch	2006-03-17 20:28:32 UTC (rev 2405)
@@ -6,9 +6,9 @@
 ## DP: Originally by Gunnar Wolf <gwolf at debian.org>
 
 @DPATCH@
-diff -urNad libpdf-report-perl-1.30-4~/examples/barcode libpdf-report-perl-1.30-4/examples/barcode
---- libpdf-report-perl-1.30-4~/examples/barcode	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/barcode	2006-03-17 22:11:36.922106815 +0200
+diff -urNad trunk~/examples/barcode trunk/examples/barcode
+--- trunk~/examples/barcode	2005-03-04 23:37:12.000000000 +0200
++++ trunk/examples/barcode	2006-03-17 22:26:35.439563184 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl
@@ -16,9 +16,9 @@
  
  my $pdf = new PDF::Report(
                            PageSize => letter,
-diff -urNad libpdf-report-perl-1.30-4~/examples/footer libpdf-report-perl-1.30-4/examples/footer
---- libpdf-report-perl-1.30-4~/examples/footer	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/footer	2006-03-17 22:11:36.922106815 +0200
+diff -urNad trunk~/examples/footer trunk/examples/footer
+--- trunk~/examples/footer	2003-10-20 19:43:32.000000000 +0300
++++ trunk/examples/footer	2006-03-17 22:26:35.440563012 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl
@@ -26,19 +26,29 @@
  
  my $pdf = new PDF::Report(
                            PageSize => LETTER, 
-diff -urNad libpdf-report-perl-1.30-4~/examples/openpdf libpdf-report-perl-1.30-4/examples/openpdf
---- libpdf-report-perl-1.30-4~/examples/openpdf	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/openpdf	2006-03-17 22:11:36.922106815 +0200
+diff -urNad trunk~/examples/image trunk/examples/image
+--- trunk~/examples/image	2005-03-04 23:14:13.000000000 +0200
++++ trunk/examples/image	2006-03-17 22:27:14.200897478 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl
 +use PDF::Report;
  
+ my $pdf = new PDF::Report(
+                           PageSize => LETTER, 
+diff -urNad trunk~/examples/openpdf trunk/examples/openpdf
+--- trunk~/examples/openpdf	2003-04-24 19:23:08.000000000 +0300
++++ trunk/examples/openpdf	2006-03-17 22:26:35.440563012 +0200
+@@ -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;
-diff -urNad libpdf-report-perl-1.30-4~/examples/paragraph libpdf-report-perl-1.30-4/examples/paragraph
---- libpdf-report-perl-1.30-4~/examples/paragraph	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/paragraph	2006-03-17 22:11:36.921106987 +0200
+diff -urNad trunk~/examples/paragraph trunk/examples/paragraph
+--- trunk~/examples/paragraph	2005-01-31 21:43:09.000000000 +0200
++++ trunk/examples/paragraph	2006-03-17 22:26:35.440563012 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl
@@ -46,9 +56,9 @@
  
  my $pdf = new PDF::Report(
                            PageSize => letter,
-diff -urNad libpdf-report-perl-1.30-4~/examples/piegraph libpdf-report-perl-1.30-4/examples/piegraph
---- libpdf-report-perl-1.30-4~/examples/piegraph	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/piegraph	2006-03-17 22:11:36.921106987 +0200
+diff -urNad trunk~/examples/piegraph trunk/examples/piegraph
+--- trunk~/examples/piegraph	2003-04-24 00:03:32.000000000 +0300
++++ trunk/examples/piegraph	2006-03-17 22:26:35.441562840 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl
@@ -56,9 +66,9 @@
  
  my $pdf = new PDF::Report(
                            PageSize => letter,
-diff -urNad libpdf-report-perl-1.30-4~/examples/rotate libpdf-report-perl-1.30-4/examples/rotate
---- libpdf-report-perl-1.30-4~/examples/rotate	2006-03-17 22:10:27.000000000 +0200
-+++ libpdf-report-perl-1.30-4/examples/rotate	2006-03-17 22:11:36.921106987 +0200
+diff -urNad trunk~/examples/rotate trunk/examples/rotate
+--- trunk~/examples/rotate	2005-01-26 16:13:09.000000000 +0200
++++ trunk/examples/rotate	2006-03-17 22:26:35.441562840 +0200
 @@ -1,4 +1,5 @@
 -require "../Report.pm";
 +#!/usr/bin/perl




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