Your message dated Mon, 31 Aug 2020 15:48:38 +0000
with message-id <e1kcm2w-000bvq...@fasolo.debian.org>
and subject line Bug#967101: fixed in oscar 1.1.1-2
has caused the Debian Bug report #967101,
regarding oscar: FTBFS: qvector.h:799:23: error: implicitly-declared 
‘DottedLine& DottedLine::operator=(const DottedLine&)’ is deprecated 
[-Werror=deprecated-copy]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
967101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oscar
Version: 1.1.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200803 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> g++ -c -pipe -Werror -Wno-error=deprecated-declarations -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -frtti 
> -Wall -Wextra -D_REENTRANT -fPIC -Dhelpless -DQT_DEPRECATED_WARNINGS 
> -DNO_UPDATER -DLOCK_RESMED_SESSIONS -D_TTY_POSIX_ -DQT_NO_DEBUG 
> -DQT_PRINTSUPPORT_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I../../oscar 
> -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
> -I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSerialPort 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o mainwindow.o 
> ../../oscar/mainwindow.cpp
> In file included from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/exportcsv.cpp:15:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: warning: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Wdeprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:27:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: warning: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Wdeprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/exportcsv.cpp: In member function ‘void 
> ExportCSV::on_exportButton_clicked()’:
> ../../oscar/exportcsv.cpp:252:74: warning: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Wdeprecated-declarations]
>   252 |                 data += sep + QString().sprintf("%02i:%02i:%02i", h, 
> m, s);
>       |                                                                       
>    ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/exportcsv.cpp:297:78: warning: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Wdeprecated-declarations]
>   297 |                     data += sep + QString().sprintf("%02i:%02i:%02i", 
> h, m, s);
>       |                                                                       
>        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qfiledevice.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfile.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of ‘void 
> QVector<T>::append(const T&) [with T = DottedLine]’:
> ../../oscar/Graphs/gLineChart.h:126:60:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:799:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   799 |             *d->end() = std::move(copy);
>       |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/exportcsv.cpp:19:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qfiledevice.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfile.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:805:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   805 |             *d->end() = t;
>       |             ~~~~~~~~~~^~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/exportcsv.cpp:19:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from ../../oscar/main.cpp:26:
> ../../oscar/logger.h: In constructor ‘LogThread::LogThread()’:
> ../../oscar/logger.h:19:73: warning: ‘void QTime::start()’ is deprecated: Use 
> QElapsedTimer instead [-Wdeprecated-declarations]
>    19 |     explicit LogThread() : QRunnable() { running = false; 
> logtime.start(); connected = false; }
>       |                                                                       
>   ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QTime:1,
>                  from ../../oscar/logger.h:8,
>                  from ../../oscar/main.cpp:26:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> ../../oscar/daily.cpp: In member function ‘void Daily::on_ReloadDay()’:
> ../../oscar/daily.cpp:883:16: warning: ‘void QTime::start()’ is deprecated: 
> Use QElapsedTimer instead [-Wdeprecated-declarations]
>   883 |     time.start();
>       |                ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> ../../oscar/daily.cpp:890:30: warning: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Wdeprecated-declarations]
>   890 |     unload_time=time.restart();
>       |                              ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp:894:28: warning: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Wdeprecated-declarations]
>   894 |     load_time=time.restart();
>       |                            ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp:912:29: warning: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Wdeprecated-declarations]
>   912 |     other_time=time.restart();
>       |                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp: In member function ‘QString 
> Daily::getStatisticsInfo(Day*)’:
> ../../oscar/daily.cpp:1371:131: warning: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Wdeprecated-declarations]
>  1371 |                        QString("</b></td><td colspan=2 
> bgcolor='white'>%1</td></tr>").arg(QString().sprintf("%02i:%02i:%02i",h,m,s));
>       |                                                                       
>                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/daily.cpp: In member function ‘QString Daily::getSleepTime(Day*)’:
> ../../oscar/daily.cpp:1443:58: warning: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Wdeprecated-declarations]
>  1443 |             .arg(QString().sprintf("%02i:%02i:%02i",h,m,s));
>       |                                                          ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:27:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: warning: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Wdeprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:14:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qfiledevice.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfile.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of 
> ‘QVector<T>::iterator QVector<T>::insert(QVector<T>::iterator, T&&) [with T = 
> SelectionHistoryItem; QVector<T>::iterator = SelectionHistoryItem*]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:490:9:   required from 
> ‘void QVector<T>::prepend(T&&) [with T = SelectionHistoryItem]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:274:37:   required from 
> ‘void QVector<T>::push_front(T&&) [with T = SelectionHistoryItem]’
> ../../oscar/Graphs/gGraphView.h:403:64:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:888:22: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   888 |                 *--j = std::move(*--i);
>       |                 ~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/Graphs/gSummaryChart.h:13,
>                  from ../../oscar/daily.h:27,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/exportcsv.cpp:19:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qfiledevice.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfile.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:889:16: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   889 |             *b = std::move(t);
>       |             ~~~^~~~~~~~~~~~~~
> In file included from ../../oscar/Graphs/gSummaryChart.h:13,
>                  from ../../oscar/daily.h:27,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/exportcsv.cpp:19:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of ‘void 
> QVector<T>::append(const T&) [with T = DottedLine]’:
> ../../oscar/Graphs/gLineChart.h:126:60:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:799:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   799 |             *d->end() = std::move(copy);
>       |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/daily.cpp:27:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:805:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   805 |             *d->end() = t;
>       |             ~~~~~~~~~~^~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/daily.cpp:27:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of 
> ‘QVector<T>::iterator QVector<T>::insert(QVector<T>::iterator, T&&) [with T = 
> SelectionHistoryItem; QVector<T>::iterator = SelectionHistoryItem*]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:490:9:   required from 
> ‘void QVector<T>::prepend(T&&) [with T = SelectionHistoryItem]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:274:37:   required from 
> ‘void QVector<T>::push_front(T&&) [with T = SelectionHistoryItem]’
> ../../oscar/Graphs/gGraphView.h:403:64:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:888:22: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   888 |                 *--j = std::move(*--i);
>       |                 ~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/overview.h:19,
>                  from ../../oscar/mainwindow.h:20,
>                  from ../../oscar/daily.h:26,
>                  from ../../oscar/daily.cpp:27:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:889:16: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   889 |             *b = std::move(t);
>       |             ~~~^~~~~~~~~~~~~~
> In file included from ../../oscar/overview.h:19,
>                  from ../../oscar/mainwindow.h:20,
>                  from ../../oscar/daily.h:26,
>                  from ../../oscar/daily.cpp:27:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> In file included from ../../oscar/SleepLib/profiles.h:18,
>                  from ../../oscar/SleepLib/machine_loader.h:18,
>                  from ../../oscar/SleepLib/loader_plugins/zeo_loader.h:13,
>                  from ../../oscar/mainwindow.cpp:41:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: warning: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Wdeprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostinfo.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostInfo:1,
>                  from ../../oscar/mainwindow.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:14:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of ‘void 
> QVector<T>::append(const T&) [with T = DottedLine]’:
> ../../oscar/Graphs/gLineChart.h:126:60:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:799:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   799 |             *d->end() = std::move(copy);
>       |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:27:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:14:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:805:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   805 |             *d->end() = t;
>       |             ~~~~~~~~~~^~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:27:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from ../../oscar/mainwindow.cpp:50:
> ../../oscar/logger.h: In constructor ‘LogThread::LogThread()’:
> ../../oscar/logger.h:19:73: warning: ‘void QTime::start()’ is deprecated: Use 
> QElapsedTimer instead [-Wdeprecated-declarations]
>    19 |     explicit LogThread() : QRunnable() { running = false; 
> logtime.start(); connected = false; }
>       |                                                                       
>   ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcalendarwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCalendarWidget:1,
>                  from ../../oscar/mainwindow.cpp:28:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:14:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of 
> ‘QVector<T>::iterator QVector<T>::insert(QVector<T>::iterator, T&&) [with T = 
> SelectionHistoryItem; QVector<T>::iterator = SelectionHistoryItem*]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:490:9:   required from 
> ‘void QVector<T>::prepend(T&&) [with T = SelectionHistoryItem]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:274:37:   required from 
> ‘void QVector<T>::push_front(T&&) [with T = SelectionHistoryItem]’
> ../../oscar/Graphs/gGraphView.h:403:64:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:888:22: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   888 |                 *--j = std::move(*--i);
>       |                 ~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/Graphs/gSummaryChart.h:13,
>                  from ../../oscar/daily.h:27,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:27:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:14:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:889:16: error: 
> implicitly-declared ‘SelectionHistoryItem& 
> SelectionHistoryItem::operator=(const SelectionHistoryItem&)’ is deprecated 
> [-Werror=deprecated-copy]
>   889 |             *b = std::move(t);
>       |             ~~~^~~~~~~~~~~~~~
> In file included from ../../oscar/Graphs/gSummaryChart.h:13,
>                  from ../../oscar/daily.h:27,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:27:
> ../../oscar/Graphs/gGraphView.h:274:5: note: because ‘SelectionHistoryItem’ 
> has user-provided ‘SelectionHistoryItem::SelectionHistoryItem(const 
> SelectionHistoryItem&)’
>   274 |     SelectionHistoryItem(const SelectionHistoryItem & copy) {
>       |     ^~~~~~~~~~~~~~~~~~~~
> ../../oscar/mainwindow.cpp: In member function ‘QList<ImportPath> 
> MainWindow::detectCPAPCards()’:
> ../../oscar/mainwindow.cpp:869:16: warning: ‘void QTime::start()’ is 
> deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
>   869 |     time.start();
>       |                ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcalendarwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCalendarWidget:1,
>                  from ../../oscar/mainwindow.cpp:28:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> ../../oscar/mainwindow.cpp:919:29: warning: ‘int QTime::elapsed() const’ is 
> deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
>   919 |         int el=time.elapsed();
>       |                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcalendarwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCalendarWidget:1,
>                  from ../../oscar/mainwindow.cpp:28:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:230:54: note: declared 
> here
>   230 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
>       |                                                      ^~~~~~~
> ../../oscar/mainwindow.cpp: In member function ‘QList<ImportPath> 
> MainWindow::selectCPAPDataCards(const QString&)’:
> ../../oscar/mainwindow.cpp:979:16: warning: ‘void QTime::start()’ is 
> deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
>   979 |     time.start();
>       |                ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcalendarwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCalendarWidget:1,
>                  from ../../oscar/mainwindow.cpp:28:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostinfo.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostInfo:1,
>                  from ../../oscar/mainwindow.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In instantiation of ‘void 
> QVector<T>::append(const T&) [with T = DottedLine]’:
> ../../oscar/Graphs/gLineChart.h:126:60:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:799:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   799 |             *d->end() = std::move(copy);
>       |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/mainwindow.cpp:51:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork/qhostinfo.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtNetwork/QHostInfo:1,
>                  from ../../oscar/mainwindow.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:805:23: error: 
> implicitly-declared ‘DottedLine& DottedLine::operator=(const DottedLine&)’ is 
> deprecated [-Werror=deprecated-copy]
>   805 |             *d->end() = t;
>       |             ~~~~~~~~~~^~~
> In file included from ../../oscar/daily.h:29,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/mainwindow.cpp:51:
> ../../oscar/Graphs/gLineChart.h:35:5: note: because ‘DottedLine’ has 
> user-provided ‘DottedLine::DottedLine(const DottedLine&)’
>    35 |     DottedLine(const DottedLine & copy) {
>       |     ^~~~~~~~~~
> cc1plus: all warnings being treated as errors
> make[2]: *** [Makefile:1349: exportcsv.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/03/oscar_1.1.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: oscar
Source-Version: 1.1.1-2
Done: Nilesh Patra <npatra...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
oscar, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 967...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated oscar package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2020 19:53:01 +0530
Source: oscar
Architecture: source
Version: 1.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 967101
Changes:
 oscar (1.1.1-2) unstable; urgency=medium
 .
   * Team Upload.
   * Treat deprecated-copy warnings as warnings rather than errors
     (Closes: #967101)
Checksums-Sha1:
 96a51e24699a73fa2ecf943c249647b4abe14fe8 2044 oscar_1.1.1-2.dsc
 9b968c61bd8efd22579d3fc7fb83999f2d491bae 4688 oscar_1.1.1-2.debian.tar.xz
 1a69d0ac6033bd16559aa144d30270459f66a9e6 10959 oscar_1.1.1-2_amd64.buildinfo
Checksums-Sha256:
 ac35811ce1fa76e071714144ee70dabacd7c30c4ed7e8d68c6c321cf329dec88 2044 
oscar_1.1.1-2.dsc
 d76aca2141e1ab76eb429ab9c7daa7f9e84149d0a371715751f4b7691d981331 4688 
oscar_1.1.1-2.debian.tar.xz
 78490b8dcc6dabdb23040edcea2e318bbd821811c400970253da2f407a1da1b2 10959 
oscar_1.1.1-2_amd64.buildinfo
Files:
 de6fe6faf59be9b0b6e58877735c7c23 2044 science optional oscar_1.1.1-2.dsc
 c0abcba6351cc7774f12324bc7046538 4688 science optional 
oscar_1.1.1-2.debian.tar.xz
 5fee3d1907242cb139490145ca2da98c 10959 science optional 
oscar_1.1.1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl9NFTQUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafHy/RAAs7FzatRS0AQPU0Y4swGOq+2P1iZh
QPsZnJpcqESwUwprUf0APEGCPtTHzvNB4WOP687fTtfkjvTnYwWAVMvC+Hamg9l5
CN7v+v7DvgZHhQfdiciyJTtKRWAuf3S+T6oAtDGAPQEGyTIHA1fN1ubU0kyAiawD
Cop5gOv3BQhGyDHyvni7uU3z7qPoCRCBta7fbheQonik2wU59WryMdVPw3TrrEVq
rSfDkoYZUZVIZINGXWtHBxZdNjwWVQSGjRbZhdykbQQQI2AUD8MpH1errQXwEfA/
kyXlKDtW16Nb21P9tjwcTL8FIGeXbrdixFM4iMxDHEw7k7MOOMpHcvhhACCoYk9b
QbFkMrOtptcYZkZCZ/4nMGurCRrchIRNx0KkIPtTkeLsGNFsp9SuXhYbRDXhIaZx
JUzdkQoEuNOX04Ees2DiFnFfCo9TOuT8Z1d4rV4kad563pRg7vKuD7G2i6AEaUHt
/NsTyL6YJLLBAnNgpOIMW/8XAJrdrihH4NRfMBYn2J76CRBsVh80Wng8pa2eGGWQ
RX2mX7ScK3AdZLCLO2eXnglvhyVBnn6qdJP/fXMR8Qymwkv+cppC+F4qnG6FrguP
9x+IwHuE919soox6EG0wjRMmTaKLohhF4HZa0qIiqXDq8eZydEQn45sBkWm9m2vo
EJv/otEQqJob8Sg=
=ol3W
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to