[libconfig-model-perl] 03/05: Drop patch fix-cryptic-message, merged upstream.

gregor herrmann gregoa at debian.org
Thu Jun 19 20:53:52 UTC 2014


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

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

commit 7f3b3f38c7ee75973a94a87390db0ed0827b83b0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 19 22:49:45 2014 +0200

    Drop patch fix-cryptic-message, merged upstream.
---
 debian/patches/fix-cryptic-message | 16 ----------------
 debian/patches/series              |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/patches/fix-cryptic-message b/debian/patches/fix-cryptic-message
deleted file mode 100644
index 389440b..0000000
--- a/debian/patches/fix-cryptic-message
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: fix cryptic user message
-Author: dod
-Applied-Upstream: yes
---- a/script/cme
-+++ b/script/cme
-@@ -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);
--        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;
diff --git a/debian/patches/series b/debian/patches/series
index a9be5fd..1c5676b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
-fix-cryptic-message
+#fix-cryptic-message
 remove-call-to-env
 add_dh_config

-- 
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