r67320 - in /branches/upstream/libconfig-model-itself-perl/current: ./ lib/Config/Model/ lib/Config/Model/Itself/

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Wed Jan 12 14:19:56 UTC 2011


Author: ddumont-guest
Date: Wed Jan 12 14:19:45 2011
New Revision: 67320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67320
Log:
[svn-upgrade] new version libconfig-model-itself-perl (1.221)

Removed:
    branches/upstream/libconfig-model-itself-perl/current/libconfig-model-itself-perl_1.220-1.dsc
    branches/upstream/libconfig-model-itself-perl/current/libconfig-model-itself-perl_1.220-1.tar.gz
    branches/upstream/libconfig-model-itself-perl/current/libconfig-model-itself-perl_1.220-1_all.deb
    branches/upstream/libconfig-model-itself-perl/current/libconfig-model-itself-perl_1.220-1_amd64.changes
Modified:
    branches/upstream/libconfig-model-itself-perl/current/ChangeLog
    branches/upstream/libconfig-model-itself-perl/current/MANIFEST
    branches/upstream/libconfig-model-itself-perl/current/META.yml
    branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm
    branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/BackendDetector.pm
    branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/TkEditUI.pm

Modified: branches/upstream/libconfig-model-itself-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/ChangeLog?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/ChangeLog (original)
+++ branches/upstream/libconfig-model-itself-perl/current/ChangeLog Wed Jan 12 14:19:45 2011
@@ -1,3 +1,7 @@
+2011-01-09 Dominique Dumont  <domi.dumont at free.fr> 1.221
+
+	* Remove unwanted test package file (oops)
+
 2011-01-09 Dominique Dumont  <domi.dumont at free.fr> 1.220
 
 	* config-model-edit: use same log4perl config files as config-edit

Modified: branches/upstream/libconfig-model-itself-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/MANIFEST?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/MANIFEST (original)
+++ branches/upstream/libconfig-model-itself-perl/current/MANIFEST Wed Jan 12 14:19:45 2011
@@ -32,10 +32,6 @@
 lib/Config/Model/models/Itself/WarpValue.pl
 lib/Config/Model/models/Itself/WarpableCargoElement.pl
 lib/Config/Model/models/Itself/WarpableElement.pl
-libconfig-model-itself-perl_1.220-1.dsc
-libconfig-model-itself-perl_1.220-1.tar.gz
-libconfig-model-itself-perl_1.220-1_all.deb
-libconfig-model-itself-perl_1.220-1_amd64.changes
 t/backend_detect.t
 t/dot_graph.t
 t/itself-editor.t

Modified: branches/upstream/libconfig-model-itself-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/META.yml?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/META.yml (original)
+++ branches/upstream/libconfig-model-itself-perl/current/META.yml Wed Jan 12 14:19:45 2011
@@ -20,4 +20,4 @@
   Pod::POM: 0
   Tk: 0
   YAML::Any: 0
-version: 1.220
+version: 1.221

Modified: branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm (original)
+++ branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm Wed Jan 12 14:19:45 2011
@@ -27,7 +27,7 @@
 
 package Config::Model::Itself ;
 BEGIN {
-  $Config::Model::Itself::VERSION = '1.220';
+  $Config::Model::Itself::VERSION = '1.221';
 }
 
 use strict;

Modified: branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/BackendDetector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/BackendDetector.pm?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/BackendDetector.pm (original)
+++ branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/BackendDetector.pm Wed Jan 12 14:19:45 2011
@@ -27,7 +27,7 @@
 
 package Config::Model::Itself::BackendDetector ;
 BEGIN {
-  $Config::Model::Itself::BackendDetector::VERSION = '1.220';
+  $Config::Model::Itself::BackendDetector::VERSION = '1.221';
 }
 
 use Pod::POM ;

Modified: branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/TkEditUI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/TkEditUI.pm?rev=67320&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/TkEditUI.pm (original)
+++ branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself/TkEditUI.pm Wed Jan 12 14:19:45 2011
@@ -27,7 +27,7 @@
 
 package Config::Model::Itself::TkEditUI ;
 BEGIN {
-  $Config::Model::Itself::TkEditUI::VERSION = '1.220';
+  $Config::Model::Itself::TkEditUI::VERSION = '1.221';
 }
 
 use strict;




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