This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qmapshack.
commit ff78a064d2c3ee498577ecbca0b5e1460fa07ca2 Author: Bas Couwenberg <[email protected]> Date: Mon Mar 27 07:42:05 2017 +0200 Add patch to fix Russian desktop file translation. --- debian/changelog | 1 + debian/patches/desktop-ru.patch | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc3b2ec..43d4471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ qmapshack (1.8.0-1) UNRELEASED; urgency=medium * Drop patches, applied upstream. * Add libquazip5-dev to build dependencies. * Add patch to fix quazip.h search paths. + * Add patch to fix Russian desktop file translation. -- Bas Couwenberg <[email protected]> Sun, 26 Mar 2017 13:47:56 +0200 diff --git a/debian/patches/desktop-ru.patch b/debian/patches/desktop-ru.patch new file mode 100644 index 0000000..ac77728 --- /dev/null +++ b/debian/patches/desktop-ru.patch @@ -0,0 +1,12 @@ +Description: Fix Russian desktop file translation. +Author: Bas Couwenberg <[email protected]> + +--- a/src/locale/qmapshack_ru.desktop ++++ b/src/locale/qmapshack_ru.desktop +@@ -1,3 +1,3 @@ + #Translations +-Name[de]=QMapShack +-GenericName[de]= Администрация GPS данных и карт +\ No newline at end of file ++Name[ru]=QMapShack ++GenericName[ru]= Администрация GPS данных и карт diff --git a/debian/patches/series b/debian/patches/series index eb175f0..bfcca1f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ quazip.patch +desktop-ru.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

