[freemat] 02/04: Fix version displayed in Help->About

Graham Inggs ginggs at moszumanska.debian.org
Wed Jun 7 20:45:12 UTC 2017


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

ginggs pushed a commit to branch master
in repository freemat.

commit 7c38fbef9a75ba7e957581ca9a557759a45209df
Author: Graham Inggs <ginggs at debian.org>
Date:   Wed Jun 7 22:39:00 2017 +0200

    Fix version displayed in Help->About
---
 debian/patches/fix-help-about-version.patch | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-help-about-version.patch b/debian/patches/fix-help-about-version.patch
new file mode 100644
index 0000000..3d6e519
--- /dev/null
+++ b/debian/patches/fix-help-about-version.patch
@@ -0,0 +1,16 @@
+Description: Fix version displayed in Help->About
+Bug: https://sourceforge.net/p/freemat/bugs/563/
+Forwarded: yes
+Author: Graham Inggs <ginggs at debian.org>
+Last-Update: 2017-06-07
+--- a/src/application.cpp
++++ b/src/application.cpp
+@@ -429,7 +429,7 @@
+ void ApplicationWindow::about() {
+   QString text;
+   text += "FreeMat Version ";
+-  text += QUOTEME(FREEMAT_VERSION);
++  text += FREEMAT_VERSION;
+   text += "\n\n";
+   text += "Licensed under the GNU Public License Ver 2\n";
+   text += "Web: http://freemat.sf.net\n";
diff --git a/debian/patches/series b/debian/patches/series
index 9d9e111..cce2ce5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ skip-failing-tests1.patch
 skip-failing-tests2.patch
 skip-failing-tests3.patch
 restore-missing-files.patch
+fix-help-about-version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freemat.git



More information about the debian-science-commits mailing list