r66298 - in /trunk/libpar-packer-perl: debian/changelog debian/control debian/copyright debian/patches/01_manpage-ext.patch debian/patches/fix-with-new-par-name script/tkpp

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 25 05:36:26 UTC 2010


Author: jawnsy-guest
Date: Sat Dec 25 05:36:18 2010
New Revision: 66298

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66298
Log:
fix everything per changelog notes

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/control
    trunk/libpar-packer-perl/debian/copyright
    trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch
    trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name
    trunk/libpar-packer-perl/script/tkpp

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/changelog?rev=66298&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Sat Dec 25 05:36:18 2010
@@ -1,24 +1,11 @@
-libpar-packer-perl (1.008-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright:
-    + inc/Test/Builder/IO/Scalar.pm missing
-    + myldr/env.c:
-      * that's probably BSD-4 or BSD-4-Clause or something
-      * more importantly, since the file is really (c) "The Regents of the
-        University of California" we can point to
-        /usr/share/common-licenses/BSD
-        or not, since this has 3 clauses. argl
-    + s;GNU/Linux ;;g
-  - the patches could use a bit more DEP3 headers (patchedit helps)
-  - d/control: remove versions that are already satisfied in lenny
+libpar-packer-perl (1.008-1) unstable; urgency=low
 
   * New upstream release
   * Standards-Version 3.9.1 (no changes)
   * Fix licensing for myldr/env.c (BSD license)
   * Refresh copyright information
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 19:30:36 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 00:52:30 -0500
 
 libpar-packer-perl (1.006-1) unstable; urgency=low
 

Modified: trunk/libpar-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/control?rev=66298&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/control (original)
+++ trunk/libpar-packer-perl/debian/control Sat Dec 25 05:36:18 2010
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7.0.50),
- libarchive-zip-perl (>= 1),
- libgetopt-argvfile-perl (>= 1.07),
+ libarchive-zip-perl,
+ libgetopt-argvfile-perl,
  libinline-perl,
  libmodule-scandeps-perl (>= 0.98),
  libpar-perl (>= 1.000),
@@ -23,10 +23,10 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
  perl (>= ${perl:current}), perl (<< ${perl:next}),
- libarchive-zip-perl (>= 1),
- libgetopt-argvfile-perl (>= 1.07),
+ libarchive-zip-perl,
+ libgetopt-argvfile-perl,
  libmodule-scandeps-perl (>= 0.98),
- libpar-dist-perl (>= 0.22),
+ libpar-dist-perl,
  libpar-perl (>= 1.000)
 Recommends: libtk-perl
 Description: utility for creating PAR archives and stand-alone executables

Modified: trunk/libpar-packer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/copyright?rev=66298&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/copyright (original)
+++ trunk/libpar-packer-perl/debian/copyright Sat Dec 25 05:36:18 2010
@@ -80,16 +80,21 @@
 License: Artistic or GPL-1+
 
 Files: inc/PerlIO.pm
-Copyright: Nick Ing-Simmons <nick at ing-simmons.net>
-License: Artistic or GPL-1+
+Copyright: 1993-2010, Larry Wall and others
+License: Artistic and GPL-1+
 
 Files: inc/Test/More.pm
-Copyright: Copyright 2001-2008 by Michael G Schwern <schwern at pobox.com>
+Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>
 License: Artistic or GPL-1+
 
 Files: inc/Test/Builder.pm
 Copyright: 2002-2008, chromatic <chromatic at wgz.org>
  2002-2008, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Builder/IO/Scalar.pm
+Copyright: 1996, Eryq <eryq at zeegee.com>
+ 1999-2001, ZeeGee Software Inc. <http://www.zeegee.com/>
 License: Artistic or GPL-1+
 
 Files: inc/parent.pm
@@ -140,8 +145,8 @@
  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'.
+ On Debian 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
@@ -149,5 +154,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

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=66298&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch (original)
+++ trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch Sat Dec 25 05:36:18 2010
@@ -1,5 +1,7 @@
 Description: fix manpage extension for compatibility with Debian Perl Policy
-
+Author: Damyan Ivanov <dmn at debian.org>
+Origin: vendor
+Forwarded: no
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -72,7 +72,7 @@

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=66298&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 Sat Dec 25 05:36:18 2010
@@ -1,6 +1,8 @@
-Author: Ryan Niebur
 Description: par.pl was renamed to par-archive in order to be
  compliant with Debian Policy
+Author: Ryan Niebur <ryan at debian.org>
+Origin: vendor
+Forwarded: no
 
 --- a/lib/PAR/Packer.pm
 +++ b/lib/PAR/Packer.pm

Modified: trunk/libpar-packer-perl/script/tkpp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/script/tkpp?rev=66298&op=diff
==============================================================================
--- trunk/libpar-packer-perl/script/tkpp (original)
+++ trunk/libpar-packer-perl/script/tkpp Sat Dec 25 05:36:18 2010
@@ -37,12 +37,12 @@
 =head2 Add modules/files (--add)
 
 Add the specified items into the package, along with their dependencies.
-Multiple items should be seperated by a comma (C<,>) or semicolon (C<;>).
+Multiple items should be separated by a comma (C<,>) or semicolon (C<;>).
 
 =head2 Exclude modules (--exclude)
 
 Exclude the given module from the dependency search path and from
-the package.  Multiple modules should be seperated by a comma (C<,>) or
+the package.  Multiple modules should be separated by a comma (C<,>) or
 semicolon (C<;>).
 
 =head2 Scan dependencies (--compile, --execute, --noscan)
@@ -295,13 +295,13 @@
     $addmoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Adds the specified module(s) into the package, along with its dependencies, seperate each module with a comma or semicolon"
+"Adds the specified module(s) into the package, along with its dependencies, separate each module with a comma or semicolon"
 );
 $frame2balloon->attach(
     $excludemoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Excludes the given module(s) from the dependency search path and from the package, seperate each module with a comma or semicolon"
+"Excludes the given module(s) from the dependency search path and from the package, separate each module with a comma or semicolon"
 );
 
 # make the middle frame with the checkboxes




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