[mathgl] 02/03: Refresh patches and update d/changelog
Dimitrios Eftaxiopoulos
eftaxiop-guest at moszumanska.debian.org
Sat Aug 29 05:28:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a commit to branch master
in repository mathgl.
commit 2487a25e8a8584b3dff48ae4ee700232cb2f9d52
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sat Aug 29 07:17:51 2015 +0300
Refresh patches and update d/changelog
---
.gitignore | 2 +-
debian/changelog | 10 +++++++---
debian/patches/CMakeLists.patch | 2 +-
debian/patches/series | 1 +
debian/patches/udav.patch | 16 ++++++++++++++++
udav/udav.desktop | 3 ++-
6 files changed, 28 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0bc7fee..abeeb83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
CMakeLists.txt.orig
-src/fft.cpp.orig
\ No newline at end of file
+src/fft.cpp.orig
diff --git a/debian/changelog b/debian/changelog
index 0f07307..0ec93f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-mathgl (2.3.3-1) UNRELEASED; urgency=medium
+mathgl (2.3.3-1) unstable; urgency=medium
- * Imported Upstream version 2.3.3
+ * Imported Upstream version 2.3.3 (Closes: #788776)
+ * Transition from Qt4 to Qt5 (Closes: #784495)
+ * Add libqt5opengl5-dev and libxcursor-dev to BD to achieve build in a sid chroot
+ * Set compat=9
+ * Fix several dep5 related issues in d/copyright
- -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr> Sat, 18 Jul 2015 17:37:08 +0300
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr> Sat, 29 Aug 2015 03:52:28 +0300
mathgl (2.3.2-1) experimental; urgency=medium
diff --git a/debian/patches/CMakeLists.patch b/debian/patches/CMakeLists.patch
index cca3355..f577a34 100644
--- a/debian/patches/CMakeLists.patch
+++ b/debian/patches/CMakeLists.patch
@@ -1,4 +1,4 @@
-Selection of enabled features and implementation of hardening flags during build
+Selection of enabled features during build
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,16 +63,16 @@
diff --git a/debian/patches/series b/debian/patches/series
index 879efc6..ba9f331 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
CMakeLists.patch
+udav.patch
diff --git a/debian/patches/udav.patch b/debian/patches/udav.patch
new file mode 100644
index 0000000..80b15c0
--- /dev/null
+++ b/debian/patches/udav.patch
@@ -0,0 +1,16 @@
+Add file argument to udav Exec and Keywords entry
+--- a/udav/udav.desktop
++++ b/udav/udav.desktop
+@@ -4,9 +4,10 @@
+ Terminal=false
+ Icon=udav
+ Name=UDAV
+-Exec=udav
++Exec=udav %f
+ MimeType=text/mgl;
+ Comment=Data handling and plotting tool
+ Comment[en_US]=Data handling and plotting tool
+ Comment[ru_RU]=Обработка и отображение данных
+ Categories=Education;Science;Math;
++Keywords=Visualisation;Data;Array;
+\ No newline at end of file
diff --git a/udav/udav.desktop b/udav/udav.desktop
index 3565b80..bec1009 100755
--- a/udav/udav.desktop
+++ b/udav/udav.desktop
@@ -4,9 +4,10 @@ Type=Application
Terminal=false
Icon=udav
Name=UDAV
-Exec=udav
+Exec=udav %f
MimeType=text/mgl;
Comment=Data handling and plotting tool
Comment[en_US]=Data handling and plotting tool
Comment[ru_RU]=Обработка и отображение данных
Categories=Education;Science;Math;
+Keywords=Visualisation;Data;Array;
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathgl.git
More information about the debian-science-commits
mailing list