Uploaders:
Boyuan Yang <byang@debian.org>,
Yanhao Mo <yanhaocs@gmail.com>,
- Arun Kumar Pariyar <openarungeek@gmail.com>,
+ Arun Kumar Pariyar <arun@debian.org>,
Tu Qinggang <tuqinggang@uniontech.com>,
Clay Stan <claystan97@gmail.com>,
Hu Feng <hufeng@uniontech.com>,
libgtest-dev,
libdtkcommon-dev,
Rules-Requires-Root: no
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Homepage: https://github.com/linuxdeepin/dtkcore
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/dtkcore.git
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/dtkcore
--- /dev/null
+Description: Fix FTBFS by removing explicit cxx11 in tests.
+Author: Arun Kumar Pariyar <arun@debian.org>
+Bug-Debian: https://bugs.debian.org/1038703
+Last-Update: 2023-06-20
+---
+
+--- dtkcore-5.5.33.orig/examples/dasync-example/dasync-example.pro
++++ dtkcore-5.5.33/examples/dasync-example/dasync-example.pro
+@@ -7,7 +7,6 @@ TARGET = thread_util
+ INCLUDEPATH += .
+ QT+= core widgets testlib
+
+-CONFIG += c++11
+ # The following define makes your compiler warn you if you use any
+ # feature of Qt which has been marked as deprecated (the exact warnings
+ # depend on your compiler). Please consult the documentation of the
+--- dtkcore-5.5.33.orig/tests/ddesktopentry/ddesktopentry.pro
++++ dtkcore-5.5.33/tests/ddesktopentry/ddesktopentry.pro
+@@ -3,7 +3,6 @@ QT -= gui
+
+ TARGET = tst_ddesktopentrytest
+ TEMPLATE = app
+-CONFIG += c++11
+ CONFIG -= app_bundle
+
+ !isEmpty(DTK_STATIC_LIB){
+--- dtkcore-5.5.33.orig/tests/dthreadutils/dthreadutils.pro
++++ dtkcore-5.5.33/tests/dthreadutils/dthreadutils.pro
+@@ -2,7 +2,6 @@ QT += testlib concurrent
+ QT -= gui
+
+ TEMPLATE = app
+-CONFIG += c++11
+
+ !isEmpty(DTK_STATIC_LIB){
+ DEFINES += DTK_STATIC_LIB
+--- dtkcore-5.5.33.orig/tests/dutils/dutils.pro
++++ dtkcore-5.5.33/tests/dutils/dutils.pro
+@@ -2,7 +2,6 @@ QT += testlib dbus
+ QT -= gui
+
+ TEMPLATE = app
+-CONFIG += c++11
+
+ !isEmpty(DTK_STATIC_LIB){
+ DEFINES += DTK_STATIC_LIB
+--- dtkcore-5.5.33.orig/tests/dvtablehook/dvtablehook.pro
++++ dtkcore-5.5.33/tests/dvtablehook/dvtablehook.pro
+@@ -2,7 +2,6 @@ QT += testlib
+ QT -= gui
+
+ TEMPLATE = app
+-CONFIG += c++11
+
+ # TODO: vtabhook release test failed
+ QMAKE_CXXFLAGS_RELEASE -= -O2
+--- dtkcore-5.5.33.orig/tests/tests.pro
++++ dtkcore-5.5.33/tests/tests.pro
+@@ -1,6 +1,6 @@
+ TEMPLATE = app
+ QT += core dbus xml testlib concurrent
+-CONFIG += thread c++11 link_pkgconfig
++CONFIG += thread link_pkgconfig
+ CONFIG -= app_bundle
+
+ QMAKE_LFLAGS += -Wl,--export-dynamic
+--- dtkcore-5.5.33.orig/tools/qdbusxml2cpp/qdbusxml2cpp.pro
++++ dtkcore-5.5.33/tools/qdbusxml2cpp/qdbusxml2cpp.pro
+@@ -2,7 +2,6 @@ TARGET = qdbusxml2cpp-fix
+
+ TEMPLATE = app
+ QT += core dbus-private dbus
+-CONFIG += c++11
+
+ SOURCES += qdbusxml2cpp.cpp
+
+--- dtkcore-5.5.33.orig/tools/settings/settings.pro
++++ dtkcore-5.5.33/tools/settings/settings.pro
+@@ -1,7 +1,6 @@
+ QT += core xml
+ QT -= gui
+
+-CONFIG += c++11
+
+ TARGET = dtk-settings
+ CONFIG += console link_pkgconfig