Fernando Hueso pushed to branch master at Debian Med / ctk


Commits:
93226a7a by Fernando Hueso at 2026-08-13T14:12:30+00:00
Delete log4cplus_namespace.patch

It seems that with recent DCMTK versions this works fine,
probably they allow both options.
- - - - -


1 changed file:

- − debian/patches/log4cplus_namespace.patch


Changes:

=====================================
debian/patches/log4cplus_namespace.patch deleted
=====================================
@@ -1,20 +0,0 @@
---- a/Libs/DICOM/Core/ctkDICOMUtil.cpp
-+++ b/Libs/DICOM/Core/ctkDICOMUtil.cpp
-@@ -30,7 +30,7 @@
- 
//------------------------------------------------------------------------------
- void ctk::setDICOMLogLevel(ctkErrorLogLevel::LogLevel level)
- {
--  dcmtk::log4cplus::Logger log = dcmtk::log4cplus::Logger::getRoot();
-+  log4cplus::Logger log = log4cplus::Logger::getRoot();
-   switch (level)
-   {
-     case ctkErrorLogLevel::Trace: log.setLogLevel(OFLogger::TRACE_LOG_LEVEL); 
break;
-@@ -62,7 +62,7 @@ void ctk::setDICOMDetailedLogging(bool e
- 
//------------------------------------------------------------------------------
- ctkErrorLogLevel::LogLevel ctk::dicomLogLevel()
- {
--  dcmtk::log4cplus::Logger log = dcmtk::log4cplus::Logger::getRoot();
-+  log4cplus::Logger log = log4cplus::Logger::getRoot();
-   switch (log.getLogLevel())
-   {
-     case OFLogger::TRACE_LOG_LEVEL: return ctkErrorLogLevel::Trace;



View it on GitLab: 
https://salsa.debian.org/med-team/ctk/-/commit/93226a7a40e80f967055354b06c07b200e7c45cb

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/ctk/-/commit/93226a7a40e80f967055354b06c07b200e7c45cb
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to