r58342 - in /trunk/libgraph-easy-perl: CHANGES MANIFEST META.yml debian/changelog lib/Graph/Easy.pm lib/Graph/Easy.pm.orig lib/Graph/Easy/Node.pm.orig

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun May 23 16:07:47 UTC 2010


Author: carnil-guest
Date: Sun May 23 16:07:31 2010
New Revision: 58342

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58342
Log:
integrate 0.66

Removed:
    trunk/libgraph-easy-perl/lib/Graph/Easy.pm.orig
    trunk/libgraph-easy-perl/lib/Graph/Easy/Node.pm.orig
Modified:
    trunk/libgraph-easy-perl/CHANGES
    trunk/libgraph-easy-perl/MANIFEST
    trunk/libgraph-easy-perl/META.yml
    trunk/libgraph-easy-perl/debian/changelog
    trunk/libgraph-easy-perl/lib/Graph/Easy.pm

Modified: trunk/libgraph-easy-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/CHANGES?rev=58342&op=diff
==============================================================================
--- trunk/libgraph-easy-perl/CHANGES (original)
+++ trunk/libgraph-easy-perl/CHANGES Sun May 23 16:07:31 2010
@@ -1,4 +1,8 @@
 Revision history for Graph::Easy (formerly known as Graph::Simple):
+
+2010-05-23 v0.66 Shlomi Fish 2933 tests
+  * Removed the leftover .orig files by request of a Debian maintainer (by
+  private E-mail).
 
 2010-05-23 v0.65 Shlomi Fish 2933 tests
   * Partial fix to bug #27663

Modified: trunk/libgraph-easy-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/MANIFEST?rev=58342&op=diff
==============================================================================
--- trunk/libgraph-easy-perl/MANIFEST (original)
+++ trunk/libgraph-easy-perl/MANIFEST Sun May 23 16:07:31 2010
@@ -1,3 +1,4 @@
+.MANIFEST.swp
 bench/bench.pl
 bench/serie.pl
 bench/stress.pl
@@ -34,7 +35,6 @@
 inc/Module/Install/WriteAll.pm
 INSTALL
 lib/Graph/Easy.pm
-lib/Graph/Easy.pm.orig
 lib/Graph/Easy/As_ascii.pm
 lib/Graph/Easy/As_graphml.pm
 lib/Graph/Easy/As_graphviz.pm
@@ -55,7 +55,6 @@
 lib/Graph/Easy/Layout/Repair.pm
 lib/Graph/Easy/Layout/Scout.pm
 lib/Graph/Easy/Node.pm
-lib/Graph/Easy/Node.pm.orig
 lib/Graph/Easy/Node/Anon.pm
 lib/Graph/Easy/Node/Cell.pm
 lib/Graph/Easy/Node/Empty.pm

Modified: trunk/libgraph-easy-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/META.yml?rev=58342&op=diff
==============================================================================
--- trunk/libgraph-easy-perl/META.yml (original)
+++ trunk/libgraph-easy-perl/META.yml Sun May 23 16:07:31 2010
@@ -29,4 +29,4 @@
   perl: 5.008002
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.65
+version: 0.66

Modified: trunk/libgraph-easy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/changelog?rev=58342&op=diff
==============================================================================
--- trunk/libgraph-easy-perl/debian/changelog (original)
+++ trunk/libgraph-easy-perl/debian/changelog Sun May 23 16:07:31 2010
@@ -1,4 +1,4 @@
-libgraph-easy-perl (0.65-1) UNRELEASED; urgency=low
+libgraph-easy-perl (0.66-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #579738).
 

Modified: trunk/libgraph-easy-perl/lib/Graph/Easy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/lib/Graph/Easy.pm?rev=58342&op=diff
==============================================================================
--- trunk/libgraph-easy-perl/lib/Graph/Easy.pm (original)
+++ trunk/libgraph-easy-perl/lib/Graph/Easy.pm Sun May 23 16:07:31 2010
@@ -17,7 +17,7 @@
 use Graph::Easy::Node::Empty;
 use Scalar::Util qw/weaken/;
 
-$VERSION = '0.65';
+$VERSION = '0.66';
 @ISA = qw/Graph::Easy::Base/;
 
 use strict;




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