[libconfig-model-perl] 06/06: fix patch that was reversed

dod at debian.org dod at debian.org
Mon Jun 16 19:26:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 04c89c94723eef35a84179d466304c319a8c7254
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jun 15 21:05:24 2014 +0200

    fix patch that was reversed
---
 debian/patches/fix-cryptic-message | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/fix-cryptic-message b/debian/patches/fix-cryptic-message
index 27d14f5..389440b 100644
--- a/debian/patches/fix-cryptic-message
+++ b/debian/patches/fix-cryptic-message
@@ -3,14 +3,14 @@ Author: dod
 Applied-Upstream: yes
 --- a/script/cme
 +++ b/script/cme
-@@ -268,9 +268,7 @@ elsif ( $command eq 'fix' ) {
+@@ -250,7 +250,9 @@ elsif ( $command eq 'fix' ) {
      @fix_from = ('') unless @fix_from;
      foreach my $path (@fix_from) {
          my $node_to_fix = $inst->config_root->grab($path);
--        my $msg = "Fixing $application configuration";
--        $msg .= "from node", $node_to_fix->name if $path;
--        say $msg. "...";
-+        say "Fixing from ", $node_to_fix->name, "...";
+-        say "Fixing from ", $node_to_fix->name, "...";
++        my $msg = "Fixing $application configuration";
++        $msg .= "from node", $node_to_fix->name if $path;
++        say $msg. "...";
          $node_to_fix->apply_fixes($fix_filter);
      }
      $request_save = 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git



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