Control: tags 1084295 + patch Control: tags 1084295 + pending Dear maintainer,
I've prepared an NMU for massxpert2 (versioned as 8.5.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. -- Regards Sudip diff -Nru massxpert2-8.5.0/debian/changelog massxpert2-8.5.0/debian/changelog --- massxpert2-8.5.0/debian/changelog 2024-07-22 11:48:40.000000000 +0100 +++ massxpert2-8.5.0/debian/changelog 2024-12-13 22:30:59.000000000 +0000 @@ -1,3 +1,11 @@ +massxpert2 (8.5.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with imagemagick-7-common. + * d/p/fix-build.patch: fix FTBFS with imagemagick-7. (Closes: #1084295) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Fri, 13 Dec 2024 22:30:59 +0000 + massxpert2 (8.5.0-1) unstable; urgency=low * Big new upstream version that now relies on shared libraries diff -Nru massxpert2-8.5.0/debian/control massxpert2-8.5.0/debian/control --- massxpert2-8.5.0/debian/control 2024-07-22 11:48:40.000000000 +0100 +++ massxpert2-8.5.0/debian/control 2024-12-13 22:28:59.000000000 +0000 @@ -22,7 +22,7 @@ texlive-fonts-extra (>= 2020.20210202), fonts-ebgaramond-extra, fonts-urw-base35, - imagemagick-6-common, + imagemagick-7-common, docbook-to-man Standards-Version: 4.6.2 Homepage: http://www.msxpertsuite.org/ diff -Nru massxpert2-8.5.0/debian/patches/fix-build.patch massxpert2-8.5.0/debian/patches/fix-build.patch --- massxpert2-8.5.0/debian/patches/fix-build.patch 1970-01-01 01:00:00.000000000 +0100 +++ massxpert2-8.5.0/debian/patches/fix-build.patch 2024-12-13 22:29:40.000000000 +0000 @@ -0,0 +1,19 @@ +Description: Fix build with imagemagick-7 + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> +Bug: https://gitlab.com/msxpertsuite/massxpert2/-/issues/1 +Bug-Debian: https://bugs.debian.org/1084295 +Forwarded: https://gitlab.com/msxpertsuite/massxpert2/-/merge_requests/1 +Last-Update: 2024-12-13 +--- + +--- massxpert2-8.5.0.orig/src/gui/AbstractMainTaskWindow.hpp ++++ massxpert2-8.5.0/src/gui/AbstractMainTaskWindow.hpp +@@ -55,6 +55,7 @@ namespace massxpert + + class AbstractMainTaskWindow : public QMainWindow + { ++ Q_OBJECT + protected: + ProgramWindow *mp_parentWnd; + diff -Nru massxpert2-8.5.0/debian/patches/series massxpert2-8.5.0/debian/patches/series --- massxpert2-8.5.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ massxpert2-8.5.0/debian/patches/series 2024-12-13 22:29:22.000000000 +0000 @@ -0,0 +1 @@ +fix-build.patch