[neon/3rdparty/indi/Neon/release] debian/patches: remove patch no longer needed

Jonathan Riddell null at kde.org
Tue Jul 13 12:02:52 BST 2021


Git commit 0f0dcb83e2a3fde3118321bf4474c9bad198ed49 by Jonathan Riddell.
Committed on 13/07/2021 at 11:02.
Pushed by jriddell into branch 'Neon/release'.

remove patch no longer needed

D  +0    -52   debian/patches/path_max.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/3rdparty/indi/commit/0f0dcb83e2a3fde3118321bf4474c9bad198ed49

diff --git a/debian/patches/path_max.diff b/debian/patches/path_max.diff
deleted file mode 100644
index d27ef4c..0000000
--- a/debian/patches/path_max.diff
+++ /dev/null
@@ -1,52 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Workaround PATH_MAX usages
- Workaround the unconditional usage of PATH_MAX, by providing a fallback value
- for it.
-Last-Update: 2018-03-08
-Forwarded: no
-
-Index: indi-1.8.8/libs/indibase/indiccd.cpp
-===================================================================
---- indi-1.8.8.orig/libs/indibase/indiccd.cpp
-+++ indi-1.8.8/libs/indibase/indiccd.cpp
-@@ -52,6 +52,10 @@
- #include <zlib.h>
- #include <sys/stat.h>
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- const char * IMAGE_SETTINGS_TAB = "Image Settings";
- const char * IMAGE_INFO_TAB     = "Image Info";
- const char * GUIDE_HEAD_TAB     = "Guider Head";
-Index: indi-1.8.8/libs/indibase/indilogger.cpp
-===================================================================
---- indi-1.8.8.orig/libs/indibase/indilogger.cpp
-+++ indi-1.8.8/libs/indibase/indilogger.cpp
-@@ -28,6 +28,10 @@
- #include <cstring>
- #include <sys/stat.h>
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- namespace INDI
- {
- char Logger::Tags[Logger::nlevels][MAXINDINAME] = { "ERROR",       "WARNING",     "INFO",        "DEBUG",
-Index: indi-1.8.8/libs/indibase/indidetector.cpp
-===================================================================
---- indi-1.8.8.orig/libs/indibase/indidetector.cpp
-+++ indi-1.8.8/libs/indibase/indidetector.cpp
-@@ -1,6 +1,10 @@
- /*******************************************************************************
-  Copyright(c) 2010, 2017 Ilia Platone, Jasem Mutlaq. All rights reserved.
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- 
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Library General Public
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cf73b74..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-path_max.diff



More information about the Neon-commits mailing list