r38489 - in /trunk/libpdf-report-perl/debian: changelog patches/example-paths

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 22 19:17:38 UTC 2009


Author: gregoa
Date: Mon Jun 22 19:17:32 2009
New Revision: 38489

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38489
Log:
debian/patches/example-paths: add new example script.

Modified:
    trunk/libpdf-report-perl/debian/changelog
    trunk/libpdf-report-perl/debian/patches/example-paths

Modified: trunk/libpdf-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/changelog?rev=38489&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/changelog (original)
+++ trunk/libpdf-report-perl/debian/changelog Mon Jun 22 19:17:32 2009
@@ -1,10 +1,14 @@
 libpdf-report-perl (1.33-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * New upstream release
   * debian/control:
     - Bump Standards-Version to 3.8.2 (No changes)
   * debian/patches/example-paths:
     - Update to apply
+
+  [ gregor herrmann ]
+  * debian/patches/example-paths: add new example script.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Thu, 18 Jun 2009 04:47:27 +0000
 

Modified: 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=38489&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/patches/example-paths (original)
+++ trunk/libpdf-report-perl/debian/patches/example-paths Mon Jun 22 19:17:32 2009
@@ -1,6 +1,8 @@
 Fix example module paths for installation
+
 Originally by Gunnar Wolf <gwolf at debian.org>
 Updated by Nathan Handler <nhandler at ubuntu.com>
+and gregor herrmann <gregoa at debian.org>
 
 --- a/examples/barcode.pl
 +++ b/examples/barcode.pl
@@ -44,3 +46,10 @@
  use lib qw(../lib);
  use PDF::Report;
  
+--- a/examples/openpdf.pl
++++ b/examples/openpdf.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ use lib qw(../lib);
+ use PDF::Report;
+ 




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