[qmapshack] 01/02: Add patch to drop Routino_Version requirement, not available in Routino 3.0 yet.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Nov 7 14:15:43 UTC 2015


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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 6fea78dc15159ff378b9ff8decdbfa2fe7d2c5ea
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Nov 7 14:30:15 2015 +0100

    Add patch to drop Routino_Version requirement, not available in Routino 3.0 yet.
---
 debian/changelog                     |  4 ++--
 debian/patches/routino-version.patch | 21 +++++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8a3300..6de0177 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
 qmapshack (1.4.0-1) UNRELEASED; urgency=medium
 
-  TODO: libroutino providing Routino_Version not released yet.
-
   * New upstream release.
   * Update copyright file, changes:
     - Group copyright holders by license
     - Add Christian Eichler to copyright holders
   * Drop hicolor-icons.patch, applied upstream.
+  * Add patch to drop Routino_Version requirement,
+    not available in Routino 3.0 yet.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 24 Oct 2015 15:45:54 +0200
 
diff --git a/debian/patches/routino-version.patch b/debian/patches/routino-version.patch
new file mode 100644
index 0000000..8c26352
--- /dev/null
+++ b/debian/patches/routino-version.patch
@@ -0,0 +1,21 @@
+Description: Don't display Routino version.
+ Routino_Version not yet available in Routino 3.0.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/src/CAbout.cpp
++++ b/src/CAbout.cpp
+@@ -35,11 +35,11 @@ CAbout::CAbout(QWidget *parent)
+     labelProj4Version->setText(QString::number(PJ_VERSION));
+     if(Routino_CheckAPIVersion() != ROUTINO_ERROR_NONE)
+     {
+-        labelRoutinoVersion->setText(tr("%1 (API V%2, expected V%3)").arg(Routino_Version).arg(ROUTINO_API_VERSION).arg(Routino_APIVersion));
++        labelRoutinoVersion->setText(tr("(API V%1, expected V%2)").arg(ROUTINO_API_VERSION).arg(Routino_APIVersion));
+     }
+     else
+     {
+-        labelRoutinoVersion->setText(tr("%1 (API V%2)").arg(Routino_Version).arg(Routino_APIVersion));
++        labelRoutinoVersion->setText(tr("(API V%1)").arg(Routino_APIVersion));
+     }
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b3e1c5f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+routino-version.patch

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



More information about the Pkg-grass-devel mailing list