This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository kephra.
commit 8d80ab419e12e6cd00383126904e824e56f014e1 Author: gregor herrmann <[email protected]> Date: Sun Nov 2 15:50:35 2014 +0100 Add patch to fix encoding in share/config/global/data/search.yml. Otherwise kephra fails to start with an error "does not map to Unicode". --- debian/patches/encoding.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch new file mode 100644 index 0000000..56b15d8 --- /dev/null +++ b/debian/patches/encoding.patch @@ -0,0 +1,13 @@ +--- a/share/config/global/data/search.yml ++++ b/share/config/global/data/search.yml +@@ -9,8 +9,8 @@ + - static + - Panel + - 'man ' +- - Verst�ndnis +- - gespr�ch ++ - Verständnis ++ - gespräch + - auch + - welche + - nur diff --git a/debian/patches/series b/debian/patches/series index db50b06..ef7e660 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 02-change-icon.diff pod-fixes.patch 0001-Fix-for-bug-767041.patch +encoding.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
