r32553 - in /trunk/libpar-packer-perl/debian: changelog copyright patches/01_manpage-ext.patch patches/fix-undefined-sprintf-usage patches/fix-with-new-par-name

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Apr 3 05:28:15 UTC 2009


Author: ryan52-guest
Date: Fri Apr  3 05:28:11 2009
New Revision: 32553

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32553
Log:
* update copyright
* refresh patches

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/copyright
    trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch
    trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage
    trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/changelog?rev=32553&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Fri Apr  3 05:28:11 2009
@@ -1,8 +1,10 @@
 libpar-packer-perl (0.991-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * update copyright
+  * refresh patches
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 02 Apr 2009 22:22:06 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 02 Apr 2009 22:27:45 -0700
 
 libpar-packer-perl (0.982-3) unstable; urgency=low
 

Modified: trunk/libpar-packer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/copyright?rev=32553&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/copyright (original)
+++ trunk/libpar-packer-perl/debian/copyright Fri Apr  3 05:28:11 2009
@@ -7,7 +7,7 @@
 Audrey Tang <cpan at audreyt.org>,
 
 Copyright, as listed in README:
-Copyright 2002-2008 by Audrey Tang <cpan at audreyt.org>.
+Copyright 2002-2009 by Audrey Tang <cpan at audreyt.org>.
 
 License, as listed in README:
 All rights reserved.  You can redistribute and/or modify
@@ -29,17 +29,17 @@
   Copyright 2002, 2003, 2004 by Audrey Tang <autrijus at autrijus.org>
 
 lib/App/Packer/PAR.pm:
-  Copyright 2004, 2005, 2006 by Edward S. Peschko, Audrey Tang and Mattia Barbon.
+  Copyright 2004-2009 by Edward S. Peschko, Audrey Tang and Mattia Barbon.
 
 lib/PAR/Filter.pm,
   lib/PAR/Filter/Bytecode.pm,
   lib/PAR/Filter/PodStrip.pm:
-  Copyright 2003-2008 by Audrey Tang <cpan at audreyt.org>.
+  Copyright 2003-2009 by Audrey Tang <cpan at audreyt.org>.
 
 lib/PAR/Filter/Bleach.pm,
   lib/PAR/Filter/PatchContent.pm,
   lib/PAR/Filter/Obfuscate.pm:
-  Copyright 2003, 2004, 2005, 2006 by Audrey Tang <cpan at audreyt.org>.
+  Copyright 2003-2009 by Audrey Tang <cpan at audreyt.org>.
 
 lib/PAR/Filter/PatchContent.pm:
   Copyright 2003, 2004, 2005, 2006, 2007, 2008 by Audrey Tang <cpan at audreyt.org>
@@ -50,7 +50,7 @@
 lib/PAR/StrippedPARL/Dynamic.pm,
   lib/PAR/StrippedPARL/Static.pm,
   lib/PAR/StrippedPARL/Base.pm:
-  Copyright 2006 by Steffen Mueller <smueller at cpan.org>.
+  Copyright 2006-2009 by Steffen Mueller <smueller at cpan.org>.
 
 myldr/Makefile.PL:
   Copyright 2002, 2003, 2004, 2005, 2006 by Audrey Tang,
@@ -69,14 +69,14 @@
 
 script/par.pl,
   script/parl.pod:
-  Copyright 2002, 2003, 2004, 2005, 2006 by Audrey Tang
+  Copyright 2002-2009 by Audrey Tang
 
 script/tkpp:
   Copyright 2003, 2004, 2005, 2006 by Doug Gruber <doug(a)dougthug.com>,
 
 inc/Module/Install.pm,
   inc/Module/Install/*:
-  Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy
+  Copyright 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy
 
 Perl is distributed under your choice of the GNU General Public License or
 the Artistic License. On Debian GNU/Linux systems, the complete text of the

Modified: trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch?rev=32553&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch (original)
+++ trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch Fri Apr  3 05:28:11 2009
@@ -2,7 +2,7 @@
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -68,7 +68,7 @@ sub par_prehook {
+@@ -69,7 +69,7 @@
      $cc = can_cc unless $bork;
      my $par;
      $par = fetch_par('', '', !$cc) unless ($cc or $bork);
@@ -11,7 +11,7 @@
      my $dynperl = $Config::Config{useshrplib} && ($Config::Config{useshrplib} ne 'false');
  
      if ($bork) {
-@@ -111,11 +111,11 @@ sub par_prehook {
+@@ -112,11 +112,11 @@
  
      makemaker_args(
          MAN1PODS		=> {

Modified: trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage?rev=32553&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage (original)
+++ trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage Fri Apr  3 05:28:11 2009
@@ -3,7 +3,7 @@
 
 --- a/myldr/mktmpdir.c
 +++ b/myldr/mktmpdir.c
-@@ -167,9 +167,9 @@
+@@ -169,9 +169,9 @@
              lseek(f, -58, 2);
              read(f, buf, 41);
              sprintf(
@@ -16,7 +16,7 @@
              );
          }
          else {
-@@ -187,9 +187,9 @@
+@@ -189,9 +189,9 @@
              }
              sha1[40] = '\0';
              sprintf(
@@ -29,7 +29,7 @@
              );
          }
      }
-@@ -201,9 +201,9 @@
+@@ -203,9 +203,9 @@
  
          par_setenv("PAR_CLEAN", "1");
          sprintf(
@@ -42,7 +42,7 @@
          );
  
          /* Ensure we pick an unused directory each time.  If the directory
-@@ -215,9 +215,9 @@
+@@ -217,9 +217,9 @@
          while (my_mkdir(stmpdir, 0755) == -1 && errno == EEXIST) {
              stmpdir[len] = 0;
              sprintf(

Modified: trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name?rev=32553&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name (original)
+++ trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name Fri Apr  3 05:28:11 2009
@@ -4,7 +4,7 @@
 
 --- a/lib/PAR/Packer.pm
 +++ b/lib/PAR/Packer.pm
-@@ -1223,9 +1223,9 @@
+@@ -1221,9 +1221,9 @@
  
      if ($opt->{P}) {
          # write as script




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