[neon/extras/tellico/Neon/release] debian/patches: no need for patch

Jonathan Esk-Riddell null at kde.org
Thu Sep 8 17:48:55 BST 2022


Git commit e8e0150ad0c666c22735dbeba16f72a1d9b8353b by Jonathan Esk-Riddell.
Committed on 08/09/2022 at 16:48.
Pushed by jriddell into branch 'Neon/release'.

no need for patch

D  +0    -1    debian/patches/series
D  +0    -26   debian/patches/tests-disable-fetchertest.diff

https://invent.kde.org/neon/extras/tellico/commit/e8e0150ad0c666c22735dbeba16f72a1d9b8353b

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 15de621..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-tests-disable-fetchertest.diff
diff --git a/debian/patches/tests-disable-fetchertest.diff b/debian/patches/tests-disable-fetchertest.diff
deleted file mode 100644
index a0aebed..0000000
--- a/debian/patches/tests-disable-fetchertest.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Disable fetchertest
- It seems it actually runs the fetchers, hitting the network.
-Last-Update: 2021-08-21
-Forwarded: no
-
---- a/src/tests/CMakeLists.txt
-+++ b/src/tests/CMakeLists.txt
-@@ -424,6 +424,8 @@ if(${KF5KIO_VERSION} VERSION_GREATER "5.
-   target_link_libraries(fetcherstest KF5::KIOGui)
- endif(${KF5KIO_VERSION} VERSION_GREATER "5.18.0")
- 
-+IF(BUILD_FETCHER_TESTS)
-+
- # the fetch library really depends on the GUI static library
- # but rather than linking all of that in, selectively choose the
- # specific classes used
-@@ -443,6 +445,8 @@ ecm_add_test(fetchertest.cpp
-     LINK_LIBRARIES fetch translatorstest ${TELLICO_TEST_LIBS} KF5::XmlGui KF5::SonnetCore KF5::SonnetUi
- )
- 
-+ENDIF(BUILD_FETCHER_TESTS)
-+
- # the PDF importer uses CrossRefFetcher, so include the test near the fetchers section
- ecm_add_test(pdftest.cpp
-              ../translators/pdfimporter.cpp


More information about the Neon-commits mailing list