r14163 - in /trunk/libpar-dist-perl: Changes MANIFEST META.yml SIGNATURE debian/changelog lib/PAR/Dist.pm

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Feb 5 10:26:01 UTC 2008


Author: eloy
Date: Tue Feb  5 10:26:00 2008
New Revision: 14163

URL: http://svn.debian.org/wsvn/?sc=1&rev=14163
Log:
prepare uploading, new version

Removed:
    trunk/libpar-dist-perl/SIGNATURE
Modified:
    trunk/libpar-dist-perl/Changes
    trunk/libpar-dist-perl/MANIFEST
    trunk/libpar-dist-perl/META.yml
    trunk/libpar-dist-perl/debian/changelog
    trunk/libpar-dist-perl/lib/PAR/Dist.pm

Modified: trunk/libpar-dist-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/Changes?rev=14163&op=diff
==============================================================================
--- trunk/libpar-dist-perl/Changes (original)
+++ trunk/libpar-dist-perl/Changes Tue Feb  5 10:26:00 2008
@@ -1,3 +1,8 @@
+By: smueller on 2008/02/04
+    * No more signature. I keep breaking things with it.
+    * This is 0.27.
+____________________________________________________________________________
+
 By: smueller on 2008/02/03
     * If the return code from LWP::Simple is 304/not modified,
       then that's a success. So we shouldn't throw an error.

Modified: trunk/libpar-dist-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/MANIFEST?rev=14163&op=diff
==============================================================================
--- trunk/libpar-dist-perl/MANIFEST (original)
+++ trunk/libpar-dist-perl/MANIFEST Tue Feb  5 10:26:00 2008
@@ -4,7 +4,6 @@
 MANIFEST			This list of files
 META.yml
 README
-SIGNATURE
 t/00pod.t
 t/00podcover.t
 t/01basic.t

Modified: trunk/libpar-dist-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/META.yml?rev=14163&op=diff
==============================================================================
--- trunk/libpar-dist-perl/META.yml (original)
+++ trunk/libpar-dist-perl/META.yml Tue Feb  5 10:26:00 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                PAR-Dist
-version:             0.26
+version:             0.27
 abstract:            Create and manipulate PAR distributions
 license:             ~
 author:              

Modified: trunk/libpar-dist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/changelog?rev=14163&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/changelog (original)
+++ trunk/libpar-dist-perl/debian/changelog Tue Feb  5 10:26:00 2008
@@ -1,3 +1,9 @@
+libpar-dist-perl (0.27-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 05 Feb 2008 11:20:10 +0100
+
 libpar-dist-perl (0.26-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libpar-dist-perl/lib/PAR/Dist.pm
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/lib/PAR/Dist.pm?rev=14163&op=diff
==============================================================================
--- trunk/libpar-dist-perl/lib/PAR/Dist.pm (original)
+++ trunk/libpar-dist-perl/lib/PAR/Dist.pm Tue Feb  5 10:26:00 2008
@@ -2,7 +2,7 @@
 require Exporter;
 use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK/;
 
-$VERSION    = '0.26';
+$VERSION    = '0.27';
 @ISA	    = 'Exporter';
 @EXPORT	    = qw/
   blib_to_par




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