This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository kephra.
commit 7ff5da66fbdd02d57f216c9cec13f9640edc97e2 Author: gregor herrmann <[email protected]> Date: Sun Nov 2 15:49:59 2014 +0100 Add patch to fix #767041. --- debian/patches/0001-Fix-for-bug-767041.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/0001-Fix-for-bug-767041.patch b/debian/patches/0001-Fix-for-bug-767041.patch new file mode 100644 index 0000000..6b28765 --- /dev/null +++ b/debian/patches/0001-Fix-for-bug-767041.patch @@ -0,0 +1,21 @@ +From 531aca81338933911e23f58bc1bc6099526f0439 Mon Sep 17 00:00:00 2001 +From: Partha Pratim Mukherjee <[email protected]> +Date: Sun, 2 Nov 2014 19:26:39 +0530 +Subject: [PATCH] Fix for bug#767041 + +--- + lib/Kephra/Config/Interface.pm | 2 +- + share/config/global/data/search.yml | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +--- a/lib/Kephra/Config/Interface.pm ++++ b/lib/Kephra/Config/Interface.pm +@@ -16,7 +16,7 @@ + my $use_cache = _config()->{cache}{use}; # config allow to use the cache + my $load_cache = 0; # cache is successful loaded + my (%file,%old_index,%new_index); +- if ($use_cache and 0) { # supend using cache ++ if ($use_cache) { # supend using cache + my $read = \&Kephra::Config::File::load; + my $path = \&Kephra::Config::filepath; + my $get_age = \&Kephra::File::IO::get_age; diff --git a/debian/patches/series b/debian/patches/series index 299b0ec..db50b06 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 02-change-icon.diff pod-fixes.patch +0001-Fix-for-bug-767041.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/kephra.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
