CMakeLists.txt.orig
-src/fft.cpp.orig
\ No newline at end of file
+src/fft.cpp.orig
-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@otenet.gr> Sat, 18 Jul 2015 17:37:08 +0300
+ -- Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr> Sat, 29 Aug 2015 03:52:28 +0300
mathgl (2.3.2-1) experimental; urgency=medium
-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 @@
CMakeLists.patch
+udav.patch
--- /dev/null
+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
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