Control: tags 887534 + patch Control: tags 887534 + pending Control: tags 889273 + patch Control: tags 889273 + pending
Dear maintainer, I've prepared an NMU for plume-creator (versioned as 0.66+dfsg1-3.2) and uploaded it to mentors for sponsoring. Please feel free to tell me if I should remove it. -- Regards Sudip diff -Nru plume-creator-0.66+dfsg1/debian/changelog plume-creator-0.66+dfsg1/debian/changelog --- plume-creator-0.66+dfsg1/debian/changelog 2016-01-13 20:53:03.000000000 +0000 +++ plume-creator-0.66+dfsg1/debian/changelog 2020-05-15 11:05:14.000000000 +0100 @@ -1,3 +1,11 @@ +plume-creator (0.66+dfsg1-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS. (Closes: #887534) + * Add debug symbols. (Closes: #889273) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Fri, 15 May 2020 11:05:14 +0100 + plume-creator (0.66+dfsg1-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru plume-creator-0.66+dfsg1/debian/patches/fix_ftbfs.patch plume-creator-0.66+dfsg1/debian/patches/fix_ftbfs.patch --- plume-creator-0.66+dfsg1/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ plume-creator-0.66+dfsg1/debian/patches/fix_ftbfs.patch 2020-04-24 21:01:58.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Fix FTBFS + Include the file as done by upstream. + + Origin: https://github.com/jacquetc/plume-creator-legacy/blob/develop/src/newProjectWizard/selectpage.cpp#L3 + +--- + +--- plume-creator-0.66+dfsg1.orig/src/newProjectWizard/selectpage.cpp ++++ plume-creator-0.66+dfsg1/src/newProjectWizard/selectpage.cpp +@@ -1,5 +1,6 @@ + #include "selectpage.h" + #include "ui_selectpage.h" ++#include <QRegExpValidator> + + SelectPage::SelectPage(QWidget *parent) : + QWizardPage(parent), diff -Nru plume-creator-0.66+dfsg1/debian/patches/series plume-creator-0.66+dfsg1/debian/patches/series --- plume-creator-0.66+dfsg1/debian/patches/series 2016-01-13 20:53:03.000000000 +0000 +++ plume-creator-0.66+dfsg1/debian/patches/series 2020-05-15 10:11:10.000000000 +0100 @@ -3,5 +3,5 @@ remove-SlimUpdater.patch translations-es.patch built-in-Qt5.patch - desktop.patch +fix_ftbfs.patch diff -Nru plume-creator-0.66+dfsg1/debian/rules plume-creator-0.66+dfsg1/debian/rules --- plume-creator-0.66+dfsg1/debian/rules 2016-01-13 20:53:03.000000000 +0000 +++ plume-creator-0.66+dfsg1/debian/rules 2020-05-15 11:04:55.000000000 +0100 @@ -16,7 +16,7 @@ CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \ LFLAGS="$(LDFLAGS) $(LDFLAGS2)" \ - qmake -makefile plume-creator.pro + qmake -makefile "CONFIG+=debug" plume-creator.pro touch $@ build-stamp: config