[qgis] 07/14: Add patch from upstream release_2.2 branch: 0001-fix-license-display.patch

Bas Couwenberg sebastic at xs4all.nl
Sat Mar 1 17:25:08 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository qgis.

commit 5daee5ffb0c8592344b9a4f580d1e1450c4e3ea0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 1 14:41:13 2014 +0100

    Add patch from upstream release_2.2 branch: 0001-fix-license-display.patch
---
 debian/patches/0001-fix-license-display.patch | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/patches/0001-fix-license-display.patch b/debian/patches/0001-fix-license-display.patch
new file mode 100644
index 0000000..ca6f21a
--- /dev/null
+++ b/debian/patches/0001-fix-license-display.patch
@@ -0,0 +1,21 @@
+From b8d310d8ec4c202cf36cac51b121de5395b19002 Mon Sep 17 00:00:00 2001
+From: "Juergen E. Fischer" <jef at norbit.de>
+Date: Wed, 26 Feb 2014 00:17:54 +0100
+Subject: fix license display
+Origin: https://github.com/qgis/QGIS/commit/b8d310d8ec4c202cf36cac51b121de5395b19002
+
+---
+ src/core/qgsapplication.cpp |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/core/qgsapplication.cpp
++++ b/src/core/qgsapplication.cpp
+@@ -441,7 +441,7 @@ const QString QgsApplication::translator
+ */
+ const QString QgsApplication::licenceFilePath()
+ {
+-  return ABISYM( mPkgDataPath ) + QString( "/doc/LICENCE" );
++  return ABISYM( mPkgDataPath ) + QString( "/doc/LICENSE" );
+ }
+ 
+ /*!

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list