From: Dimitrios Eftaxiopoulos Date: Sat, 29 Aug 2015 04:17:51 +0000 (+0300) Subject: Refresh patches and update d/changelog X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~94 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2487a25e8a8584b3dff48ae4ee700232cb2f9d52;p=mathgl.git Refresh patches and update d/changelog --- 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 Sat, 18 Jul 2015 17:37:08 +0300 + -- Dimitrios Eftaxiopoulos 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